org.bouncycastle.crypto
public class InvalidCipherTextException extends CryptoException
| Constructor Summary | |
|---|---|
| InvalidCipherTextException()
base constructor. | |
| InvalidCipherTextException(String message)
create a InvalidCipherTextException with the given message.
| |
Parameters: message the message to be carried with the exception.