Class CMSTagLengthException

All Implemented Interfaces:
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:
  • Constructor Details

    • CMSTagLengthException

      public CMSTagLengthException(String msg)
    • CMSTagLengthException

      public CMSTagLengthException(String msg, Exception e)