Class UnauthenticCiphertextException

All Implemented Interfaces:
Serializable

public class UnauthenticCiphertextException extends BadPaddingException
Drop-in replacement for AEADBadTagException, which is not available on some older Android systems.
See Also:
  • Constructor Details

    • UnauthenticCiphertextException

      public UnauthenticCiphertextException(String message)
      Constructs a UnauthenticCiphertextException with the specified detail message.
      Parameters:
      message - the detail message.