Searched refs:getStartDate (Results 1 - 9 of 9) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DCertificate.java97 public Time getStartDate() method in class:Certificate
99 return tbsCert.getStartDate();
H A DX509CertificateStructure.java95 public Time getStartDate() method in class:X509CertificateStructure
97 return tbsCert.getStartDate();
H A DTBSCertificate.java153 public Time getStartDate() method in class:TBSCertificate
H A DTBSCertificateStructure.java155 public Time getStartDate() method in class:TBSCertificateStructure
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
H A DX509CertificateHolder.java193 return x509Certificate.getStartDate().getDate();
254 return !date.before(x509Certificate.getStartDate().getDate()) && !date.after(x509Certificate.getEndDate().getDate());
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
H A DX509CertificateObject.java146 throw new CertificateNotYetValidException("certificate not valid till " + c.getStartDate().getTime());
213 return c.getStartDate().getDate();
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DX509CertificateObject.java147 throw new CertificateNotYetValidException("certificate not valid till " + c.getStartDate().getTime());
214 return c.getStartDate().getDate();
/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/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...

Completed in 171 milliseconds