| Bouncy Castle Cryptography Library 1.33 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
Exceptionorg.bouncycastle.crypto.CryptoExceptionorg.bouncycastle.crypto.InvalidCipherTextExceptionpublic class InvalidCipherTextExceptionextends CryptoExceptionConstructor Summary | |
| |
| |
public InvalidCipherTextException()
base constructor.
public InvalidCipherTextException(String message)
create a InvalidCipherTextException with the given message.
- Parameters:
message- the message to be carried with the exception.