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:
 java.io.Serializable
- Enclosing class:
 - KeyCrypterException
 
public static class KeyCrypterException.InvalidCipherText extends 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:
 - Serialized Form
 
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from class org.bitcoinj.crypto.KeyCrypterException
KeyCrypterException.InvalidCipherText, KeyCrypterException.PublicPrivateMismatch 
 - 
 
- 
Constructor Summary
Constructors Constructor Description InvalidCipherText(java.lang.String message)InvalidCipherText(java.lang.String message, java.lang.Throwable throwable) 
 -