|
|||||||||
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 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 exceptionpublic 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
|
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 |