Uses of Class
com.h2tcoin.takamakachain.exceptions.wallet.InvalidCypherException
-
Packages that use InvalidCypherException Package Description com.h2tcoin.takamakachain.cli com.h2tcoin.takamakachain.wallet -
-
Uses of InvalidCypherException in com.h2tcoin.takamakachain.cli
Constructors in com.h2tcoin.takamakachain.cli that throw InvalidCypherException Constructor Description ShellNode()
-
Uses of InvalidCypherException in com.h2tcoin.takamakachain.wallet
Methods in com.h2tcoin.takamakachain.wallet that throw InvalidCypherException Modifier and Type Method Description static String
WalletHelper. getRecoveryWords(String filename, String password)
static InstanceWalletKeystoreInterface
WalletHelper. readWallet(String filename, String password)
static InstanceWalletKeystoreInterface
WalletHelper. readWalletRecoveryGui(String filename, String password)
static void
WalletHelper. writePublicKey(String walletname, String password, int keyIndex, KeyContexts.WalletCypher cypher)
-