public class InvalidSignatureValueException extends CMSSignatureException
signerID_, wrappedException_| Constructor and Description |
|---|
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. |
getSignerID, getWrappedExceptionpublic 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