This exception is thrown when a Cipher operating in an AEAD mode (such as GCM/CCM) is unable to verify the supplied authentication tag.
This exception is thrown when a Cipher operating in an AEAD mode (such as GCM/CCM) is unable to verify the supplied authentication tag.
(->aead-bad-tag-exception)
(->aead-bad-tag-exception msg)
Constructor.
Constructs a AEADBadTagException with the specified detail message.
msg - the detail message. - java.lang.String
Constructor. Constructs a AEADBadTagException with the specified detail message. msg - the detail message. - `java.lang.String`
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close