Class CMSTagLengthException

  • All Implemented Interfaces:
    java.io.Serializable

    public class CMSTagLengthException
    extends CMSException
    Exception thrown when a recipient is asked to recover AEAD-protected content whose authentication tag is shorter than the recipient's configured minimum tag size (see Jce*Recipient.setMinimumTagSize).
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • CMSTagLengthException

        public CMSTagLengthException​(java.lang.String msg)
      • CMSTagLengthException

        public CMSTagLengthException​(java.lang.String msg,
                                     java.lang.Exception e)