Uses of Class
com.itextpdf.commons.bouncycastle.tsp.AbstractTSPException
Package
Description
-
Uses of AbstractTSPException in com.itextpdf.bouncycastle
Modifier and TypeMethodDescriptionBouncyCastleFactory.createTSTInfo
(IContentInfo contentInfo) Create TST Info wrapper from content info wrapper. -
Uses of AbstractTSPException in com.itextpdf.bouncycastle.tsp
-
Uses of AbstractTSPException in com.itextpdf.bouncycastlefips
Modifier and TypeMethodDescriptionBouncyCastleFipsFactory.createTSTInfo
(IContentInfo contentInfo) Create TST Info wrapper from content info wrapper. -
Uses of AbstractTSPException in com.itextpdf.bouncycastlefips.tsp
-
Uses of AbstractTSPException in com.itextpdf.commons.bouncycastle
Modifier and TypeMethodDescriptionIBouncyCastleFactory.createTimeStampResponse
(byte[] respBytes) Create timestamp response wrapper frombyte[]
value.IBouncyCastleFactory.createTimeStampToken
(IContentInfo contentInfo) Create timestamp token wrapper from content info wrapper.IBouncyCastleFactory.createTimeStampTokenGenerator
(ISignerInfoGenerator siGen, IDigestCalculator dgCalc, IASN1ObjectIdentifier policy) Create timestamp token generator wrapper from signer info generator wrapper, digest calculator wrapper and ASN1 Object identifier wrapper.IBouncyCastleFactory.createTSTInfo
(IContentInfo contentInfo) Create TST Info wrapper from content info wrapper. -
Uses of AbstractTSPException in com.itextpdf.commons.bouncycastle.tsp
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.void
ITimeStampToken.validate
(ISignerInformationVerifier verifier) Calls actualvalidate
method for the wrapped TimeStampToken object. -
Uses of AbstractTSPException in com.itextpdf.signatures
Modifier and TypeMethodDescriptionbyte[]
TSAClientBouncyCastle.getTimeStampToken
(byte[] imprint) Get RFC 3161 timeStampToken.