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

/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
H A DCertificateListTest.java66 private static Date thisUpdate = new Date(); field in class:CertificateListTest
69 nextUpdate = new Date(thisUpdate.getTime()+100000);
134 new TBSCertList(2, signature, issuer, thisUpdate,
162 new TBSCertList(signature, issuer, thisUpdate);
169 tbscl = new TBSCertList(2, signature, issuer, thisUpdate,
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DTBSCertList.java25 * thisUpdate Time,
142 Time thisUpdate; field in class:TBSCertList
190 thisUpdate = Time.getInstance(seq.getObjectAt(seqPos++));
239 return thisUpdate;
290 v.add(thisUpdate);
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/cert/
H A DX509CRLImplTest.java91 private static Date thisUpdate = new Date(); field in class:X509CRLImplTest
94 nextUpdate = new Date(thisUpdate.getTime()+100000);
202 new TBSCertList(2, signature, issuer, thisUpdate,
328 assertTrue("Incorrect thisUpdate value",
329 thisUpdate.getTime()/1000 == crl.getThisUpdate().getTime()/1000);
/external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
H A DX509CRLSelectorTest.java59 private Date thisUpdate = null; field in class:X509CRLSelectorTest.TestCRL
66 public TestCRL(Date thisUpdate, Date nextUpdate) { argument
67 setUpdateDates(thisUpdate, nextUpdate);
74 public void setUpdateDates(Date thisUpdate, Date nextUpdate) { argument
75 this.thisUpdate = thisUpdate;
143 return thisUpdate;
/external/chromium_org/third_party/openssl/openssl/crypto/ocsp/
H A Docsp.h249 * thisUpdate GeneralizedTime,
257 ASN1_GENERALIZEDTIME *thisUpdate; member in struct:ocsp_single_response_st
/external/chromium_org/third_party/openssl/openssl/include/openssl/
H A Docsp.h249 * thisUpdate GeneralizedTime,
257 ASN1_GENERALIZEDTIME *thisUpdate; member in struct:ocsp_single_response_st
/external/openssl/crypto/ocsp/
H A Docsp.h249 * thisUpdate GeneralizedTime,
257 ASN1_GENERALIZEDTIME *thisUpdate; member in struct:ocsp_single_response_st
/external/openssl/include/openssl/
H A Docsp.h249 * thisUpdate GeneralizedTime,
257 ASN1_GENERALIZEDTIME *thisUpdate; member in struct:ocsp_single_response_st

Completed in 446 milliseconds