Uses of Class
org.gudy.bouncycastle.asn1.DERGeneralizedTime
-
Packages that use DERGeneralizedTime Package Description org.gudy.bouncycastle.asn1 A library for parsing and writing ASN.1 objects.org.gudy.bouncycastle.asn1.x509 Support classes useful for encoding and processing X.509 certificates. -
-
Uses of DERGeneralizedTime in org.gudy.bouncycastle.asn1
Methods in org.gudy.bouncycastle.asn1 that return DERGeneralizedTime Modifier and Type Method Description static DERGeneralizedTime
DERGeneralizedTime. getInstance(java.lang.Object obj)
return a generalized time from the passed in objectstatic DERGeneralizedTime
DERGeneralizedTime. getInstance(ASN1TaggedObject obj, boolean explicit)
return a Generalized Time object from a tagged object. -
Uses of DERGeneralizedTime in org.gudy.bouncycastle.asn1.x509
Fields in org.gudy.bouncycastle.asn1.x509 declared as DERGeneralizedTime Modifier and Type Field Description private DERGeneralizedTime
PrivateKeyUsagePeriod. _notAfter
private DERGeneralizedTime
PrivateKeyUsagePeriod. _notBefore
private DERGeneralizedTime
V2AttributeCertificateInfoGenerator. endDate
(package private) DERGeneralizedTime
AttCertValidityPeriod. notAfterTime
(package private) DERGeneralizedTime
AttCertValidityPeriod. notBeforeTime
private DERGeneralizedTime
V2AttributeCertificateInfoGenerator. startDate
Methods in org.gudy.bouncycastle.asn1.x509 that return DERGeneralizedTime Modifier and Type Method Description DERGeneralizedTime
PrivateKeyUsagePeriod. getNotAfter()
DERGeneralizedTime
AttCertValidityPeriod. getNotAfterTime()
DERGeneralizedTime
PrivateKeyUsagePeriod. getNotBefore()
DERGeneralizedTime
AttCertValidityPeriod. getNotBeforeTime()
Methods in org.gudy.bouncycastle.asn1.x509 with parameters of type DERGeneralizedTime Modifier and Type Method Description void
V2TBSCertListGenerator. addCRLEntry(DERInteger userCertificate, Time revocationDate, int reason, DERGeneralizedTime invalidityDate)
void
V2AttributeCertificateInfoGenerator. setEndDate(DERGeneralizedTime endDate)
void
V2AttributeCertificateInfoGenerator. setStartDate(DERGeneralizedTime startDate)
Constructors in org.gudy.bouncycastle.asn1.x509 with parameters of type DERGeneralizedTime Constructor Description AttCertValidityPeriod(DERGeneralizedTime notBeforeTime, DERGeneralizedTime notAfterTime)
-