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/provider/cert/
H A DX509CertImpl.java203 public Date getNotAfter() { method in class:X509CertImpl
210 notAfter = result = tbsCert.getValidity().getNotAfter().getTime();
/libcore/luni/src/test/java/tests/security/cert/
H A DX509Certificate2Test.java82 s.getNotAfter();
200 public Date getNotAfter() { method in class:X509Certificate2Test.MyX509Certificate
H A DX509CertSelectorTest.java1909 public Date getNotAfter() { method in class:X509CertSelectorTest.TestCert
/libcore/luni/src/test/java/libcore/javax/net/ssl/
H A DDefaultHostnameVerifierTest.java394 @Override public Date getNotAfter() { method in class:DefaultHostnameVerifierTest.StubX509Certificate
/libcore/luni/src/test/java/tests/api/javax/security/cert/
H A DX509CertificateTest.java273 Date na_date = tbt_cert.getNotAfter();
320 Date na_date = tbt_cert.getNotAfter();
421 * getNotAfter() method testing.
430 .getNotAfter(), cert.getNotAfter());
499 public Date getNotAfter() { method in class:X509CertificateTest.MyCertificate
/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 263 milliseconds