|
IAIK CMS/SMIME Toolkit API Documentation
Version 6.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
java.security.SignatureException
iaik.cms.CMSSignatureException
iaik.cms.InvalidSignatureValueException
public class InvalidSignatureValueException
This exception may be thrown if the verification of a SignedData signature fails because the signature value is invalid.
| Field Summary |
|---|
| Fields inherited from class iaik.cms.CMSSignatureException |
|---|
signerID_, wrappedException_ |
| Constructor Summary | |
|---|---|
InvalidSignatureValueException()
Creates a InvalidSignatureValueException with no message describing
the exception. |
|
InvalidSignatureValueException(java.lang.String msg)
Creates a InvalidSignatureValueException with the given message
describing this particular exception. |
|
InvalidSignatureValueException(java.lang.String msg,
CertificateIdentifier signerID)
Creates a InvalidSignatureValueException with the
given message and the given signer identifier. |
|
| Method Summary |
|---|
| Methods inherited from class iaik.cms.CMSSignatureException |
|---|
getSignerID, getWrappedException |
| 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 InvalidSignatureValueException()
InvalidSignatureValueException with no message describing
the exception.
public InvalidSignatureValueException(java.lang.String msg)
InvalidSignatureValueException with the given message
describing this particular exception.
msg - the message string describing this exception
public InvalidSignatureValueException(java.lang.String msg,
CertificateIdentifier signerID)
InvalidSignatureValueException with the
given message and the given signer identifier.
msg - the message string describing this exceptionsignerID - the signer identifier of the entity for which signature
verification has failed
|
IAIK CMS/SMIME Toolkit API Documentation
Version 6.1 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
|
v6.1 (c) 2002 IAIK, (c) 2003 - 2025 SIC |
|