public class AEADBadTagException extends BadPaddingException
Cipher that is using an Authenticated Encryption with
Additional Data (AEAD) mode such as Galois/Counter Mode (GCM) and the tag
failed verification.| Constructor and Description |
|---|
AEADBadTagException()
Constructs an instance of
AEADBadTagException. |
AEADBadTagException(String message)
Constructs an instance of
AEADBadTagException with the given
message. |
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic AEADBadTagException()
AEADBadTagException.public AEADBadTagException(String message)
AEADBadTagException with the given
message.