/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/ |
H A D | CertificateListTest.java | 67 private static Date nextUpdate; field in class:CertificateListTest 69 nextUpdate = new Date(thisUpdate.getTime()+100000); 135 nextUpdate, revokedCertificates, crlExtensions); 170 nextUpdate, revokedCertificates, crlExtensions);
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/ |
H A D | TBSCertList.java | 26 * 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/org/apache/harmony/security/tests/provider/cert/ |
H A D | X509CRLImplTest.java | 92 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/apache-harmony/security/src/test/impl/java.injected/java/security/cert/ |
H A D | X509CRLSelectorTest.java | 60 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/chromium_org/third_party/openssl/openssl/crypto/ocsp/ |
H A D | ocsp.h | 250 * nextUpdate [0] EXPLICIT GeneralizedTime OPTIONAL, 258 ASN1_GENERALIZEDTIME *nextUpdate; member in struct:ocsp_single_response_st
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
H A D | ocsp.h | 250 * nextUpdate [0] EXPLICIT GeneralizedTime OPTIONAL, 258 ASN1_GENERALIZEDTIME *nextUpdate; member in struct:ocsp_single_response_st
|
H A D | x509.h | 455 ASN1_TIME *nextUpdate; member in struct:X509_crl_info_st 623 #define X509_CRL_get_nextUpdate(x) ((x)->crl->nextUpdate)
|
/external/openssl/crypto/ocsp/ |
H A D | ocsp.h | 250 * nextUpdate [0] EXPLICIT GeneralizedTime OPTIONAL, 258 ASN1_GENERALIZEDTIME *nextUpdate; member in struct:ocsp_single_response_st
|
/external/openssl/include/openssl/ |
H A D | ocsp.h | 250 * nextUpdate [0] EXPLICIT GeneralizedTime OPTIONAL, 258 ASN1_GENERALIZEDTIME *nextUpdate; member in struct:ocsp_single_response_st
|
H A D | x509.h | 455 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/openssl/openssl/crypto/x509/ |
H A D | x509.h | 455 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 D | x509.h | 455 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 D | org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar | META-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ... |