Searched refs:nextUpdate (Results 1 - 15 of 15) sorted by relevance

/external/openssl/crypto/x509/
H A Dx509cset.c107 in=x->crl->nextUpdate;
113 M_ASN1_TIME_free(x->crl->nextUpdate);
114 x->crl->nextUpdate=in;
H A Dx509.h455 ASN1_TIME *nextUpdate; member in struct:X509_crl_info_st
623 #define X509_CRL_get_nextUpdate(x) ((x)->crl->nextUpdate)
/external/bouncycastle/src/main/java/org/bouncycastle/asn1/x509/
H A DTBSCertList.java23 * nextUpdate Time OPTIONAL,
128 Time nextUpdate; field in class:TBSCertList
184 nextUpdate = Time.getInstance(seq.getObjectAt(seqPos++));
227 return nextUpdate;
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
H A DCertificateListTest.java67 private static Date nextUpdate; field in class:CertificateListTest
69 nextUpdate = new Date(thisUpdate.getTime()+100000);
135 nextUpdate, revokedCertificates, crlExtensions);
170 nextUpdate, revokedCertificates, crlExtensions);
/external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
H A DX509CRLSelectorTest.java60 private Date nextUpdate = 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
76 this.nextUpdate = nextUpdate;
147 return nextUpdate;
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/cert/
H A DX509CRLImplTest.java92 private static Date nextUpdate; field in class:X509CRLImplTest
94 nextUpdate = new Date(thisUpdate.getTime()+100000);
203 nextUpdate, revokedCertificates, crlExtensions);
336 assertTrue("Incorrect nextUpdate value",
337 nextUpdate.getTime()/1000 == crl.getNextUpdate().getTime()/1000);
/external/openssl/crypto/ocsp/
H A Docsp_prn.c261 if (single->nextUpdate)
264 if (!ASN1_GENERALIZEDTIME_print(bp,single->nextUpdate))
H A Docsp_asn.c144 ASN1_EXP_OPT(OCSP_SINGLERESP, nextUpdate, ASN1_GENERALIZEDTIME, 0),
H A Docsp_cl.c280 if(nextupd) *nextupd = single->nextUpdate;
305 /* Check validity of thisUpdate and nextUpdate fields. It is possible that the request will
308 * Also to avoid accepting very old responses without a nextUpdate field an optional maxage
347 /* Check nextUpdate is valid and not more than nsec in the past */
363 /* Also don't allow nextUpdate to precede thisUpdate */
H A Docsp_srv.c146 !ASN1_TIME_to_generalizedtime(nextupd, &single->nextUpdate))
H A Docsp.h250 * nextUpdate [0] EXPLICIT GeneralizedTime OPTIONAL,
258 ASN1_GENERALIZEDTIME *nextUpdate; member in struct:ocsp_single_response_st
/external/openssl/crypto/asn1/
H A Dx_crl.c117 ASN1_OPT(X509_CRL_INFO, nextUpdate, ASN1_TIME),
/external/openssl/include/openssl/
H A Docsp.h250 * nextUpdate [0] EXPLICIT GeneralizedTime OPTIONAL,
258 ASN1_GENERALIZEDTIME *nextUpdate; member in struct:ocsp_single_response_st
H A Dx509.h455 ASN1_TIME *nextUpdate; member in struct:X509_crl_info_st
623 #define X509_CRL_get_nextUpdate(x) ((x)->crl->nextUpdate)
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.team.core_3.5.100.R36x_v20100825-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 484 milliseconds