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 TimeOptionalValidity. getNotAfter()TimeOptionalValidity. 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 TimeCertificate. getEndDate()TimeTBSCertificate. getEndDate()static TimeTime. getInstance(java.lang.Object obj)static TimeTime. getInstance(ASN1TaggedObject obj, boolean explicit)TimeCertificateList. getNextUpdate()TimeTBSCertList. getNextUpdate()TimeTBSCertList.CRLEntry. getRevocationDate()TimeCertificate. getStartDate()TimeTBSCertificate. getStartDate()TimeCertificateList. getThisUpdate()TimeTBSCertList. getThisUpdate()Methods in org.bouncycastle.asn1.x509 with parameters of type Time Modifier and Type Method Description voidV2TBSCertListGenerator. 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)
-