Uses of Interface
com.h2tcoin.takamakachain.wallet.InstanceWalletKeystoreInterface
-
-
Uses of InstanceWalletKeystoreInterface in com.h2tcoin.takamakachain.block
Methods in com.h2tcoin.takamakachain.block that return InstanceWalletKeystoreInterface Modifier and Type Method Description InstanceWalletKeystoreInterfaceTkmNode. getMainNodeKeystore()protected InstanceWalletKeystoreInterfaceNodeStateBean. getNodeKeystore()InstanceWalletKeystoreInterfaceTkmNode. getTemporaryKeyByName(String keyName, String uid) -
Uses of InstanceWalletKeystoreInterface in com.h2tcoin.takamakachain.cli
Fields in com.h2tcoin.takamakachain.cli declared as InstanceWalletKeystoreInterface Modifier and Type Field Description InstanceWalletKeystoreInterfaceShellWallet. wallet -
Uses of InstanceWalletKeystoreInterface in com.h2tcoin.takamakachain.support
Methods in com.h2tcoin.takamakachain.support with parameters of type InstanceWalletKeystoreInterface Modifier and Type Method Description static TransactionBox[]ChainInitiator. testPay(InstanceWalletKeystoreInterface[] from, InstanceWalletKeystoreInterface[] to, int green, int red) -
Uses of InstanceWalletKeystoreInterface in com.h2tcoin.takamakachain.test
Methods in com.h2tcoin.takamakachain.test that return InstanceWalletKeystoreInterface Modifier and Type Method Description static InstanceWalletKeystoreInterface[]TransactionGenerator. generateWalletList(String basename, int numAddr, KeyContexts.WalletCypher cy) -
Uses of InstanceWalletKeystoreInterface in com.h2tcoin.takamakachain.utils.simpleWallet
Methods in com.h2tcoin.takamakachain.utils.simpleWallet that return InstanceWalletKeystoreInterface Modifier and Type Method Description InstanceWalletKeystoreInterfaceSWTracker. getIwk()Methods in com.h2tcoin.takamakachain.utils.simpleWallet with parameters of type InstanceWalletKeystoreInterface Modifier and Type Method Description voidSWTracker. setIwk(InstanceWalletKeystoreInterface iwk) -
Uses of InstanceWalletKeystoreInterface in com.h2tcoin.takamakachain.utils.threadSafeUtils
Methods in com.h2tcoin.takamakachain.utils.threadSafeUtils with parameters of type InstanceWalletKeystoreInterface Modifier and Type Method Description static InternalBlockBeanTkmOperations. generateBlock(KeyWriterGlobalStatus kwGS, TransactionBox[] transactions, InstanceWalletKeystoreInterface nodeWallet, int nodeKey, Date blockDate) -
Uses of InstanceWalletKeystoreInterface in com.h2tcoin.takamakachain.wallet
Classes in com.h2tcoin.takamakachain.wallet that implement InstanceWalletKeystoreInterface Modifier and Type Class Description classInstanceWalletKeyStoreBCED25519Current multithread implementation.classInstanceWalletKeyStoreBCQTESLAPSSC1Round1classInstanceWalletKeyStoreBCQTESLAPSSC1Round2Methods in com.h2tcoin.takamakachain.wallet that return InstanceWalletKeystoreInterface Modifier and Type Method Description static InstanceWalletKeystoreInterfaceWalletHelper. readWallet(String filename, String password)static InstanceWalletKeystoreInterfaceWalletHelper. readWalletRecoveryGui(String filename, String password)Methods in com.h2tcoin.takamakachain.wallet with parameters of type InstanceWalletKeystoreInterface Modifier and Type Method Description intInstanceWalletKeyStoreBCED25519. compareTo(InstanceWalletKeystoreInterface t)intInstanceWalletKeyStoreBCQTESLAPSSC1Round1. compareTo(InstanceWalletKeystoreInterface t)intInstanceWalletKeyStoreBCQTESLAPSSC1Round2. compareTo(InstanceWalletKeystoreInterface t)static TransactionBeanTkmWallet. createGenericTransaction(InternalBlockBean ibb, InstanceWalletKeystoreInterface iwk, int signKey)static TransactionBeanTkmWallet. createGenericTransaction(InternalTransactionBean itb, InstanceWalletKeystoreInterface iwk, int signKey)It returns the Chrypted envelope used later in TKM chain -
Uses of InstanceWalletKeystoreInterface in com.h2tcoin.takamakachain.wallet.adapter.impl
Methods in com.h2tcoin.takamakachain.wallet.adapter.impl with parameters of type InstanceWalletKeystoreInterface Modifier and Type Method Description static InternalTransactionBeanSMInternalTransactionBuilder. createAccountITB(BigInteger greenValue, BigInteger redValue, InstanceWalletKeystoreInterface iwk, int index, Date notBefore)static io.hotmoka.beans.requests.RedGreenGameteCreationTransactionRequestSMHelper. getAccountCreationRequest(BigInteger greenValue, BigInteger redValue, InstanceWalletKeystoreInterface iwk, int index)static HotmokaTakamakaChainWalletAdapterSMHelper. getHotmokaWallet(InstanceWalletKeystoreInterface iwk, int index)Constructors in com.h2tcoin.takamakachain.wallet.adapter.impl with parameters of type InstanceWalletKeystoreInterface Constructor Description HotmokaTakamakaChainWalletAdapter(io.hotmoka.crypto.BytesSupplier<? super T> supplier, InstanceWalletKeystoreInterface iwk, int walletNumber)
-