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 FromJson(String) method.
MismatchedAddressException
The exception that is thrown when an unprotected private key's actual address does not match to the expected address.
ProtectedPrivateKey
Protects a PrivateKey with a passphrase (i.e., password).
UnsupportedKeyJsonException
The exception that is thrown when a key JSON is valid but uses an unsupported feature, e.g., unsupported cipher algorithm.