Searched refs:getNotBefore (Results 1 - 15 of 15) sorted by relevance

/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
H A DX509CertSelector.java1153 Date notBefore = pkup.getNotBefore();
/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
H A DTBSCertificate.java204 sb.append("\n Validity: [From: ").append(validity.getNotBefore());
/libcore/luni/src/test/java/tests/api/javax/security/cert/
H A DX509CertificateTest.java272 Date nb_date = tbt_cert.getNotBefore();
319 Date nb_date = tbt_cert.getNotBefore();
408 * getNotBefore() method testing.
417 .getNotBefore(), cert.getNotBefore());
504 public Date getNotBefore() { method in class:X509CertificateTest.MyCertificate
/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/luni/src/main/java/org/apache/harmony/security/provider/cert/
H A DX509CertImpl.java190 public Date getNotBefore() { method in class:X509CertImpl
197 notBefore = result = tbsCert.getValidity().getNotBefore().getTime();
/libcore/crypto/src/main/java/org/conscrypt/
H A DOpenSSLX509Certificate.java215 if (getNotBefore().compareTo(date) > 0) {
245 public Date getNotBefore() { method in class:OpenSSLX509Certificate
/libcore/luni/src/test/java/libcore/javax/net/ssl/
H A DDefaultHostnameVerifierTest.java364 @Override public Date getNotBefore() { method in class:DefaultHostnameVerifierTest.StubX509Certificate
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
H A DKeyStoreTest.java296 public Date getNotBefore() {
/libcore/support/src/test/java/org/apache/harmony/security/tests/support/
H A DTestCertUtils.java502 public Date getNotBefore() { method in class:TestCertUtils.TestX509Certificate
/libcore/luni/src/test/java/libcore/java/security/cert/
H A DX509CertificateTest.java593 assertDateEquals(dates[0], c.getNotBefore());

Completed in 1542 milliseconds