iaik.cms
Class CMSMacException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by iaik.cms.CMSException
              extended by iaik.cms.CMSCryptoException
                  extended by iaik.cms.CMSMacException
All Implemented Interfaces:
java.io.Serializable

public class CMSMacException
extends CMSCryptoException

CMS Mac Exception.

A CMSMacException is thrown when the MAC verification of an AuthenticatedDataStream or AuthenticatedData fails.

See Also:
Serialized Form

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

CMSMacException

public CMSMacException()
Creates a CMSMacException with no message describing the exception.


CMSMacException

public CMSMacException(java.lang.String msg)
Creates a CMSMacException with the given message describing this particular exception.

Parameters:
msg - the message string describing this exception

This Javadoc may contain text parts from text parts from IETF Internet Standard specifications (see copyright note).

IAIK-CMS 6.0, (c) 2002 IAIK, (c) 2003, 2023 SIC