Uses of Class
org.bouncycastle.asn1.x509.Time
-
Packages that use Time Package Description org.bouncycastle.asn1.crmf Classes and object identifiers specific to RFC 4211 "Internet X.509 Public Key Infrastructure Certificate Request Message Format (CRMF)."org.bouncycastle.asn1.x509 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 Time Modifier and Type Method Description Time
OptionalValidity. getNotAfter()
Time
OptionalValidity. getNotBefore()
Constructors in org.bouncycastle.asn1.crmf with parameters of type Time Constructor Description OptionalValidity(Time notBefore, Time notAfter)
-
Uses of Time in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return Time Modifier and Type Method Description Time
Certificate. getEndDate()
Time
TBSCertificate. getEndDate()
static Time
Time. getInstance(java.lang.Object obj)
static Time
Time. getInstance(ASN1TaggedObject obj, boolean explicit)
Time
CertificateList. getNextUpdate()
Time
TBSCertList. getNextUpdate()
Time
TBSCertList.CRLEntry. getRevocationDate()
Time
Certificate. getStartDate()
Time
TBSCertificate. getStartDate()
Time
CertificateList. getThisUpdate()
Time
TBSCertList. getThisUpdate()
Methods in org.bouncycastle.asn1.x509 with parameters of type Time Modifier and Type Method Description void
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)
-