Uses of Class
com.h2tcoin.takamakachain.globalContext.KeyContexts.WalletCypher
-
-
Uses of KeyContexts.WalletCypher in com.h2tcoin.takamakachain.api.routes.support
Methods in com.h2tcoin.takamakachain.api.routes.support that return KeyContexts.WalletCypher Modifier and Type Method Description KeyContexts.WalletCypherCashbackSettingsBean. getCypher()KeyContexts.WalletCypher[]BlockChainSettingsBean. getPERMITTED_CYPHERS_FOR_MINING()Methods in com.h2tcoin.takamakachain.api.routes.support with parameters of type KeyContexts.WalletCypher Modifier and Type Method Description voidCashbackSettingsBean. setCypher(KeyContexts.WalletCypher cypher)voidBlockChainSettingsBean. setPERMITTED_CYPHERS_FOR_MINING(KeyContexts.WalletCypher[] PERMITTED_CYPHERS_FOR_MINING)Constructors in com.h2tcoin.takamakachain.api.routes.support with parameters of type KeyContexts.WalletCypher Constructor Description CashbackSettingsBean(KeyContexts.WalletCypher cypher, String walletName) -
Uses of KeyContexts.WalletCypher in com.h2tcoin.takamakachain.block
Methods in com.h2tcoin.takamakachain.block that return KeyContexts.WalletCypher Modifier and Type Method Description protected KeyContexts.WalletCypherNodeStateBean. getBlockWalletCypher()KeyContexts.WalletCypherTkmNode. getWalletCypher()Methods in com.h2tcoin.takamakachain.block with parameters of type KeyContexts.WalletCypher Modifier and Type Method Description protected voidNodeStateBean. setBlockWalletCypher(KeyContexts.WalletCypher blockWalletCypher)Constructors in com.h2tcoin.takamakachain.block with parameters of type KeyContexts.WalletCypher Constructor Description NodeStateBean(KeyContexts.WalletCypher blockWalletCypher, int nodeKey, boolean reset) -
Uses of KeyContexts.WalletCypher in com.h2tcoin.takamakachain.cli
Fields in com.h2tcoin.takamakachain.cli declared as KeyContexts.WalletCypher Modifier and Type Field Description KeyContexts.WalletCypherShellWallet. cypher -
Uses of KeyContexts.WalletCypher in com.h2tcoin.takamakachain.config
Fields in com.h2tcoin.takamakachain.config declared as KeyContexts.WalletCypher Modifier and Type Field Description KeyContexts.WalletCypherConfigBean. EPHEMERAL_BLOCK_CYPHERuse ED for test and qtesla for produciotnsMethods in com.h2tcoin.takamakachain.config that return KeyContexts.WalletCypher Modifier and Type Method Description KeyContexts.WalletCypherConfigBean. getEPHEMERAL_BLOCK_CYPHER()Methods in com.h2tcoin.takamakachain.config with parameters of type KeyContexts.WalletCypher Modifier and Type Method Description voidConfigBean. setEPHEMERAL_BLOCK_CYPHER(KeyContexts.WalletCypher EPHEMERAL_BLOCK_CYPHER) -
Uses of KeyContexts.WalletCypher in com.h2tcoin.takamakachain.globalContext
Fields in com.h2tcoin.takamakachain.globalContext declared as KeyContexts.WalletCypher Modifier and Type Field Description static KeyContexts.WalletCypherFixedParameters. CASHBACK_SETTINGS_WALLET_TYPEMethods in com.h2tcoin.takamakachain.globalContext that return KeyContexts.WalletCypher Modifier and Type Method Description static KeyContexts.WalletCypherKeyContexts.WalletCypher. valueOf(String name)Returns the enum constant of this type with the specified name.static KeyContexts.WalletCypher[]KeyContexts.WalletCypher. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of KeyContexts.WalletCypher in com.h2tcoin.takamakachain.main.defaults
Fields in com.h2tcoin.takamakachain.main.defaults declared as KeyContexts.WalletCypher Modifier and Type Field Description static KeyContexts.WalletCypherDefaultInitParameters. EPHEMERAL_BLOCK_CYPHERuse ED for test and qtesla for productionsstatic KeyContexts.WalletCypher[]DefaultInitParameters. PERMITTED_CYPHERS_FOR_MINING -
Uses of KeyContexts.WalletCypher in com.h2tcoin.takamakachain.test
Methods in com.h2tcoin.takamakachain.test with parameters of type KeyContexts.WalletCypher Modifier and Type Method Description static InstanceWalletKeystoreInterface[]TransactionGenerator. generateWalletList(String basename, int numAddr, KeyContexts.WalletCypher cy) -
Uses of KeyContexts.WalletCypher in com.h2tcoin.takamakachain.transactions
Methods in com.h2tcoin.takamakachain.transactions that return KeyContexts.WalletCypher Modifier and Type Method Description KeyContexts.WalletCypherTransactionBean. getWalletCypher()Methods in com.h2tcoin.takamakachain.transactions with parameters of type KeyContexts.WalletCypher Modifier and Type Method Description voidTransactionBean. setWalletCypher(KeyContexts.WalletCypher walletCypher) -
Uses of KeyContexts.WalletCypher in com.h2tcoin.takamakachain.utils.simpleWallet.panels.support
Methods in com.h2tcoin.takamakachain.utils.simpleWallet.panels.support that return KeyContexts.WalletCypher Modifier and Type Method Description KeyContexts.WalletCypherNewWalletBean. getCypher()KeyContexts.WalletCypherUserWalletBean. getCypher()KeyContexts.WalletCypherFavouriteToBookmark. getType()Methods in com.h2tcoin.takamakachain.utils.simpleWallet.panels.support with parameters of type KeyContexts.WalletCypher Modifier and Type Method Description voidNewWalletBean. setCypher(KeyContexts.WalletCypher cypher)voidUserWalletBean. setCypher(KeyContexts.WalletCypher cypher)voidFavouriteToBookmark. setType(KeyContexts.WalletCypher type)Constructors in com.h2tcoin.takamakachain.utils.simpleWallet.panels.support with parameters of type KeyContexts.WalletCypher Constructor Description FavouriteToBookmark(String address, KeyContexts.WalletCypher type, String note, Long creationDate)FavouriteToBookmark(String address, KeyContexts.WalletCypher type, String note, Long creationDate, String friendlyName) -
Uses of KeyContexts.WalletCypher in com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.transactionWizard
Methods in com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.transactionWizard that return KeyContexts.WalletCypher Modifier and Type Method Description KeyContexts.WalletCypherGuiTransactionBean. getType()Methods in com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.transactionWizard with parameters of type KeyContexts.WalletCypher Modifier and Type Method Description voidGuiTransactionBean. setType(KeyContexts.WalletCypher type) -
Uses of KeyContexts.WalletCypher in com.h2tcoin.takamakachain.wallet
Methods in com.h2tcoin.takamakachain.wallet that return KeyContexts.WalletCypher Modifier and Type Method Description abstract KeyContexts.WalletCypherAbstractCypherProvider. getWalletCypher()KeyContexts.WalletCypherCypherProviderBCED25519. getWalletCypher()returns the wallet cypherKeyContexts.WalletCypherInstanceWalletKeyStoreBCED25519. getWalletCypher()KeyContexts.WalletCypherInstanceWalletKeyStoreBCQTESLAPSSC1Round1. getWalletCypher()KeyContexts.WalletCypherInstanceWalletKeyStoreBCQTESLAPSSC1Round2. getWalletCypher()KeyContexts.WalletCypherInstanceWalletKeystoreInterface. getWalletCypher()KeyContexts.WalletCypherWalletInterface. getWalletCypher()KeyContexts.WalletCypherTransactionBox. walletCypher()Methods in com.h2tcoin.takamakachain.wallet with parameters of type KeyContexts.WalletCypher Modifier and Type Method Description static PathWalletHelper. importKeyFromWords(List<String> words, Path path, String filename, KeyContexts.WalletCypher cypher, String newPassword)Spawns a refurbished walletprotected abstract voidAbstractCypherProvider. setKeyContext(KeyContexts.WalletCypher cypher)protected voidCypherProviderBCED25519. setKeyContext(KeyContexts.WalletCypher cypher)do not call this method.static voidWalletHelper. writePublicKey(String walletname, String password, int keyIndex, KeyContexts.WalletCypher cypher) -
Uses of KeyContexts.WalletCypher in com.h2tcoin.takamakachain.wallet.beans
Methods in com.h2tcoin.takamakachain.wallet.beans that return KeyContexts.WalletCypher Modifier and Type Method Description KeyContexts.WalletCypherKeyBean. getCypher()KeyContexts.WalletCypherPublicKeyBean. getCypher()Methods in com.h2tcoin.takamakachain.wallet.beans with parameters of type KeyContexts.WalletCypher Modifier and Type Method Description voidKeyBean. setCypher(KeyContexts.WalletCypher cypher)voidPublicKeyBean. setCypher(KeyContexts.WalletCypher cypher)Constructors in com.h2tcoin.takamakachain.wallet.beans with parameters of type KeyContexts.WalletCypher Constructor Description KeyBean(String algorithm, KeyContexts.WalletCypher cypher, String seed, String words)PublicKeyBean(KeyContexts.WalletCypher cypher, String version, String publicKey)
-