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