public class AEADBadTagException extends BadPaddingException
Cipher
operating in
an AEAD mode (such as GCM/CCM) is unable to verify the supplied
authentication tag.Constructor and Description |
---|
AEADBadTagException()
Constructs a AEADBadTagException with no detail message.
|
AEADBadTagException(java.lang.String msg)
Constructs a AEADBadTagException with the specified
detail message.
|