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.bouncycastlefips
Methods in com.itextpdf.bouncycastlefips that return ITimeStampTokenModifier and TypeMethodDescriptionBouncyCastleFipsFactory.createTimeStampToken(IContentInfo contentInfo) Create timestamp token wrapper from content info wrapper. -  
        
Uses of ITimeStampToken in com.itextpdf.bouncycastlefips.tsp
Classes in com.itextpdf.bouncycastlefips.tsp that implement ITimeStampTokenMethods in com.itextpdf.bouncycastlefips.tsp that return ITimeStampTokenModifier and TypeMethodDescriptionTimeStampTokenGeneratorBCFips.generate(ITimeStampRequest request, BigInteger bigInteger, Date date) Calls actualgeneratemethod for the wrapped TimeStampTokenGenerator object.TimeStampResponseBCFips.getTimeStampToken()Calls actualgetTimeStampTokenmethod for the wrapped TimeStampResponse object. -  
        
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 TypeMethodDescriptionstatic booleanCertificateVerification.verifyTimestampCertificates(ITimeStampToken ts, KeyStore keystore, String provider) Deprecated.Verifies a time stamp against a KeyStore.