/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/javax/security/cert/ |
D | X509CertificateTest.java | 166 Date nb_date = tbt_cert.getNotBefore(); in testCheckValidity1() 198 Date nb_date = tbt_cert.getNotBefore(); in testCheckValidity2() 279 tbt_cert.getNotBefore(), cert.getNotBefore()); in testGetNotBefore()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/ |
D | X509V2AttributeCertificate.java | 114 public Date getNotBefore() in getNotBefore() method in X509V2AttributeCertificate 159 if (date.before(this.getNotBefore())) in checkValidity() 161 … throw new CertificateNotYetValidException("certificate not valid till " + this.getNotBefore()); in checkValidity()
|
D | X509AttributeCertificate.java | 41 public Date getNotBefore(); in getNotBefore() method
|
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/ |
D | PrivateKeyUsagePeriodTest.java | 45 assertEquals("notBeforeDate", notBeforeDate, pkup.getNotBefore()); in testEncodeDecode()
|
/external/conscrypt/src/main/java/org/conscrypt/ |
D | OpenSSLX509Certificate.java | 228 if (getNotBefore().compareTo(date) > 0) { in checkValidity() 230 + getNotBefore().toString() + " (compared to " + date.toString() + ")"); in checkValidity() 260 public Date getNotBefore() { in getNotBefore() method in OpenSSLX509Certificate
|
/external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/ |
D | X509CertificateTest.java | 108 public Date getNotBefore() { in getNotBefore() method in X509CertificateTest.MyX509Certificate
|
D | X509CertSelectorTest.java | 286 public Date getNotBefore() { in getNotBefore() method in X509CertSelectorTest.TestCert
|
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ |
D | X509CertificateHolder.java | 189 public Date getNotBefore() in getNotBefore() method in X509CertificateHolder
|
D | X509AttributeCertificateHolder.java | 127 public Date getNotBefore() in getNotBefore() method in X509AttributeCertificateHolder
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/ |
D | X509CertificateObject.java | 147 if (date.getTime() < this.getNotBefore().getTime()) in checkValidity() 214 public Date getNotBefore() in getNotBefore() method in X509CertificateObject 674 buf.append(" Start Date: ").append(this.getNotBefore()).append(nl); in toString()
|
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/ |
D | X509CertificateObject.java | 145 if (date.getTime() < this.getNotBefore().getTime()) in checkValidity() 212 public Date getNotBefore() in getNotBefore() method in X509CertificateObject 672 buf.append(" Start Date: ").append(this.getNotBefore()).append(nl); in toString()
|
D | CertPathValidatorUtilities.java | 1291 index - 1)).getNotBefore(); in getValidCertDateFromValidityModel() 1296 index - 1)).getNotBefore(); in getValidCertDateFromValidityModel()
|
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/ |
D | KeyStoreTest.java | 301 public Date getNotBefore() { in testKeyStoreTCToString() method in KeyStoreTest.TestX509Certificate
|
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/ |
D | TestCertUtils.java | 494 public Date getNotBefore() { in getNotBefore() method in TestCertUtils.TestX509Certificate
|