Uses of Interface
com.itextpdf.commons.bouncycastle.tsp.ITimeStampToken
Package
Description
-
Uses of ITimeStampToken in com.itextpdf.bouncycastle
Modifier and TypeMethodDescriptionBouncyCastleFactory.createTimeStampToken
(IContentInfo contentInfo) Create timestamp token wrapper from content info wrapper. -
Uses of ITimeStampToken in com.itextpdf.bouncycastle.tsp
Modifier and TypeMethodDescriptionTimeStampTokenGeneratorBC.generate
(ITimeStampRequest request, BigInteger bigInteger, Date date) Calls actualgenerate
method for the wrapped TimeStampTokenGenerator object.TimeStampResponseBC.getTimeStampToken()
Calls actualgetTimeStampToken
method for the wrapped TimeStampResponse object. -
Uses of ITimeStampToken in com.itextpdf.bouncycastlefips
Modifier and TypeMethodDescriptionBouncyCastleFipsFactory.createTimeStampToken
(IContentInfo contentInfo) Create timestamp token wrapper from content info wrapper. -
Uses of ITimeStampToken in com.itextpdf.bouncycastlefips.tsp
Modifier and TypeMethodDescriptionTimeStampTokenGeneratorBCFips.generate
(ITimeStampRequest request, BigInteger bigInteger, Date date) Calls actualgenerate
method for the wrapped TimeStampTokenGenerator object.TimeStampResponseBCFips.getTimeStampToken()
Calls actualgetTimeStampToken
method for the wrapped TimeStampResponse object. -
Uses of ITimeStampToken in com.itextpdf.commons.bouncycastle
Modifier and TypeMethodDescriptionIBouncyCastleFactory.createTimeStampToken
(IContentInfo contentInfo) Create timestamp token wrapper from content info wrapper. -
Uses of ITimeStampToken in com.itextpdf.commons.bouncycastle.tsp
Modifier and TypeMethodDescriptionITimeStampTokenGenerator.generate
(ITimeStampRequest request, BigInteger bigInteger, Date date) Calls actualgenerate
method for the wrapped TimeStampTokenGenerator object.ITimeStampResponse.getTimeStampToken()
Calls actualgetTimeStampToken
method for the wrapped TimeStampResponse object. -
Uses of ITimeStampToken in com.itextpdf.signatures
Modifier and TypeMethodDescriptionstatic boolean
CertificateVerification.verifyTimestampCertificates
(ITimeStampToken ts, KeyStore keystore, String provider) Verifies a time stamp against a KeyStore.