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 InstanceWalletKeystoreInterface
TkmNode. getMainNodeKeystore()
protected InstanceWalletKeystoreInterface
NodeStateBean. getNodeKeystore()
InstanceWalletKeystoreInterface
TkmNode. 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 InstanceWalletKeystoreInterface
ShellWallet. 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 InstanceWalletKeystoreInterface
SWTracker. getIwk()
Methods in com.h2tcoin.takamakachain.utils.simpleWallet with parameters of type InstanceWalletKeystoreInterface Modifier and Type Method Description void
SWTracker. 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 InternalBlockBean
TkmOperations. 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 class
InstanceWalletKeyStoreBCED25519
Current multithread implementation.class
InstanceWalletKeyStoreBCQTESLAPSSC1Round1
class
InstanceWalletKeyStoreBCQTESLAPSSC1Round2
Methods in com.h2tcoin.takamakachain.wallet that return InstanceWalletKeystoreInterface Modifier and Type Method Description static InstanceWalletKeystoreInterface
WalletHelper. readWallet(String filename, String password)
static InstanceWalletKeystoreInterface
WalletHelper. readWalletRecoveryGui(String filename, String password)
Methods in com.h2tcoin.takamakachain.wallet with parameters of type InstanceWalletKeystoreInterface Modifier and Type Method Description int
InstanceWalletKeyStoreBCED25519. compareTo(InstanceWalletKeystoreInterface t)
int
InstanceWalletKeyStoreBCQTESLAPSSC1Round1. compareTo(InstanceWalletKeystoreInterface t)
int
InstanceWalletKeyStoreBCQTESLAPSSC1Round2. compareTo(InstanceWalletKeystoreInterface t)
static TransactionBean
TkmWallet. createGenericTransaction(InternalBlockBean ibb, InstanceWalletKeystoreInterface iwk, int signKey)
static TransactionBean
TkmWallet. 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 InternalTransactionBean
SMInternalTransactionBuilder. createAccountITB(BigInteger greenValue, BigInteger redValue, InstanceWalletKeystoreInterface iwk, int index, Date notBefore)
static io.hotmoka.beans.requests.RedGreenGameteCreationTransactionRequest
SMHelper. getAccountCreationRequest(BigInteger greenValue, BigInteger redValue, InstanceWalletKeystoreInterface iwk, int index)
static HotmokaTakamakaChainWalletAdapter
SMHelper. 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)
-