public class CMSMacException extends CMSCryptoException
A CMSMacException
is thrown when the MAC verification
of an AuthenticatedDataStream
or AuthenticatedData
fails.
Constructor and Description |
---|
CMSMacException()
Creates a
CMSMacException with no message describing
the exception. |
CMSMacException(java.lang.String msg)
Creates a
CMSMacException with the given message
describing this particular exception. |
public CMSMacException()
CMSMacException
with no message describing
the exception.public CMSMacException(java.lang.String msg)
CMSMacException
with the given message
describing this particular exception.msg
- the message string describing this exception