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

/libcore/luni/src/main/java/org/apache/harmony/security/x509/
H A DPrivateKeyUsagePeriod.java75 public Date getNotAfter() { method in class:PrivateKeyUsagePeriod
H A DValidity.java68 public Date getNotAfter() { method in class:Validity
/libcore/luni/src/main/java/javax/security/cert/
H A DX509Certificate.java179 public Date getNotAfter() {
180 return cert.getNotAfter();
355 public abstract Date getNotAfter(); method in class:X509Certificate
/libcore/luni/src/main/java/java/security/cert/
H A DX509Certificate.java267 public abstract Date getNotAfter(); method in class:X509Certificate
/libcore/luni/src/main/java/org/apache/harmony/security/utils/
H A DWrappedX509Certificate.java99 public Date getNotAfter() { method in class:WrappedX509Certificate
100 return wrapped.getNotAfter();
/libcore/luni/src/test/java/tests/security/cert/
H A DX509Certificate2Test.java80 s.getNotAfter();
196 public Date getNotAfter() { method in class:X509Certificate2Test.MyX509Certificate
H A DX509CertSelectorTest.java1777 public Date getNotAfter() { method in class:X509CertSelectorTest.TestCert
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/cert/
H A DX509CertificateTest.java271 Date na_date = tbt_cert.getNotAfter();
318 Date na_date = tbt_cert.getNotAfter();
419 * getNotAfter() method testing.
428 .getNotAfter(), cert.getNotAfter());
497 public Date getNotAfter() { method in class:X509CertificateTest.MyCertificate
/libcore/luni/src/test/java/libcore/javax/net/ssl/
H A DDefaultHostnameVerifierTest.java616 @Override public Date getNotAfter() { method in class:DefaultHostnameVerifierTest.StubX509Certificate
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DTestCertUtils.java498 public Date getNotAfter() { method in class:TestCertUtils.TestX509Certificate

Completed in 33 milliseconds