Uses of Class
org.bouncycastle.asn1.x509.Time
| Package | Description |
|---|---|
| org.bouncycastle.asn1.x509 |
-
Uses of Time in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return Time Modifier and Type Method Description TimeCertificate. getEndDate()TimeTBSCertificate. getEndDate()TimeTBSCertificateStructure. getEndDate()TimeX509CertificateStructure. getEndDate()Deprecated.static TimeTime. getInstance(Object obj)static TimeTime. getInstance(ASN1TaggedObject obj, boolean explicit)TimeCertificateList. getNextUpdate()TimeTBSCertList. getNextUpdate()TimeTBSCertList.CRLEntry. getRevocationDate()TimeCertificate. getStartDate()TimeTBSCertificate. getStartDate()TimeTBSCertificateStructure. getStartDate()TimeX509CertificateStructure. getStartDate()Deprecated.TimeCertificateList. getThisUpdate()TimeTBSCertList. getThisUpdate()Methods in org.bouncycastle.asn1.x509 with parameters of type Time Modifier and Type Method Description voidV1TBSCertificateGenerator. setEndDate(Time endDate)voidV3TBSCertificateGenerator. setEndDate(Time endDate)voidV1TBSCertificateGenerator. setStartDate(Time startDate)voidV3TBSCertificateGenerator. setStartDate(Time startDate)