Uses of Class
java.security.Timestamp
| Package | Description |
|---|---|
| java.security |
Extensible cryptographic service provider infrastructure (SPI) for using
and defining services such as
Certificates,
Keys, KeyStores, MessageDigests, and Signatures. |
-
Uses of Timestamp in java.security
Methods in java.security that return Timestamp Modifier and Type Method Description TimestampCodeSigner. getTimestamp()Returns the time stamp associated with thisCodeSigner.Constructors in java.security with parameters of type Timestamp Constructor Description CodeSigner(CertPath signerCertPath, Timestamp timestamp)Constructs a new instance ofCodeSigner.