Uses of Class
net.jsign.timestamp.Timestamper
-
Packages that use Timestamper Package Description net.jsign net.jsign.timestamp -
-
Uses of Timestamper in net.jsign
Methods in net.jsign with parameters of type Timestamper Modifier and Type Method Description AuthenticodeSignerAuthenticodeSigner. withTimestamper(Timestamper timestamper)Set the Timestamper implementation.net.jsign.PESignerPESigner. withTimestamper(Timestamper timestamper)Deprecated.Set the Timestamper implementation. -
Uses of Timestamper in net.jsign.timestamp
Subclasses of Timestamper in net.jsign.timestamp Modifier and Type Class Description classAuthenticodeTimestamperLegacy Authenticode timestamping.classRFC3161TimestamperRFC 3161 timestamping.Methods in net.jsign.timestamp that return Timestamper Modifier and Type Method Description static TimestamperTimestamper. create(TimestampingMode mode)Returns the timestamper for the specified mode.
-