Class ImprintDigestInvalidException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.bouncycastle.tsp.cms.ImprintDigestInvalidException
- All Implemented Interfaces:
Serializable
Thrown during validation of a
CMSTimeStampedData when a calculated digest
does not match the message imprint recorded in a time stamp token, or when a token
being checked is not associated with the evidence present in the message. The
offending token is retrievable via getTimeStampToken().- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn the time stamp token whose imprint check failed.Methods inherited from class Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
ImprintDigestInvalidException
-
-
Method Details
-
getTimeStampToken
Return the time stamp token whose imprint check failed.- Returns:
- the token associated with this exception.
-