Searched refs:thisUpdate (Results 1 - 16 of 16) 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.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/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/chromium_org/third_party/openssl/openssl/crypto/ocsp/
H A Docsp_asn.c143 ASN1_SIMPLE(OCSP_SINGLERESP, thisUpdate, ASN1_GENERALIZEDTIME),
H A Docsp_cl.c279 if(thisupd) *thisupd = single->thisUpdate;
305 /* Check validity of thisUpdate and nextUpdate fields. It is possible that the request will
309 * parameter specifies the maximum age the thisUpdate field can be.
317 /* Check thisUpdate is valid and not more than nsec in the future */
332 /* If maxsec specified check thisUpdate is not more than maxsec in the past */
363 /* Also don't allow nextUpdate to precede thisUpdate */
H A Docsp_prn.c259 if (!ASN1_GENERALIZEDTIME_print(bp, single->thisUpdate))
H A Docsp_srv.c143 if (!ASN1_TIME_to_generalizedtime(thisupd, &single->thisUpdate))
H A Docsp.h249 * thisUpdate GeneralizedTime,
257 ASN1_GENERALIZEDTIME *thisUpdate; member in struct:ocsp_single_response_st
/external/openssl/crypto/ocsp/
H A Docsp_asn.c143 ASN1_SIMPLE(OCSP_SINGLERESP, thisUpdate, ASN1_GENERALIZEDTIME),
H A Docsp_cl.c279 if(thisupd) *thisupd = single->thisUpdate;
305 /* Check validity of thisUpdate and nextUpdate fields. It is possible that the request will
309 * parameter specifies the maximum age the thisUpdate field can be.
317 /* Check thisUpdate is valid and not more than nsec in the future */
332 /* If maxsec specified check thisUpdate is not more than maxsec in the past */
363 /* Also don't allow nextUpdate to precede thisUpdate */
H A Docsp_prn.c259 if (!ASN1_GENERALIZEDTIME_print(bp, single->thisUpdate))
H A Docsp_srv.c143 if (!ASN1_TIME_to_generalizedtime(thisupd, &single->thisUpdate))
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/include/openssl/
H A Docsp.h249 * thisUpdate GeneralizedTime,
257 ASN1_GENERALIZEDTIME *thisUpdate; member in struct:ocsp_single_response_st

Completed in 117 milliseconds