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 DERGeneralizedTimeDERGeneralizedTime.getInstance(Object obj) return a generalized time from the passed in objectstatic DERGeneralizedTimeDERGeneralizedTime.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 DERGeneralizedTimePrivateKeyUsagePeriod._notAfterprivate DERGeneralizedTimePrivateKeyUsagePeriod._notBeforeprivate DERGeneralizedTimeV2AttributeCertificateInfoGenerator.endDate(package private) DERGeneralizedTimeAttCertValidityPeriod.notAfterTime(package private) DERGeneralizedTimeAttCertValidityPeriod.notBeforeTimeprivate DERGeneralizedTimeV2AttributeCertificateInfoGenerator.startDateMethods 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 TypeMethodDescriptionvoidV2TBSCertListGenerator.addCRLEntry(DERInteger userCertificate, Time revocationDate, int reason, DERGeneralizedTime invalidityDate) voidV2AttributeCertificateInfoGenerator.setEndDate(DERGeneralizedTime endDate) voidV2AttributeCertificateInfoGenerator.setStartDate(DERGeneralizedTime startDate) Constructors in org.gudy.bouncycastle.asn1.x509 with parameters of type DERGeneralizedTimeModifierConstructorDescriptionAttCertValidityPeriod(DERGeneralizedTime notBeforeTime, DERGeneralizedTime notAfterTime)