Package org.cryptomator.siv
Class UnauthenticCiphertextException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
javax.crypto.BadPaddingException
org.cryptomator.siv.UnauthenticCiphertextException
- All Implemented Interfaces:
Serializable
Drop-in replacement for
AEADBadTagException, which is not available on some older Android systems.- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionUnauthenticCiphertextException(String message) Constructs a UnauthenticCiphertextException with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnauthenticCiphertextException
Constructs a UnauthenticCiphertextException with the specified detail message.- Parameters:
message- the detail message.
-