Searched refs:getEndDate (Results 1 - 6 of 6) sorted by relevance

/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/x509/
H A DCertificate.java102 public Time getEndDate() method in class:Certificate
104 return tbsCert.getEndDate();
H A DX509CertificateStructure.java100 public Time getEndDate() method in class:X509CertificateStructure
102 return tbsCert.getEndDate();
H A DTBSCertificate.java158 public Time getEndDate() method in class:TBSCertificate
H A DTBSCertificateStructure.java160 public Time getEndDate() method in class:TBSCertificateStructure
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
H A DX509CertificateHolder.java201 return x509Certificate.getEndDate().getDate();
252 return !date.before(x509Certificate.getStartDate().getDate()) && !date.after(x509Certificate.getEndDate().getDate());
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
H A DX509CertificateObject.java142 throw new CertificateExpiredException("certificate expired on " + c.getEndDate().getTime());
219 return c.getEndDate().getDate();

Completed in 247 milliseconds