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 ITSTInfoBouncyCastleFactory. createTSTInfo(IContentInfo contentInfo)Create TST Info wrapper from content info wrapper.ITSTInfoBouncyCastleFactory. createTSTInfo(IASN1Primitive 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 classTSTInfoBCWrapper class forTSTInfo. -
Uses of ITSTInfo in com.itextpdf.bouncycastle.tsp
Methods in com.itextpdf.bouncycastle.tsp that return ITSTInfo Modifier and Type Method Description ITSTInfoTimeStampTokenInfoBC. toASN1Structure()Calls actualtoASN1Structuremethod 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 ITSTInfoBouncyCastleDefaultFactory. createTSTInfo(IContentInfo contentInfo)ITSTInfoBouncyCastleDefaultFactory. createTSTInfo(IASN1Primitive contentInfo) -
Uses of ITSTInfo in com.itextpdf.commons.bouncycastle
Methods in com.itextpdf.commons.bouncycastle that return ITSTInfo Modifier and Type Method Description ITSTInfoIBouncyCastleFactory. createTSTInfo(IContentInfo contentInfo)Create TST Info wrapper from content info wrapper.ITSTInfoIBouncyCastleFactory. createTSTInfo(IASN1Primitive primitive)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 ITSTInfoITimeStampTokenInfo. toASN1Structure()Calls actualtoASN1Structuremethod 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 ITSTInfoPdfPKCS7. timeStampTokenInfoBouncyCastle TSTInfo.Methods in com.itextpdf.signatures that return ITSTInfo Modifier and Type Method Description ITSTInfoPdfPKCS7. 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.CalendarSignUtils. getTimeStampDate(ITSTInfo timeStampTokenInfo) -
Uses of ITSTInfo in com.itextpdf.signatures.validation
Methods in com.itextpdf.signatures.validation with parameters of type ITSTInfo Modifier and Type Method Description private booleanSignatureValidator. updateLastKnownPoE(ValidationReport tsValidationReport, ITSTInfo timeStampTokenInfo)
-