|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Throwable java.lang.Exception iaik.cms.CMSException iaik.cms.CMSCryptoException iaik.cms.CMSMacException
public class CMSMacException
CMS Mac Exception.
A CMSMacException
is thrown when the MAC verification
of an AuthenticatedDataStream
or AuthenticatedData
fails.
Constructor Summary | |
---|---|
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. |
Method Summary |
---|
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, 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 |
---|
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
|
This Javadoc may contain text parts from text parts from IETF Internet Standard specifications (see copyright note). | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |