Uses of Interface
com.itextpdf.commons.bouncycastle.tsp.ITimeStampRequest
-
-
Uses of ITimeStampRequest in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return ITimeStampRequest Modifier and Type Method Description ITimeStampRequestBouncyCastleFactory. createTimeStampRequest(byte[] bytes)Create timestamp request wrapper frombyte[]value. -
Uses of ITimeStampRequest in com.itextpdf.bouncycastle.tsp
Classes in com.itextpdf.bouncycastle.tsp that implement ITimeStampRequest Modifier and Type Class Description classTimeStampRequestBCWrapper class forTimeStampRequest.Methods in com.itextpdf.bouncycastle.tsp that return ITimeStampRequest Modifier and Type Method Description ITimeStampRequestTimeStampRequestGeneratorBC. generate(IASN1ObjectIdentifier objectIdentifier, byte[] imprint, java.math.BigInteger nonce)Calls actualgeneratemethod for the wrapped TimeStampRequestGenerator object.Methods in com.itextpdf.bouncycastle.tsp with parameters of type ITimeStampRequest Modifier and Type Method Description ITimeStampResponseTimeStampResponseGeneratorBC. generate(ITimeStampRequest request, java.math.BigInteger bigInteger, java.util.Date date)Calls actualgeneratemethod for the wrapped TimeStampResponseGenerator object.ITimeStampTokenTimeStampTokenGeneratorBC. generate(ITimeStampRequest request, java.math.BigInteger bigInteger, java.util.Date date)Calls actualgeneratemethod for the wrapped TimeStampTokenGenerator object.voidTimeStampResponseBC. validate(ITimeStampRequest request)Calls actualvalidatemethod for the wrapped TimeStampResponse object. -
Uses of ITimeStampRequest in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return ITimeStampRequest Modifier and Type Method Description ITimeStampRequestBouncyCastleDefaultFactory. createTimeStampRequest(byte[] bytes) -
Uses of ITimeStampRequest in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return ITimeStampRequest Modifier and Type Method Description ITimeStampRequestIBouncyCastleFactory. createTimeStampRequest(byte[] bytes)Create timestamp request wrapper frombyte[]value. -
Uses of ITimeStampRequest in com.itextpdf.commons.bouncycastle.tsp
Methods in com.itextpdf.commons.bouncycastle.tsp that return ITimeStampRequest Modifier and Type Method Description ITimeStampRequestITimeStampRequestGenerator. generate(IASN1ObjectIdentifier objectIdentifier, byte[] imprint, java.math.BigInteger nonce)Calls actualgeneratemethod for the wrapped TimeStampRequestGenerator object.Methods in com.itextpdf.commons.bouncycastle.tsp with parameters of type ITimeStampRequest Modifier and Type Method Description ITimeStampResponseITimeStampResponseGenerator. generate(ITimeStampRequest request, java.math.BigInteger bigInteger, java.util.Date date)Calls actualgeneratemethod for the wrapped TimeStampResponseGenerator object.ITimeStampTokenITimeStampTokenGenerator. generate(ITimeStampRequest request, java.math.BigInteger bigInteger, java.util.Date date)Calls actualgeneratemethod for the wrapped TimeStampTokenGenerator object.voidITimeStampResponse. validate(ITimeStampRequest request)Calls actualvalidatemethod for the wrapped TimeStampResponse object.
-