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 TimeTime.getInstance(Object obj) static TimeTime.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 TypeMethodDescriptionvoidV2TBSCertListGenerator.addCRLEntry(ASN1Integer userCertificate, Time revocationDate, int reason) voidV2TBSCertListGenerator.addCRLEntry(ASN1Integer userCertificate, Time revocationDate, int reason, ASN1GeneralizedTime invalidityDate) voidV2TBSCertListGenerator.addCRLEntry(ASN1Integer userCertificate, Time revocationDate, Extensions extensions) voidV1TBSCertificateGenerator.setEndDate(Time endDate) voidV3TBSCertificateGenerator.setEndDate(Time endDate) voidV2TBSCertListGenerator.setNextUpdate(Time nextUpdate) voidV1TBSCertificateGenerator.setStartDate(Time startDate) voidV3TBSCertificateGenerator.setStartDate(Time startDate) voidV2TBSCertListGenerator.setThisUpdate(Time thisUpdate)