Uses of Class
com.itextpdf.commons.bouncycastle.tsp.AbstractTSPException
-
Packages that use AbstractTSPException Package Description com.itextpdf.bouncycastle com.itextpdf.bouncycastle.tsp com.itextpdf.commons.bouncycastle com.itextpdf.commons.bouncycastle.tsp com.itextpdf.signatures -
-
Uses of AbstractTSPException in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that throw AbstractTSPException Modifier and Type Method Description ITSTInfo
BouncyCastleFactory. 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 Modifier and Type Class Description class
TSPExceptionBC
Wrapper class forTSPException
. -
Uses of AbstractTSPException in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that throw AbstractTSPException Modifier and Type Method Description ITimeStampResponse
IBouncyCastleFactory. createTimeStampResponse(byte[] respBytes)
Create timestamp response wrapper frombyte[]
value.ITimeStampToken
IBouncyCastleFactory. createTimeStampToken(IContentInfo contentInfo)
Create timestamp token wrapper from content info wrapper.ITimeStampTokenGenerator
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.ITSTInfo
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 AbstractTSPException 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.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 AbstractTSPException Modifier and Type Method Description byte[]
TSAClientBouncyCastle. getTimeStampToken(byte[] imprint)
Get RFC 3161 timeStampToken.(package private) static void
SignUtils. isSignatureValid(ITimeStampToken validator, java.security.cert.X509Certificate certStoreX509, java.lang.String provider)
-