Searched defs:nextUpdate (Results 1 - 11 of 11) sorted by relevance

/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
H A DCertificateListTest.java69 private static Date nextUpdate; field in class:CertificateListTest
72 nextUpdate = new Date(thisUpdate.getTime() + 100000);
143 nextUpdate, revokedCertificates, crlExtensions);
178 nextUpdate, revokedCertificates, crlExtensions);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DTBSCertList.java26 * nextUpdate Time OPTIONAL,
143 Time nextUpdate; field in class:TBSCertList
197 nextUpdate = Time.getInstance(seq.getObjectAt(seqPos++));
244 return nextUpdate;
291 if (nextUpdate != null)
293 v.add(nextUpdate);
/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;
145 return nextUpdate;
/external/openssl/crypto/ocsp/
H A Docsp.h257 * nextUpdate [0] EXPLICIT GeneralizedTime OPTIONAL,
265 ASN1_GENERALIZEDTIME *nextUpdate; member in struct:ocsp_single_response_st
/external/openssl/include/openssl/
H A Docsp.h257 * nextUpdate [0] EXPLICIT GeneralizedTime OPTIONAL,
265 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/openssl/crypto/x509/
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/chromium_org/third_party/boringssl/src/include/openssl/
H A Dx509.h411 ASN1_TIME *nextUpdate; member in struct:X509_crl_info_st
577 #define X509_CRL_get_nextUpdate(x) ((x)->crl->nextUpdate)
/external/conscrypt/src/main/native/
H A Dorg_conscrypt_NativeCrypto.cpp5557 ASN1_TIME* nextUpdate = X509_CRL_get_nextUpdate(crl); local
5558 JNI_TRACE("X509_CRL_get_nextUpdate(%p) => %p", crl, nextUpdate);
5559 return reinterpret_cast<uintptr_t>(nextUpdate);
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/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 498 milliseconds