Uses of Class
org.bouncycastle.tsp.cms.ImprintDigestInvalidException
Packages that use ImprintDigestInvalidException
-
Uses of ImprintDigestInvalidException in org.bouncycastle.tsp.cms
Methods in org.bouncycastle.tsp.cms that throw ImprintDigestInvalidExceptionModifier and TypeMethodDescriptionvoidCMSTimeStampedData.validate(DigestCalculatorProvider calculatorProvider, byte[] dataDigest) Validate the digests present in the TimeStampTokens contained in the CMSTimeStampedData.voidCMSTimeStampedData.validate(DigestCalculatorProvider calculatorProvider, byte[] dataDigest, TimeStampToken timeStampToken) Validate the passed in timestamp token against the tokens and data present in the message.voidCMSTimeStampedDataParser.validate(DigestCalculatorProvider calculatorProvider, byte[] dataDigest) Validate the digests present in the TimeStampTokens contained in the CMSTimeStampedData.voidCMSTimeStampedDataParser.validate(DigestCalculatorProvider calculatorProvider, byte[] dataDigest, TimeStampToken timeStampToken) Validate the passed in timestamp token against the tokens and data present in the message.