Uses of Class
org.bouncycastle.asn1.x509.Time
Packages that use Time
Package
Description
Classes and object identifiers specific to RFC 4211 "Internet X.509 Public Key Infrastructure Certificate Request Message Format (CRMF)."
Support classes useful for encoding and processing X.509 certificates.
-
Uses of Time in org.bouncycastle.asn1.crmf
Methods in org.bouncycastle.asn1.crmf that return TimeConstructors in org.bouncycastle.asn1.crmf with parameters of type Time -
Uses of Time in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return TimeModifier and TypeMethodDescriptionCertificate.getEndDate()
TBSCertificate.getEndDate()
static Time
Time.getInstance
(Object obj) static Time
Time.getInstance
(ASN1TaggedObject obj, boolean explicit) CertificateList.getNextUpdate()
TBSCertList.getNextUpdate()
TBSCertList.CRLEntry.getRevocationDate()
Certificate.getStartDate()
TBSCertificate.getStartDate()
CertificateList.getThisUpdate()
TBSCertList.getThisUpdate()
Methods in org.bouncycastle.asn1.x509 with parameters of type TimeModifier and TypeMethodDescriptionvoid
V2TBSCertListGenerator.addCRLEntry
(ASN1Integer userCertificate, Time revocationDate, int reason) void
V2TBSCertListGenerator.addCRLEntry
(ASN1Integer userCertificate, Time revocationDate, int reason, ASN1GeneralizedTime invalidityDate) void
V2TBSCertListGenerator.addCRLEntry
(ASN1Integer userCertificate, Time revocationDate, Extensions 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)