Uses of Class
com.itextpdf.bouncycastle.tsp.TSPExceptionBC
-
Packages that use TSPExceptionBC Package Description com.itextpdf.bouncycastle com.itextpdf.bouncycastle.tsp -
-
Uses of TSPExceptionBC in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that throw TSPExceptionBC Modifier and Type Method Description ITimeStampResponseBouncyCastleFactory. createTimeStampResponse(byte[] respBytes)Create timestamp response wrapper frombyte[]value.ITimeStampTokenBouncyCastleFactory. createTimeStampToken(IContentInfo contentInfo)Create timestamp token wrapper from content info wrapper.ITimeStampTokenGeneratorBouncyCastleFactory. 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. -
Uses of TSPExceptionBC in com.itextpdf.bouncycastle.tsp
Methods in com.itextpdf.bouncycastle.tsp that throw TSPExceptionBC Modifier and Type Method Description ITimeStampResponseTimeStampResponseGeneratorBC. generate(ITimeStampRequest request, java.math.BigInteger bigInteger, java.util.Date date)Calls actualgeneratemethod for the wrapped TimeStampResponseGenerator object.ITimeStampTokenTimeStampTokenGeneratorBC. generate(ITimeStampRequest request, java.math.BigInteger bigInteger, java.util.Date date)Calls actualgeneratemethod for the wrapped TimeStampTokenGenerator object.voidTimeStampResponseBC. validate(ITimeStampRequest request)Calls actualvalidatemethod for the wrapped TimeStampResponse object.voidTimeStampTokenBC. validate(ISignerInformationVerifier verifier)Calls actualvalidatemethod for the wrapped TimeStampToken object.Constructors in com.itextpdf.bouncycastle.tsp that throw TSPExceptionBC Constructor Description TimeStampTokenGeneratorBC(ISignerInfoGenerator siGen, IDigestCalculator dgCalc, IASN1ObjectIdentifier policy)Creates new wrapper instance forTimeStampTokenGenerator.
-