Uses of Interface
com.itextpdf.commons.bouncycastle.tsp.ITimeStampTokenInfo
-
Packages that use ITimeStampTokenInfo Package Description com.itextpdf.bouncycastle.tsp com.itextpdf.commons.bouncycastle.tsp com.itextpdf.signatures -
-
Uses of ITimeStampTokenInfo in com.itextpdf.bouncycastle.tsp
Classes in com.itextpdf.bouncycastle.tsp that implement ITimeStampTokenInfo Modifier and Type Class Description classTimeStampTokenInfoBCWrapper class forTimeStampTokenInfo.Methods in com.itextpdf.bouncycastle.tsp that return ITimeStampTokenInfo Modifier and Type Method Description ITimeStampTokenInfoTimeStampTokenBC. getTimeStampInfo()Calls actualgetTimeStampInfomethod for the wrapped TimeStampToken object. -
Uses of ITimeStampTokenInfo in com.itextpdf.commons.bouncycastle.tsp
Methods in com.itextpdf.commons.bouncycastle.tsp that return ITimeStampTokenInfo Modifier and Type Method Description ITimeStampTokenInfoITimeStampToken. getTimeStampInfo()Calls actualgetTimeStampInfomethod for the wrapped TimeStampToken object. -
Uses of ITimeStampTokenInfo in com.itextpdf.signatures
Methods in com.itextpdf.signatures with parameters of type ITimeStampTokenInfo Modifier and Type Method Description voidITSAInfoBouncyCastle. inspectTimeStampTokenInfo(ITimeStampTokenInfo info)When a timestamp is created using TSAClientBouncyCastle, this method is triggered passing an object that contains info about the timestamp and the time stamping authority.
-