Uses of Interface
com.itextpdf.commons.bouncycastle.tsp.ITimeStampToken
Packages that use ITimeStampToken
Package
Description
-
Uses of ITimeStampToken in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return ITimeStampTokenModifier and TypeMethodDescriptionBouncyCastleFactory.createTimeStampToken(IContentInfo contentInfo) Create timestamp token wrapper from content info wrapper. -
Uses of ITimeStampToken in com.itextpdf.bouncycastle.tsp
Classes in com.itextpdf.bouncycastle.tsp that implement ITimeStampTokenMethods in com.itextpdf.bouncycastle.tsp that return ITimeStampTokenModifier and TypeMethodDescriptionTimeStampTokenGeneratorBC.generate(ITimeStampRequest request, BigInteger bigInteger, Date date) Calls actualgeneratemethod for the wrapped TimeStampTokenGenerator object.TimeStampResponseBC.getTimeStampToken()Calls actualgetTimeStampTokenmethod for the wrapped TimeStampResponse object. -
Uses of ITimeStampToken in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return ITimeStampTokenModifier and TypeMethodDescriptionBouncyCastleDefaultFactory.createTimeStampToken(IContentInfo contentInfo) -
Uses of ITimeStampToken in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return ITimeStampTokenModifier and TypeMethodDescriptionIBouncyCastleFactory.createTimeStampToken(IContentInfo contentInfo) Create timestamp token wrapper from content info wrapper. -
Uses of ITimeStampToken in com.itextpdf.commons.bouncycastle.tsp
Methods in com.itextpdf.commons.bouncycastle.tsp that return ITimeStampTokenModifier and TypeMethodDescriptionITimeStampTokenGenerator.generate(ITimeStampRequest request, BigInteger bigInteger, Date date) Calls actualgeneratemethod for the wrapped TimeStampTokenGenerator object.ITimeStampResponse.getTimeStampToken()Calls actualgetTimeStampTokenmethod for the wrapped TimeStampResponse object. -
Uses of ITimeStampToken in com.itextpdf.signatures
Methods in com.itextpdf.signatures with parameters of type ITimeStampTokenModifier and TypeMethodDescription(package private) static voidSignUtils.isSignatureValid(ITimeStampToken validator, X509Certificate certStoreX509, String provider) static booleanCertificateVerification.verifyTimestampCertificates(ITimeStampToken ts, KeyStore keystore, String provider) Deprecated.Verifies a time stamp against a KeyStore.