Uses of Interface
com.itextpdf.commons.bouncycastle.asn1.tsp.ITSTInfo
-
-
Uses of ITSTInfo in com.itextpdf.bouncycastle
Methods in com.itextpdf.bouncycastle that return ITSTInfo Modifier and Type Method Description ITSTInfo
BouncyCastleFactory. createTSTInfo(IContentInfo contentInfo)
Create TST Info wrapper from content info wrapper. -
Uses of ITSTInfo in com.itextpdf.bouncycastle.asn1.tsp
Classes in com.itextpdf.bouncycastle.asn1.tsp that implement ITSTInfo Modifier and Type Class Description class
TSTInfoBC
Wrapper class forTSTInfo
. -
Uses of ITSTInfo in com.itextpdf.bouncycastle.tsp
Methods in com.itextpdf.bouncycastle.tsp that return ITSTInfo Modifier and Type Method Description ITSTInfo
TimeStampTokenInfoBC. toASN1Structure()
Calls actualtoASN1Structure
method for the wrapped TimeStampTokenInfo object. -
Uses of ITSTInfo in com.itextpdf.bouncycastleconnector
Methods in com.itextpdf.bouncycastleconnector that return ITSTInfo Modifier and Type Method Description ITSTInfo
BouncyCastleDefaultFactory. createTSTInfo(IContentInfo contentInfo)
-
Uses of ITSTInfo in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return ITSTInfo Modifier and Type Method Description ITSTInfo
IBouncyCastleFactory. createTSTInfo(IContentInfo contentInfo)
Create TST Info wrapper from content info wrapper. -
Uses of ITSTInfo in com.itextpdf.commons.bouncycastle.tsp
Methods in com.itextpdf.commons.bouncycastle.tsp that return ITSTInfo Modifier and Type Method Description ITSTInfo
ITimeStampTokenInfo. toASN1Structure()
Calls actualtoASN1Structure
method for the wrapped TimeStampTokenInfo object. -
Uses of ITSTInfo in com.itextpdf.signatures
Fields in com.itextpdf.signatures declared as ITSTInfo Modifier and Type Field Description private ITSTInfo
PdfPKCS7. timeStampTokenInfo
BouncyCastle TSTInfo.Methods in com.itextpdf.signatures that return ITSTInfo Modifier and Type Method Description ITSTInfo
PdfPKCS7. getTimeStampTokenInfo()
Gets the timestamp token info if there is one.Methods in com.itextpdf.signatures with parameters of type ITSTInfo Modifier and Type Method Description (package private) static java.util.Calendar
SignUtils. getTimeStampDate(ITSTInfo timeStampTokenInfo)
-
Uses of ITSTInfo in com.itextpdf.signatures.validation.v1
Methods in com.itextpdf.signatures.validation.v1 with parameters of type ITSTInfo Modifier and Type Method Description private boolean
SignatureValidator. updateLastKnownPoE(ValidationReport tsValidationReport, ITSTInfo timeStampTokenInfo)
-