Uses of Class
org.bouncycastle.tsp.cms.ImprintDigestInvalidException
-
Packages that use ImprintDigestInvalidException Package Description org.bouncycastle.tsp.cms Classes for dealing Syntax for Binding Documents with Time-Stamps - RFC 5544. -
-
Uses of ImprintDigestInvalidException in org.bouncycastle.tsp.cms
Methods in org.bouncycastle.tsp.cms that throw ImprintDigestInvalidException Modifier and Type Method Description void
CMSTimeStampedData. validate(DigestCalculatorProvider calculatorProvider, byte[] dataDigest)
Validate the digests present in the TimeStampTokens contained in the CMSTimeStampedData.void
CMSTimeStampedData. validate(DigestCalculatorProvider calculatorProvider, byte[] dataDigest, TimeStampToken timeStampToken)
Validate the passed in timestamp token against the tokens and data present in the message.void
CMSTimeStampedDataParser. validate(DigestCalculatorProvider calculatorProvider, byte[] dataDigest)
Validate the digests present in the TimeStampTokens contained in the CMSTimeStampedData.void
CMSTimeStampedDataParser. validate(DigestCalculatorProvider calculatorProvider, byte[] dataDigest, TimeStampToken timeStampToken)
Validate the passed in timestamp token against the tokens and data present in the message.
-