Bouncy Castle Cryptography Library 1.35 | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
Exception
org.bouncycastle.crypto.CryptoException
org.bouncycastle.crypto.InvalidCipherTextException
public class InvalidCipherTextException
extends CryptoException
Constructor 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.