Uses of Class
net.jsign.timestamp.TimestampingMode
-
Packages that use TimestampingMode Package Description net.jsign net.jsign.timestamp -
-
Uses of TimestampingMode in net.jsign
Methods in net.jsign with parameters of type TimestampingMode Modifier and Type Method Description AuthenticodeSignerAuthenticodeSigner. withTimestampingMode(TimestampingMode tsmode)RFC3161 or Authenticode (Authenticode by default).net.jsign.PESignerPESigner. withTimestampingMode(TimestampingMode tsmode)Deprecated.RFC3161 or Authenticode (Authenticode by default). -
Uses of TimestampingMode in net.jsign.timestamp
Methods in net.jsign.timestamp that return TimestampingMode Modifier and Type Method Description static TimestampingModeTimestampingMode. of(String mode)static TimestampingModeTimestampingMode. valueOf(String name)Returns the enum constant of this type with the specified name.static TimestampingMode[]TimestampingMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.jsign.timestamp with parameters of type TimestampingMode Modifier and Type Method Description static TimestamperTimestamper. create(TimestampingMode mode)Returns the timestamper for the specified mode.
-