Uses of Class
org.bouncycastle.asn1.ASN1GeneralizedTime
Packages that use ASN1GeneralizedTime
Package
Description
A library for parsing and writing ASN.1 objects.
BC specific object identifiers and classes for the BCFKS key store.
Support classes useful for encoding and supporting OCSP objects.
Support classes useful for encoding and processing X.509 certificates.
Classes and object identifiers related to the SigI specifciation (German Signature Law Interoperability specification).
-
Uses of ASN1GeneralizedTime in org.bouncycastle.asn1
Subclasses of ASN1GeneralizedTime in org.bouncycastle.asn1Methods in org.bouncycastle.asn1 that return ASN1GeneralizedTimeModifier and TypeMethodDescriptionstatic ASN1GeneralizedTimeASN1GeneralizedTime.getInstance(Object obj) return a generalized time from the passed in objectstatic ASN1GeneralizedTimeASN1GeneralizedTime.getInstance(ASN1TaggedObject obj, boolean explicit) return a Generalized Time object from a tagged object. -
Uses of ASN1GeneralizedTime in org.bouncycastle.asn1.bc
Methods in org.bouncycastle.asn1.bc that return ASN1GeneralizedTimeModifier and TypeMethodDescriptionObjectData.getCreationDate()ObjectStoreData.getCreationDate()ObjectData.getLastModifiedDate()ObjectStoreData.getLastModifiedDate() -
Uses of ASN1GeneralizedTime in org.bouncycastle.asn1.ocsp
Methods in org.bouncycastle.asn1.ocsp that return ASN1GeneralizedTimeModifier and TypeMethodDescriptionCrlID.getCrlTime()SingleResponse.getNextUpdate()ResponseData.getProducedAt()RevokedInfo.getRevocationTime()SingleResponse.getThisUpdate()Constructors in org.bouncycastle.asn1.ocsp with parameters of type ASN1GeneralizedTimeModifierConstructorDescriptionResponseData(ASN1Integer version, ResponderID responderID, ASN1GeneralizedTime producedAt, ASN1Sequence responses, Extensions responseExtensions) ResponseData(ResponderID responderID, ASN1GeneralizedTime producedAt, ASN1Sequence responses, Extensions responseExtensions) RevokedInfo(ASN1GeneralizedTime revocationTime) RevokedInfo(ASN1GeneralizedTime revocationTime, CRLReason revocationReason) SingleResponse(CertID certID, CertStatus certStatus, ASN1GeneralizedTime thisUpdate, ASN1GeneralizedTime nextUpdate, Extensions singleExtensions) -
Uses of ASN1GeneralizedTime in org.bouncycastle.asn1.x509
Methods in org.bouncycastle.asn1.x509 that return ASN1GeneralizedTimeModifier and TypeMethodDescriptionPrivateKeyUsagePeriod.getNotAfter()AttCertValidityPeriod.getNotAfterTime()PrivateKeyUsagePeriod.getNotBefore()AttCertValidityPeriod.getNotBeforeTime()Methods in org.bouncycastle.asn1.x509 with parameters of type ASN1GeneralizedTimeModifier and TypeMethodDescriptionvoidV2TBSCertListGenerator.addCRLEntry(ASN1Integer userCertificate, Time revocationDate, int reason, ASN1GeneralizedTime invalidityDate) voidV2AttributeCertificateInfoGenerator.setEndDate(ASN1GeneralizedTime endDate) voidV2AttributeCertificateInfoGenerator.setStartDate(ASN1GeneralizedTime startDate) Constructors in org.bouncycastle.asn1.x509 with parameters of type ASN1GeneralizedTimeModifierConstructorDescriptionAttCertValidityPeriod(ASN1GeneralizedTime notBeforeTime, ASN1GeneralizedTime notAfterTime) -
Uses of ASN1GeneralizedTime in org.bouncycastle.asn1.x509.sigi
Methods in org.bouncycastle.asn1.x509.sigi that return ASN1GeneralizedTimeConstructors in org.bouncycastle.asn1.x509.sigi with parameters of type ASN1GeneralizedTimeModifierConstructorDescriptionPersonalData(NameOrPseudonym nameOrPseudonym, BigInteger nameDistinguisher, ASN1GeneralizedTime dateOfBirth, DirectoryString placeOfBirth, String gender, DirectoryString postalAddress) Constructor from a given details.