Uses of Class
org.gudy.bouncycastle.asn1.DERGeneralizedTime
Packages that use DERGeneralizedTime
Package
Description
A library for parsing and writing ASN.1 objects.
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 DERGeneralizedTimeModifier and TypeMethodDescriptionstatic DERGeneralizedTime
DERGeneralizedTime.getInstance
(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 DERGeneralizedTimeModifier and TypeFieldDescriptionprivate 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 DERGeneralizedTimeModifier and TypeMethodDescriptionPrivateKeyUsagePeriod.getNotAfter()
AttCertValidityPeriod.getNotAfterTime()
PrivateKeyUsagePeriod.getNotBefore()
AttCertValidityPeriod.getNotBeforeTime()
Methods in org.gudy.bouncycastle.asn1.x509 with parameters of type DERGeneralizedTimeModifier and TypeMethodDescriptionvoid
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 DERGeneralizedTimeModifierConstructorDescriptionAttCertValidityPeriod
(DERGeneralizedTime notBeforeTime, DERGeneralizedTime notAfterTime)