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 StringWalletHelper. getRecoveryWords(String filename, String password)static InstanceWalletKeystoreInterfaceWalletHelper. readWallet(String filename, String password)static InstanceWalletKeystoreInterfaceWalletHelper. readWalletRecoveryGui(String filename, String password)static voidWalletHelper. writePublicKey(String walletname, String password, int keyIndex, KeyContexts.WalletCypher cypher)
-