/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/ |
CertificateListTest.java | 67 private static Date nextUpdate; 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/ |
TBSCertList.java | 26 * nextUpdate Time OPTIONAL, 143 Time nextUpdate; 197 nextUpdate = Time.getInstance(seq.getObjectAt(seqPos++)); 244 return nextUpdate; 291 if (nextUpdate != null) 293 v.add(nextUpdate);
|
/libcore/luni/src/main/java/org/apache/harmony/security/x509/ |
TBSCertList.java | 55 * nextUpdate Time OPTIONAL, 76 /** the value of nextUpdate of the structure */ 77 private final Date nextUpdate; 195 Name issuer, Date thisUpdate, Date nextUpdate, 202 this.nextUpdate = nextUpdate; 237 * Returns the value of nextUpdate field of the structure. 240 return nextUpdate; 277 && (nextUpdate == null 278 ? that.nextUpdate == nul [all...] |
/external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/ |
X509CRLSelectorTest.java | 60 private Date nextUpdate = null; 66 public TestCRL(Date thisUpdate, Date nextUpdate) { 67 setUpdateDates(thisUpdate, nextUpdate); 74 public void setUpdateDates(Date thisUpdate, Date nextUpdate) { 76 this.nextUpdate = nextUpdate; 147 return nextUpdate;
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/cert/ |
X509CRLImplTest.java | 92 private static Date nextUpdate; 94 nextUpdate = new Date(thisUpdate.getTime()+100000); 203 nextUpdate, revokedCertificates, crlExtensions); 336 assertTrue("Incorrect nextUpdate value", 337 nextUpdate.getTime()/1000 == crl.getNextUpdate().getTime()/1000);
|
/libcore/luni/src/test/java/tests/security/cert/ |
X509CRLSelector2Test.java | 520 private Date nextUpdate = null; 529 public TestCRL(Date thisUpdate, Date nextUpdate) { 530 setUpdateDates(thisUpdate, nextUpdate); 537 public void setUpdateDates(Date thisUpdate, Date nextUpdate) { 539 this.nextUpdate = nextUpdate; 609 return nextUpdate;
|
/frameworks/base/services/java/com/android/server/ |
TwilightService.java | 499 long nextUpdate = 0; 502 nextUpdate = now + 12 * DateUtils.HOUR_IN_MILLIS; 505 nextUpdate += DateUtils.MINUTE_IN_MILLIS; 508 nextUpdate += tomorrowSunrise; 510 nextUpdate += todaySunset; 512 nextUpdate += todaySunrise; 517 Slog.d(TAG, "Next update in " + (nextUpdate - now) + " ms"); 523 mAlarmManager.setExact(AlarmManager.RTC, nextUpdate, pendingIntent);
|
/libcore/luni/src/test/java/libcore/java/security/cert/ |
X509CRLTest.java | 231 Date nextUpdate = dates.get("nextUpdate"); 234 assertNotNull(nextUpdate); 237 assertDateEquals(nextUpdate, crl.getNextUpdate()); 245 Date nextUpdate = dates.get("nextUpdate"); 248 assertNotNull(nextUpdate); 251 assertDateEquals(nextUpdate, crl.getNextUpdate());
|
/external/chromium_org/third_party/openssl/openssl/crypto/ocsp/ |
ocsp.h | 250 * nextUpdate [0] EXPLICIT GeneralizedTime OPTIONAL, 258 ASN1_GENERALIZEDTIME *nextUpdate;
|
/external/chromium_org/third_party/openssl/openssl/include/openssl/ |
ocsp.h | 250 * nextUpdate [0] EXPLICIT GeneralizedTime OPTIONAL, 258 ASN1_GENERALIZEDTIME *nextUpdate;
|
x509.h | 455 ASN1_TIME *nextUpdate; 623 #define X509_CRL_get_nextUpdate(x) ((x)->crl->nextUpdate) [all...] |
/external/openssl/crypto/ocsp/ |
ocsp.h | 250 * nextUpdate [0] EXPLICIT GeneralizedTime OPTIONAL, 258 ASN1_GENERALIZEDTIME *nextUpdate;
|
/external/openssl/include/openssl/ |
ocsp.h | 250 * nextUpdate [0] EXPLICIT GeneralizedTime OPTIONAL, 258 ASN1_GENERALIZEDTIME *nextUpdate;
|
x509.h | 455 ASN1_TIME *nextUpdate; 623 #define X509_CRL_get_nextUpdate(x) ((x)->crl->nextUpdate) [all...] |
/external/chromium_org/third_party/openssl/openssl/crypto/x509/ |
x509.h | 455 ASN1_TIME *nextUpdate; 623 #define X509_CRL_get_nextUpdate(x) ((x)->crl->nextUpdate) [all...] |
/external/openssl/crypto/x509/ |
x509.h | 455 ASN1_TIME *nextUpdate; 623 #define X509_CRL_get_nextUpdate(x) ((x)->crl->nextUpdate) [all...] |
/libcore/crypto/src/main/native/ |
org_conscrypt_NativeCrypto.cpp | [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.team.core_3.5.100.R36x_v20100825-0800.jar | |
/prebuilts/devtools/tools/lib/ |
bcpkix-jdk15on-1.48.jar | |
bcprov-jdk15on-1.48.jar | |
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcpkix-jdk15on/1.48/ |
bcpkix-jdk15on-1.48.jar | |
/prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/ |
bcprov-jdk15on-1.48.jar | |
/prebuilts/sdk/tools/lib/ |
signapk.jar | |