Uses of Class
com.h2tcoin.takamakachain.exceptions.threadSafeUtils.HashEncodeException
-
-
Uses of HashEncodeException in com.h2tcoin.takamakachain.main
Methods in com.h2tcoin.takamakachain.main that throw HashEncodeException Modifier and Type Method Description static voidTestTKMFullBalances. main(String[] args)static voidTestTKMWallet. main(String[] args) -
Uses of HashEncodeException in com.h2tcoin.takamakachain.utils.networking
Methods in com.h2tcoin.takamakachain.utils.networking that throw HashEncodeException Modifier and Type Method Description static ResponseBookmarkBeanPostSenderHelper. getResponseBookmarkBean(TransactionBox tbox, RequestBookmarkBean requestBookmarkBean) -
Uses of HashEncodeException in com.h2tcoin.takamakachain.utils.threadSafeUtils
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils that throw HashEncodeException Modifier and Type Method Description static StringTkmSignUtils. Hash256(String input)return the base64 rappresentation of SHA3-256 input hashstatic byte[]TkmSignUtils. Hash256byte(String input)static StringTkmSignUtils. Hash256ToHex(String input)return the HEX rappresentation of SHA3-256 input hashstatic byte[]TkmSignUtils. Hash384byte(String input)static StringTkmSignUtils. Hash384ToHex(String input)static StringTkmSignUtils. Hash512(String input)static byte[]TkmSignUtils. Hash512byte(String input)static StringTkmSignUtils. Hash512ToHex(String input)static voidTkmSignUtils. main(String[] args)static byte[]TkmSignUtils. PWHash(String input, String salt, int iterations, int bitLegnthKey)static StringTkmSignUtils. PWHashB64(String input, String salt, int iterations, int bitLegnthKey) -
Uses of HashEncodeException in com.h2tcoin.takamakachain.utils.vrf
Methods in com.h2tcoin.takamakachain.utils.vrf that throw HashEncodeException Modifier and Type Method Description static BigIntegerStakeBeanHelper. getBeanNumber(NodeStakeBean sb) -
Uses of HashEncodeException in com.h2tcoin.takamakachain.utils.vrf.tree
Methods in com.h2tcoin.takamakachain.utils.vrf.tree that throw HashEncodeException Modifier and Type Method Description voidVRFRigged. add(NodeStakeBean sb)ConcurrentSkipListMap<String,ConcurrentSkipListSet<Integer>>VRFRigged. createDistribution(int epoch)voidVRFRigged. setSeed(String seed) -
Uses of HashEncodeException in com.h2tcoin.takamakachain.wallet
Methods in com.h2tcoin.takamakachain.wallet that throw HashEncodeException Modifier and Type Method Description static StringSeedGenerator. generateSeedPWH(List<String> rndWords)static voidSeedGenerator. main(String[] args)Constructors in com.h2tcoin.takamakachain.wallet that throw HashEncodeException Constructor Description CypherProviderBCED25519()CypherProviderBCED25519(String walletName)CypherProviderBCED25519(String walletName)
-