Uses of Class
com.itextpdf.commons.bouncycastle.tsp.AbstractTSPException
Packages that use AbstractTSPException
Package
Description
-
Uses of AbstractTSPException in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that throw AbstractTSPExceptionModifier and TypeMethodDescriptionBouncyCastleFactory.createTSTInfo
(IContentInfo contentInfo) Create TST Info wrapper from content info wrapper. -
Uses of AbstractTSPException in com.itextpdf.bouncycastle.tsp
Subclasses of AbstractTSPException in com.itextpdf.bouncycastle.tsp -
Uses of AbstractTSPException in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that throw AbstractTSPExceptionModifier 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
Methods in com.itextpdf.commons.bouncycastle.tsp that throw AbstractTSPExceptionModifier 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
Methods in com.itextpdf.signatures that throw AbstractTSPExceptionModifier and TypeMethodDescriptionbyte[]
TSAClientBouncyCastle.getTimeStampToken
(byte[] imprint) Get RFC 3161 timeStampToken.(package private) static void
SignUtils.isSignatureValid
(ITimeStampToken validator, X509Certificate certStoreX509, String provider)