HomeSort by relevance Sort by last modified time
    Searched defs:thisUpdate (Results 1 - 6 of 6) sorted by null

  /external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
CertificateListTest.java 68 private static Date thisUpdate = new Date();
72 nextUpdate = new Date(thisUpdate.getTime() + 100000);
142 new TBSCertList(2, signature, issuer, thisUpdate,
170 new TBSCertList(signature, issuer, thisUpdate);
177 tbscl = new TBSCertList(2, signature, issuer, thisUpdate,
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
TBSCertList.java 25 * thisUpdate Time,
142 Time thisUpdate;
190 thisUpdate = Time.getInstance(seq.getObjectAt(seqPos++));
239 return thisUpdate;
290 v.add(thisUpdate);
  /external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
X509CRLSelectorTest.java 59 private Date thisUpdate = null;
66 public TestCRL(Date thisUpdate, Date nextUpdate) {
67 setUpdateDates(thisUpdate, nextUpdate);
74 public void setUpdateDates(Date thisUpdate, Date nextUpdate) {
75 this.thisUpdate = thisUpdate;
141 return thisUpdate;
  /external/openssl/crypto/ocsp/
ocsp.h 256 * thisUpdate GeneralizedTime,
264 ASN1_GENERALIZEDTIME *thisUpdate;
  /external/openssl/include/openssl/
ocsp.h 256 * thisUpdate GeneralizedTime,
264 ASN1_GENERALIZEDTIME *thisUpdate;
  /external/google-tv-pairing-protocol/java/jar/
bcprov-jdk15-143.jar 

Completed in 1437 milliseconds