Uses of Interface
com.itextpdf.commons.bouncycastle.tsp.ITimeStampRequest
Package
Description
-
Uses of ITimeStampRequest in com.itextpdf.bouncycastle
Modifier and TypeMethodDescriptionBouncyCastleFactory.createTimeStampRequest
(byte[] bytes) Create timestamp request wrapper frombyte[]
value. -
Uses of ITimeStampRequest in com.itextpdf.bouncycastle.tsp
Modifier and TypeMethodDescriptionTimeStampRequestGeneratorBC.generate
(IASN1ObjectIdentifier objectIdentifier, byte[] imprint, BigInteger nonce) Calls actualgenerate
method for the wrapped TimeStampRequestGenerator object.Modifier and TypeMethodDescriptionTimeStampResponseGeneratorBC.generate
(ITimeStampRequest request, BigInteger bigInteger, Date date) Calls actualgenerate
method for the wrapped TimeStampResponseGenerator object.TimeStampTokenGeneratorBC.generate
(ITimeStampRequest request, BigInteger bigInteger, 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.bouncycastlefips
Modifier and TypeMethodDescriptionBouncyCastleFipsFactory.createTimeStampRequest
(byte[] bytes) Create timestamp request wrapper frombyte[]
value. -
Uses of ITimeStampRequest in com.itextpdf.bouncycastlefips.tsp
Modifier and TypeClassDescriptionclass
Wrapper class forTimeStampRequest
.Modifier and TypeMethodDescriptionTimeStampRequestGeneratorBCFips.generate
(IASN1ObjectIdentifier objectIdentifier, byte[] imprint, BigInteger nonce) Calls actualgenerate
method for the wrapped TimeStampRequestGenerator object.Modifier and TypeMethodDescriptionTimeStampResponseGeneratorBCFips.generate
(ITimeStampRequest request, BigInteger bigInteger, Date date) Calls actualgenerate
method for the wrapped TimeStampResponseGenerator object.TimeStampTokenGeneratorBCFips.generate
(ITimeStampRequest request, BigInteger bigInteger, Date date) Calls actualgenerate
method for the wrapped TimeStampTokenGenerator object.void
TimeStampResponseBCFips.validate
(ITimeStampRequest request) Calls actualvalidate
method for the wrapped TimeStampResponse object. -
Uses of ITimeStampRequest in com.itextpdf.commons.bouncycastle
Modifier and TypeMethodDescriptionIBouncyCastleFactory.createTimeStampRequest
(byte[] bytes) Create timestamp request wrapper frombyte[]
value. -
Uses of ITimeStampRequest in com.itextpdf.commons.bouncycastle.tsp
Modifier and TypeMethodDescriptionITimeStampRequestGenerator.generate
(IASN1ObjectIdentifier objectIdentifier, byte[] imprint, BigInteger nonce) Calls actualgenerate
method for the wrapped TimeStampRequestGenerator object.Modifier and TypeMethodDescriptionITimeStampResponseGenerator.generate
(ITimeStampRequest request, BigInteger bigInteger, Date date) Calls actualgenerate
method for the wrapped TimeStampResponseGenerator object.ITimeStampTokenGenerator.generate
(ITimeStampRequest request, BigInteger bigInteger, Date date) Calls actualgenerate
method for the wrapped TimeStampTokenGenerator object.void
ITimeStampResponse.validate
(ITimeStampRequest request) Calls actualvalidate
method for the wrapped TimeStampResponse object.