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 PKIX-CMP as described RFC 2510.
Support classes useful for encoding and supporting Cryptographic Message Syntax as described in PKCS#7 and RFC 3369 (formerly RFC 2630).
Support classes useful for encoding and processing Data Validation and Certification Server (DVCS) protocols as described in RFC 3029.
Support classes useful for encoding and supporting [ESF] RFC3126
Electronic Signature Formats for long term electronic signatures.
X.509 attribute classes related to ISISMT -- the Industrial Signature Interoperability Specification.
Support classes useful for encoding and supporting OCSP objects.
Support classes useful for encoding and supporting Time Stamp Protocol as described RFC 3161.
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 ASN1GeneralizedTime
ASN1GeneralizedTime.getInstance
(Object obj) return a generalized time from the passed in objectstatic ASN1GeneralizedTime
ASN1GeneralizedTime.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.cmp
Methods in org.bouncycastle.asn1.cmp that return ASN1GeneralizedTimeModifier and TypeMethodDescriptionRevAnnContent.getBadSinceDate()
PKIHeader.getMessageTime()
RevAnnContent.getWillBeRevokedAt()
Methods in org.bouncycastle.asn1.cmp with parameters of type ASN1GeneralizedTime -
Uses of ASN1GeneralizedTime in org.bouncycastle.asn1.cms
Methods in org.bouncycastle.asn1.cms that return ASN1GeneralizedTimeConstructors in org.bouncycastle.asn1.cms with parameters of type ASN1GeneralizedTimeModifierConstructorDescriptionKEKIdentifier
(byte[] keyIdentifier, ASN1GeneralizedTime date, OtherKeyAttribute other) RecipientKeyIdentifier
(byte[] subjectKeyIdentifier, ASN1GeneralizedTime date, OtherKeyAttribute other) RecipientKeyIdentifier
(ASN1OctetString subjectKeyIdentifier, ASN1GeneralizedTime date, OtherKeyAttribute other) -
Uses of ASN1GeneralizedTime in org.bouncycastle.asn1.dvcs
Methods in org.bouncycastle.asn1.dvcs that return ASN1GeneralizedTimeConstructors in org.bouncycastle.asn1.dvcs with parameters of type ASN1GeneralizedTime -
Uses of ASN1GeneralizedTime in org.bouncycastle.asn1.esf
Methods in org.bouncycastle.asn1.esf that return ASN1GeneralizedTimeConstructors in org.bouncycastle.asn1.esf with parameters of type ASN1GeneralizedTimeModifierConstructorDescriptionOcspIdentifier
(ResponderID ocspResponderID, ASN1GeneralizedTime producedAt) -
Uses of ASN1GeneralizedTime in org.bouncycastle.asn1.isismtt.x509
Methods in org.bouncycastle.asn1.isismtt.x509 that return ASN1GeneralizedTimeConstructors in org.bouncycastle.asn1.isismtt.x509 with parameters of type ASN1GeneralizedTime -
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, CRLReason revocationReason) SingleResponse
(CertID certID, CertStatus certStatus, ASN1GeneralizedTime thisUpdate, ASN1GeneralizedTime nextUpdate, Extensions singleExtensions) -
Uses of ASN1GeneralizedTime in org.bouncycastle.asn1.tsp
Methods in org.bouncycastle.asn1.tsp that return ASN1GeneralizedTimeConstructors in org.bouncycastle.asn1.tsp with parameters of type ASN1GeneralizedTimeModifierConstructorDescriptionTSTInfo
(ASN1ObjectIdentifier tsaPolicyId, MessageImprint messageImprint, ASN1Integer serialNumber, ASN1GeneralizedTime genTime, Accuracy accuracy, ASN1Boolean ordering, ASN1Integer nonce, GeneralName tsa, Extensions extensions) -
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 TypeMethodDescriptionvoid
V2TBSCertListGenerator.addCRLEntry
(ASN1Integer userCertificate, Time revocationDate, int reason, ASN1GeneralizedTime invalidityDate) void
V2AttributeCertificateInfoGenerator.setEndDate
(ASN1GeneralizedTime endDate) void
V2AttributeCertificateInfoGenerator.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.