Searched defs:thisUpdate (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/main/java/org/apache/harmony/security/x509/
H A DTBSCertList.java54 * thisUpdate Time,
74 /** the value of thisUpdate of the structure */
75 private final Date thisUpdate; field in class:TBSCertList
195 Name issuer, Date thisUpdate, Date nextUpdate,
201 this.thisUpdate = thisUpdate;
230 * Returns the value of thisUpdate field of the structure.
233 return thisUpdate;
275 && thisUpdate.getTime() / 1000
276 == that.thisUpdate
194 TBSCertList(int version, AlgorithmIdentifier signature, Name issuer, Date thisUpdate, Date nextUpdate, List<RevokedCertificate> revokedCertificates, Extensions crlExtensions, byte[] encoding) argument
[all...]
/libcore/luni/src/test/java/tests/security/cert/
H A DX509CRLSelector2Test.java518 private Date thisUpdate = null; field in class:X509CRLSelector2Test.TestCRL
529 public TestCRL(Date thisUpdate, Date nextUpdate) { argument
530 setUpdateDates(thisUpdate, nextUpdate);
537 public void setUpdateDates(Date thisUpdate, Date nextUpdate) { argument
538 this.thisUpdate = thisUpdate;
605 return thisUpdate;

Completed in 175 milliseconds