Bouncy Castle Cryptography Library 1.79

org.bouncycastle.cms
Class CMSVerifierCertificateNotValidException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.bouncycastle.cms.CMSException
                    |
                    +--org.bouncycastle.cms.CMSVerifierCertificateNotValidException
All Implemented Interfaces:
java.io.Serializable

public class CMSVerifierCertificateNotValidException
extends CMSException

See Also:
Serialized Form

Constructor Summary
CMSVerifierCertificateNotValidException(java.lang.String msg)
           
 
Methods inherited from class org.bouncycastle.cms.CMSException
getCause, getUnderlyingException
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

CMSVerifierCertificateNotValidException

public CMSVerifierCertificateNotValidException(java.lang.String msg)

Bouncy Castle Cryptography Library 1.79