Package org.bitcoinj.crypto
Class KeyCrypterException.PublicPrivateMismatch
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.bitcoinj.crypto.KeyCrypterException
org.bitcoinj.crypto.KeyCrypterException.PublicPrivateMismatch
- All Implemented Interfaces:
Serializable
- Enclosing class:
- KeyCrypterException
This exception is thrown when a private key or seed is decrypted, it doesn't match its public key any
more. This likely means the wrong decryption key has been used.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bitcoinj.crypto.KeyCrypterException
KeyCrypterException.InvalidCipherText, KeyCrypterException.PublicPrivateMismatch
-
Constructor Summary
ConstructorDescriptionPublicPrivateMismatch
(String message) PublicPrivateMismatch
(String message, Throwable throwable) -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
PublicPrivateMismatch
-
PublicPrivateMismatch
-