Namespace Libplanet.KeyStore
Classes
IncorrectPassphraseException
The exception that is thrown when a user input passphrase (i.e., password) is incorrect.
InvalidKeyJsonException
The exception that is thrown when a key JSON is invalid, e.g., missing field.
KeyJsonException
Serves as the base class for exceptions thrown by
From
KeyStoreException
Serves as the base class for exceptions thrown by IKey
MismatchedAddressException
The exception that is thrown when an unprotected private key's actual address does not match to the expected address.
NoKeyException
The exception that is thrown when there is no Protected
ProtectedPrivateKey
Protects a Private
UnsupportedKeyJsonException
The exception that is thrown when a key JSON is valid but uses an unsupported feature, e.g., unsupported cipher algorithm.
Web3KeyStore
Web3 Secret
Storage (i.e., Ethereum-style key store) compliant IKey
Use Default
In order to get an instance with a customized directory,
use the Web3Key
Interfaces
IKeyStore
The interface to store Protected