Package org.bitcoinj.crypto
Class KeyCrypterException.InvalidCipherText
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.bitcoinj.crypto.KeyCrypterException
org.bitcoinj.crypto.KeyCrypterException.InvalidCipherText
- All Implemented Interfaces:
 Serializable
- Enclosing class:
 - KeyCrypterException
 
This exception is thrown when a private key or seed is decrypted, the decrypted message is damaged
 (e.g. the padding is damaged). 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
ConstructorsConstructorDescriptionInvalidCipherText(String message) InvalidCipherText(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
- 
InvalidCipherText
 - 
InvalidCipherText
 
 -