Package org.bouncycastle.cms
Class CMSTagLengthException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.bouncycastle.cms.CMSException
-
- org.bouncycastle.cms.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 (seeJce*Recipient.setMinimumTagSize).- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CMSTagLengthException(java.lang.String msg)CMSTagLengthException(java.lang.String msg, java.lang.Exception e)
-
Method Summary
-
Methods inherited from class org.bouncycastle.cms.CMSException
getCause, getUnderlyingException
-
-