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

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DX509AttributeCertificate.java48 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/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
H A DX509AttributeCertificateHolder.java137 public Date getNotAfter() method in class:X509AttributeCertificateHolder
H A DX509CertificateHolder.java199 public Date getNotAfter() method in class:X509CertificateHolder
/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/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
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);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DX509CertificateObject.java140 if (date.getTime() > this.getNotAfter().getTime()) // for other VM compatibility
217 public Date getNotAfter() method in class:X509CertificateObject
673 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.java497 public Date getNotAfter() { method in class:TestCertUtils.TestX509Certificate
/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 ...

Completed in 148 milliseconds