Uses of Class
org.gudy.bouncycastle.asn1.x509.Time
Packages that use Time
Package
Description
Support classes useful for encoding and processing X.509 certificates.
-
Uses of Time in org.gudy.bouncycastle.asn1.x509
Fields in org.gudy.bouncycastle.asn1.x509 declared as TimeModifier and TypeFieldDescription(package private) Time
TBSCertificateStructure.endDate
(package private) Time
V1TBSCertificateGenerator.endDate
(package private) Time
V3TBSCertificateGenerator.endDate
(package private) Time
TBSCertList.nextUpdate
(package private) Time
V2TBSCertListGenerator.nextUpdate
(package private) Time
TBSCertList.CRLEntry.revocationDate
(package private) Time
TBSCertificateStructure.startDate
(package private) Time
V1TBSCertificateGenerator.startDate
(package private) Time
V3TBSCertificateGenerator.startDate
(package private) Time
TBSCertList.thisUpdate
(package private) Time
V2TBSCertListGenerator.thisUpdate
Methods in org.gudy.bouncycastle.asn1.x509 that return TimeModifier and TypeMethodDescriptionTBSCertificateStructure.getEndDate()
X509CertificateStructure.getEndDate()
static Time
Time.getInstance
(Object obj) static Time
Time.getInstance
(ASN1TaggedObject obj, boolean explicit) CertificateList.getNextUpdate()
TBSCertList.getNextUpdate()
TBSCertList.CRLEntry.getRevocationDate()
TBSCertificateStructure.getStartDate()
X509CertificateStructure.getStartDate()
CertificateList.getThisUpdate()
TBSCertList.getThisUpdate()
Methods in org.gudy.bouncycastle.asn1.x509 with parameters of type TimeModifier and TypeMethodDescriptionvoid
V2TBSCertListGenerator.addCRLEntry
(DERInteger userCertificate, Time revocationDate, int reason) void
V2TBSCertListGenerator.addCRLEntry
(DERInteger userCertificate, Time revocationDate, int reason, DERGeneralizedTime invalidityDate) void
V2TBSCertListGenerator.addCRLEntry
(DERInteger userCertificate, Time revocationDate, X509Extensions extensions) void
V1TBSCertificateGenerator.setEndDate
(Time endDate) void
V3TBSCertificateGenerator.setEndDate
(Time endDate) void
V2TBSCertListGenerator.setNextUpdate
(Time nextUpdate) void
V1TBSCertificateGenerator.setStartDate
(Time startDate) void
V3TBSCertificateGenerator.setStartDate
(Time startDate) void
V2TBSCertListGenerator.setThisUpdate
(Time thisUpdate)