iaik.cms
Class CertificateNotFoundException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
java.security.SignatureException
iaik.cms.CMSSignatureException
iaik.cms.CertificateNotFoundException
- All Implemented Interfaces:
- java.io.Serializable
public class CertificateNotFoundException
- extends CMSSignatureException
This exception may be thrown when the certificate that has been used for signing
is not included in the SignedData object. In this case an alternative verify
method has to be used that allows to suppply the certificate/key from outside.
- See Also:
- Serialized Form
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 |
CertificateNotFoundException
public CertificateNotFoundException()
- Creates a
CertificateNotFoundException
with no message describing
the exception.
CertificateNotFoundException
public CertificateNotFoundException(java.lang.String msg)
- Creates a
CertificateNotFoundException
with the given message
describing this particular exception.
- Parameters:
msg
- the message string describing this exception
CertificateNotFoundException
public CertificateNotFoundException(java.lang.String msg,
CertificateIdentifier certID)
- Creates a
CertificateNotFoundException
with the given message
and the certificate identifier.
- Parameters:
msg
- the message string describing this exceptioncertID
- the certificate identifier of the entity for which a certificate
has been searched
IAIK-CMS 6.0, (c) 2002 IAIK, (c) 2003, 2023 SIC