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.WalletCypher
CashbackSettingsBean. 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 void
CashbackSettingsBean. setCypher(KeyContexts.WalletCypher cypher)
void
BlockChainSettingsBean. 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.WalletCypher
NodeStateBean. getBlockWalletCypher()
KeyContexts.WalletCypher
TkmNode. getWalletCypher()
Methods in com.h2tcoin.takamakachain.block with parameters of type KeyContexts.WalletCypher Modifier and Type Method Description protected void
NodeStateBean. 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.WalletCypher
ShellWallet. 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.WalletCypher
ConfigBean. EPHEMERAL_BLOCK_CYPHER
use ED for test and qtesla for produciotnsMethods in com.h2tcoin.takamakachain.config that return KeyContexts.WalletCypher Modifier and Type Method Description KeyContexts.WalletCypher
ConfigBean. getEPHEMERAL_BLOCK_CYPHER()
Methods in com.h2tcoin.takamakachain.config with parameters of type KeyContexts.WalletCypher Modifier and Type Method Description void
ConfigBean. 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.WalletCypher
FixedParameters. CASHBACK_SETTINGS_WALLET_TYPE
Methods in com.h2tcoin.takamakachain.globalContext that return KeyContexts.WalletCypher Modifier and Type Method Description static KeyContexts.WalletCypher
KeyContexts.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.WalletCypher
DefaultInitParameters. EPHEMERAL_BLOCK_CYPHER
use 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.WalletCypher
TransactionBean. getWalletCypher()
Methods in com.h2tcoin.takamakachain.transactions with parameters of type KeyContexts.WalletCypher Modifier and Type Method Description void
TransactionBean. 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.WalletCypher
NewWalletBean. getCypher()
KeyContexts.WalletCypher
UserWalletBean. getCypher()
KeyContexts.WalletCypher
FavouriteToBookmark. getType()
Methods in com.h2tcoin.takamakachain.utils.simpleWallet.panels.support with parameters of type KeyContexts.WalletCypher Modifier and Type Method Description void
NewWalletBean. setCypher(KeyContexts.WalletCypher cypher)
void
UserWalletBean. setCypher(KeyContexts.WalletCypher cypher)
void
FavouriteToBookmark. 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.WalletCypher
GuiTransactionBean. getType()
Methods in com.h2tcoin.takamakachain.utils.simpleWallet.panels.support.transactionWizard with parameters of type KeyContexts.WalletCypher Modifier and Type Method Description void
GuiTransactionBean. 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.WalletCypher
AbstractCypherProvider. getWalletCypher()
KeyContexts.WalletCypher
CypherProviderBCED25519. getWalletCypher()
returns the wallet cypherKeyContexts.WalletCypher
InstanceWalletKeyStoreBCED25519. getWalletCypher()
KeyContexts.WalletCypher
InstanceWalletKeyStoreBCQTESLAPSSC1Round1. getWalletCypher()
KeyContexts.WalletCypher
InstanceWalletKeyStoreBCQTESLAPSSC1Round2. getWalletCypher()
KeyContexts.WalletCypher
InstanceWalletKeystoreInterface. getWalletCypher()
KeyContexts.WalletCypher
WalletInterface. getWalletCypher()
KeyContexts.WalletCypher
TransactionBox. walletCypher()
Methods in com.h2tcoin.takamakachain.wallet with parameters of type KeyContexts.WalletCypher Modifier and Type Method Description static Path
WalletHelper. importKeyFromWords(List<String> words, Path path, String filename, KeyContexts.WalletCypher cypher, String newPassword)
Spawns a refurbished walletprotected abstract void
AbstractCypherProvider. setKeyContext(KeyContexts.WalletCypher cypher)
protected void
CypherProviderBCED25519. setKeyContext(KeyContexts.WalletCypher cypher)
do not call this method.static void
WalletHelper. 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.WalletCypher
KeyBean. getCypher()
KeyContexts.WalletCypher
PublicKeyBean. getCypher()
Methods in com.h2tcoin.takamakachain.wallet.beans with parameters of type KeyContexts.WalletCypher Modifier and Type Method Description void
KeyBean. setCypher(KeyContexts.WalletCypher cypher)
void
PublicKeyBean. 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)
-