public class InvalidCipherTextIOException
extends java.io.IOException
IOException
wrapper around an exception indicating an invalid ciphertext, such as in
authentication failure during finalisation of an AEAD cipher. For use in streams that need to
expose invalid ciphertext errors.Constructor and Description |
---|
InvalidCipherTextIOException(java.lang.String message,
java.lang.Throwable cause) |
Modifier and Type | Method and Description |
---|---|
java.lang.Throwable |
getCause() |