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

/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.java168 Date na_date = tbt_cert.getNotAfter();
200 Date na_date = tbt_cert.getNotAfter();
284 * getNotAfter() method testing.
293 tbt_cert.getNotAfter(), cert.getNotAfter());
/external/bouncycastle/src/main/java/org/bouncycastle/x509/
H A DX509AttributeCertificate.java48 public Date getNotAfter(); method in interface:X509AttributeCertificate
H A DX509V2AttributeCertificate.java118 public Date getNotAfter() method in class:X509V2AttributeCertificate
153 if (date.after(this.getNotAfter()))
155 throw new CertificateExpiredException("certificate expired on " + this.getNotAfter());
/external/bouncycastle/src/main/java/org/bouncycastle/jce/provider/
H A DPKIXCRLUtil.java58 if (crl.getThisUpdate().before(cert.getNotAfter()))
H A DX509CertificateObject.java128 if (date.getTime() > this.getNotAfter().getTime()) // for other VM compatibility
198 public Date getNotAfter() method in class:X509CertificateObject
628 buf.append(" Final Date: ").append(this.getNotAfter()).append(nl);
H A DRFC3280CertPathUtilities.java1817 if (cert.getNotAfter().getTime() < crl.getThisUpdate().getTime())
/external/apache-harmony/auth/src/test/java/common/javax/security/auth/x500/
H A DX500PrivateCredentialTest.java71 public Date getNotAfter() {
/external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
H A DX509CertificateTest.java110 public Date getNotAfter() { method in class:X509CertificateTest.MyX509Certificate
H A DX509CertSelectorTest.java289 public Date getNotAfter() { method in class:X509CertSelectorTest.TestCert
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DKeyStoreTest.java300 public Date getNotAfter() {
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DTestCertUtils.java497 public Date getNotAfter() { method in class:TestCertUtils.TestX509Certificate
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/provider/cert/
H A DX509CertFactoryPerfTest.java514 * getNotAfter() method testing.
518 new Date(notAfter), certificate.getNotAfter());
H A DX509CertImplTest.java444 * getNotAfter() method testing.
448 new Date(notAfter), certificate.getNotAfter());

Completed in 485 milliseconds