Searched refs:getNotAfter (Results 1 - 25 of 30) sorted by relevance

12

/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
H A DPrivateKeyUsagePeriodTest.java46 assertEquals("notAfterDate", notAfterDate, pkup.getNotAfter());
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/javax/security/cert/
H A DX509CertificateTest.java167 Date na_date = tbt_cert.getNotAfter();
199 Date na_date = tbt_cert.getNotAfter();
283 * getNotAfter() method testing.
292 tbt_cert.getNotAfter(), cert.getNotAfter());
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DX509AttributeCertificate.java49 public Date getNotAfter(); method in interface:X509AttributeCertificate
H A DX509V2AttributeCertificate.java119 public Date getNotAfter() method in class:X509V2AttributeCertificate
154 if (date.after(this.getNotAfter()))
156 throw new CertificateExpiredException("certificate expired on " + this.getNotAfter());
/external/conscrypt/src/platform/java/org/conscrypt/
H A DCertificatePriorityComparator.java93 Date lhsNotAfter = lhs.getNotAfter();
94 Date rhsNotAfter = rhs.getNotAfter();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXCRLUtil.java50 if (crl.getThisUpdate().before(cert.getNotAfter()))
H A DX509CertificateObject.java142 if (date.getTime() > this.getNotAfter().getTime()) // for other VM compatibility
219 public Date getNotAfter() method in class:X509CertificateObject
675 buf.append(" Final Date: ").append(this.getNotAfter()).append(nl);
H A DRFC3280CertPathUtilities.java1851 if (cert.getNotAfter().getTime() < crl.getThisUpdate().getTime())
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLX509Certificate.java233 if (getNotAfter().compareTo(date) < 0) {
235 + getNotAfter().toString() + " (compared to " + date.toString() + ")");
268 public Date getNotAfter() { method in class:OpenSSLX509Certificate
/external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
H A DX509CertificateTest.java112 public Date getNotAfter() { method in class:X509CertificateTest.MyX509Certificate
H A DX509CertSelectorTest.java290 public Date getNotAfter() { method in class:X509CertSelectorTest.TestCert
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
H A DX509CertificateHolder.java201 public Date getNotAfter() method in class:X509CertificateHolder
H A DX509AttributeCertificateHolder.java139 public Date getNotAfter() method in class:X509AttributeCertificateHolder
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DKeyStoreTest.java305 public Date getNotAfter() {
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
H A DX509CertificateObject.java144 if (date.getTime() > this.getNotAfter().getTime()) // for other VM compatibility
221 public Date getNotAfter() method in class:X509CertificateObject
653 buf.append(" Final Date: ").append(this.getNotAfter()).append(nl);
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DTestCertUtils.java490 public Date getNotAfter() { method in class:TestCertUtils.TestX509Certificate
/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/libgdx/backends/gdx-backend-moe/libs/
H A Dintel-moe-core.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE SQLite/ SQLite/Authorizer.class Authorizer.java package ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.osgi_3.10.100.v20150529-1857.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/libgdx/backends/gdx-backend-android/libs/
H A Dandroid-4.4.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v1/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...

Completed in 734 milliseconds

12