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

/libcore/luni/src/main/java/org/apache/harmony/security/x509/
H A DPrivateKeyUsagePeriod.java68 public Date getNotBefore() { method in class:PrivateKeyUsagePeriod
H A DValidity.java61 public Date getNotBefore() { method in class:Validity
/libcore/luni/src/main/java/javax/security/cert/
H A DX509Certificate.java175 public Date getNotBefore() {
176 return cert.getNotBefore();
347 public abstract Date getNotBefore(); method in class:X509Certificate
/libcore/luni/src/main/java/java/security/cert/
H A DX509Certificate.java259 public abstract Date getNotBefore(); method in class:X509Certificate
/libcore/luni/src/main/java/org/apache/harmony/security/utils/
H A DWrappedX509Certificate.java94 public Date getNotBefore() { method in class:WrappedX509Certificate
95 return wrapped.getNotBefore();
/libcore/luni/src/test/java/tests/security/cert/
H A DX509Certificate2Test.java81 s.getNotBefore();
192 public Date getNotBefore() { method in class:X509Certificate2Test.MyX509Certificate
H A DX509CertSelectorTest.java1773 public Date getNotBefore() { method in class:X509CertSelectorTest.TestCert
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/security/cert/
H A DX509CertificateTest.java270 Date nb_date = tbt_cert.getNotBefore();
317 Date nb_date = tbt_cert.getNotBefore();
406 * getNotBefore() method testing.
415 .getNotBefore(), cert.getNotBefore());
502 public Date getNotBefore() { method in class:X509CertificateTest.MyCertificate
/libcore/luni/src/test/java/libcore/javax/net/ssl/
H A DDefaultHostnameVerifierTest.java620 @Override public Date getNotBefore() { method in class:DefaultHostnameVerifierTest.StubX509Certificate
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DTestCertUtils.java502 public Date getNotBefore() { method in class:TestCertUtils.TestX509Certificate

Completed in 597 milliseconds