Searched refs:getNotBefore (Results 1 - 19 of 19) sorted by last modified time

/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/conscrypt/src/main/java/org/conscrypt/
H A DOpenSSLX509Certificate.java228 if (getNotBefore().compareTo(date) > 0) {
230 + getNotBefore().toString() + " (compared to " + date.toString() + ")");
260 public Date getNotBefore() { method in class:OpenSSLX509Certificate
/external/chromium_org/third_party/libaddressinput/src/java/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF AndroidManifest.xml android/ android/Manifest$permission.class ...
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
H A DX509AttributeCertificateHolder.java127 public Date getNotBefore() method in class:X509AttributeCertificateHolder
H A DX509CertificateHolder.java189 public Date getNotBefore() method in class:X509CertificateHolder
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
H A DX509CertificateObject.java147 if (date.getTime() < this.getNotBefore().getTime())
214 public Date getNotBefore() method in class:X509CertificateObject
674 buf.append(" Start Date: ").append(this.getNotBefore()).append(nl);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DCertPathValidatorUtilities.java1291 index - 1)).getNotBefore();
1296 index - 1)).getNotBefore();
H A DX509CertificateObject.java145 if (date.getTime() < this.getNotBefore().getTime())
212 public Date getNotBefore() method in class:X509CertificateObject
672 buf.append(" Start Date: ").append(this.getNotBefore()).append(nl);
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
H A DX509AttributeCertificate.java41 public Date getNotBefore(); method in interface:X509AttributeCertificate
H A DX509V2AttributeCertificate.java114 public Date getNotBefore() method in class:X509V2AttributeCertificate
159 if (date.before(this.getNotBefore()))
161 throw new CertificateNotYetValidException("certificate not valid till " + this.getNotBefore());
/external/apache-harmony/security/src/test/impl/java/org/apache/harmony/security/tests/x509/
H A DPrivateKeyUsagePeriodTest.java45 assertEquals("notBeforeDate", notBeforeDate, pkup.getNotBefore());
/external/apache-harmony/security/src/test/support/common/java/org/apache/harmony/security/tests/support/
H A DTestCertUtils.java494 public Date getNotBefore() { method in class:TestCertUtils.TestX509Certificate
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/
H A DKeyStoreTest.java301 public Date getNotBefore() {
/external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/javax/security/cert/
H A DX509CertificateTest.java166 Date nb_date = tbt_cert.getNotBefore();
198 Date nb_date = tbt_cert.getNotBefore();
270 * getNotBefore() method testing.
279 tbt_cert.getNotBefore(), cert.getNotBefore());
/external/apache-harmony/security/src/test/impl/java.injected/java/security/cert/
H A DX509CertSelectorTest.java286 public Date getNotBefore() { method in class:X509CertSelectorTest.TestCert
H A DX509CertificateTest.java108 public Date getNotBefore() { method in class:X509CertificateTest.MyX509Certificate

Completed in 591 milliseconds