public class InvalidContentHashException extends CMSSignatureException
signerID_, wrappedException_
Constructor and Description |
---|
InvalidContentHashException()
Creates a
InvalidContentHashException with no message describing
the exception. |
InvalidContentHashException(java.lang.String msg)
Creates a
InvalidContentHashException with the given message
describing this particular exception. |
InvalidContentHashException(java.lang.String msg,
CertificateIdentifier signerID)
Creates a
InvalidContentHashException with the given message and
the given signer identifier. |
getSignerID, getWrappedException
public InvalidContentHashException()
InvalidContentHashException
with no message describing
the exception.public InvalidContentHashException(java.lang.String msg)
InvalidContentHashException
with the given message
describing this particular exception.msg
- the message string describing this exceptionpublic InvalidContentHashException(java.lang.String msg, CertificateIdentifier signerID)
InvalidContentHashException
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