Searched defs:timestamp (Results 1 – 10 of 10) sorted by relevance
45 private long timestamp; field in ExpiringCache.Entry48 Entry(long timestamp, String val) { in Entry()53 long timestamp() { return timestamp; } in timestamp() method in ExpiringCache.Entry54 void setTimestamp(long timestamp) { this.timestamp = timestamp; } in setTimestamp()
55 private Timestamp timestamp; field in CodeSigner73 public CodeSigner(CertPath signerCertPath, Timestamp timestamp) { in CodeSigner()
54 private Date timestamp; field in Timestamp75 public Timestamp(Date timestamp, CertPath signerCertPath) { in Timestamp()
80 private long timestamp; field in SoftReference
149 Timestamp timestamp = new Timestamp(0); in testAsymmetricEquals() local
59 Timestamp timestamp = new Timestamp(now, cpath); in testTimestamp() local
69 public long timestamp() { in timestamp() method in UUID
291 public long timestamp() { in timestamp() method in UUID
192 java.security.Timestamp timestamp; field in SignerInfo
91 Timestamp timestamp; field in SignerInfo