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 ITimeStampRequest
BouncyCastleFactory. 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 class
TimeStampRequestBC
Wrapper class forTimeStampRequest
.Methods in com.itextpdf.bouncycastle.tsp that return ITimeStampRequest Modifier and Type Method Description ITimeStampRequest
TimeStampRequestGeneratorBC. generate(IASN1ObjectIdentifier objectIdentifier, byte[] imprint, java.math.BigInteger nonce)
Calls actualgenerate
method for the wrapped TimeStampRequestGenerator object.Methods in com.itextpdf.bouncycastle.tsp with parameters of type ITimeStampRequest Modifier and Type Method Description ITimeStampResponse
TimeStampResponseGeneratorBC. generate(ITimeStampRequest request, java.math.BigInteger bigInteger, java.util.Date date)
Calls actualgenerate
method for the wrapped TimeStampResponseGenerator object.ITimeStampToken
TimeStampTokenGeneratorBC. generate(ITimeStampRequest request, java.math.BigInteger bigInteger, java.util.Date date)
Calls actualgenerate
method for the wrapped TimeStampTokenGenerator object.void
TimeStampResponseBC. validate(ITimeStampRequest request)
Calls actualvalidate
method 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 ITimeStampRequest
BouncyCastleDefaultFactory. 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 ITimeStampRequest
IBouncyCastleFactory. 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 ITimeStampRequest
ITimeStampRequestGenerator. generate(IASN1ObjectIdentifier objectIdentifier, byte[] imprint, java.math.BigInteger nonce)
Calls actualgenerate
method for the wrapped TimeStampRequestGenerator object.Methods in com.itextpdf.commons.bouncycastle.tsp with parameters of type ITimeStampRequest Modifier and Type Method Description ITimeStampResponse
ITimeStampResponseGenerator. generate(ITimeStampRequest request, java.math.BigInteger bigInteger, java.util.Date date)
Calls actualgenerate
method for the wrapped TimeStampResponseGenerator object.ITimeStampToken
ITimeStampTokenGenerator. generate(ITimeStampRequest request, java.math.BigInteger bigInteger, java.util.Date date)
Calls actualgenerate
method for the wrapped TimeStampTokenGenerator object.void
ITimeStampResponse. validate(ITimeStampRequest request)
Calls actualvalidate
method for the wrapped TimeStampResponse object.
-