Liking cljdoc? Tell your friends :D

javax.crypto.AEADBadTagException

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.
raw docstring

->aead-bad-tag-exceptionclj

(->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`
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close