Uses of Class
org.bouncycastle.asn1.ASN1GeneralizedTime
-
Packages that use ASN1GeneralizedTime Package Description org.bouncycastle.asn1 A library for parsing and writing ASN.1 objects.org.bouncycastle.asn1.bc BC specific object identifiers and classes for the BCFKS key store.org.bouncycastle.asn1.cmp Support classes useful for encoding and supporting PKIX-CMP as described RFC 2510.org.bouncycastle.asn1.cms Support classes useful for encoding and supporting Cryptographic Message Syntax as described in PKCS#7 and RFC 3369 (formerly RFC 2630).org.bouncycastle.asn1.dvcs Support classes useful for encoding and processing Data Validation and Certification Server (DVCS) protocols as described in RFC 3029.org.bouncycastle.asn1.esf Support classes useful for encoding and supporting [ESF] RFC3126 Electronic Signature Formats for long term electronic signatures.org.bouncycastle.asn1.isismtt.x509 X.509 attribute classes related to ISISMT -- the Industrial Signature Interoperability Specification.org.bouncycastle.asn1.ocsp Support classes useful for encoding and supporting OCSP objects.org.bouncycastle.asn1.tsp Support classes useful for encoding and supporting Time Stamp Protocol as described RFC 3161.org.bouncycastle.asn1.x509 Support classes useful for encoding and processing X.509 certificates.org.bouncycastle.asn1.x509.sigi 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.asn1 Modifier and Type Class Description classDERGeneralizedTimeDER Generalized time object.Methods in org.bouncycastle.asn1 that return ASN1GeneralizedTime Modifier and Type Method Description static ASN1GeneralizedTimeASN1GeneralizedTime. getInstance(java.lang.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 ASN1GeneralizedTime Modifier and Type Method Description ASN1GeneralizedTimeObjectData. getCreationDate()ASN1GeneralizedTimeObjectStoreData. getCreationDate()ASN1GeneralizedTimeObjectData. getLastModifiedDate()ASN1GeneralizedTimeObjectStoreData. getLastModifiedDate() -
Uses of ASN1GeneralizedTime in org.bouncycastle.asn1.cmp
Methods in org.bouncycastle.asn1.cmp that return ASN1GeneralizedTime Modifier and Type Method Description ASN1GeneralizedTimeRevAnnContent. getBadSinceDate()ASN1GeneralizedTimePKIHeader. getMessageTime()ASN1GeneralizedTimeRevAnnContent. getWillBeRevokedAt()Methods in org.bouncycastle.asn1.cmp with parameters of type ASN1GeneralizedTime Modifier and Type Method Description PKIHeaderBuilderPKIHeaderBuilder. setMessageTime(ASN1GeneralizedTime time) -
Uses of ASN1GeneralizedTime in org.bouncycastle.asn1.cms
Methods in org.bouncycastle.asn1.cms that return ASN1GeneralizedTime Modifier and Type Method Description ASN1GeneralizedTimeKEKIdentifier. getDate()ASN1GeneralizedTimeRecipientKeyIdentifier. getDate()Constructors in org.bouncycastle.asn1.cms with parameters of type ASN1GeneralizedTime Constructor Description KEKIdentifier(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 ASN1GeneralizedTime Modifier and Type Method Description ASN1GeneralizedTimeDVCSTime. getGenTime()Constructors in org.bouncycastle.asn1.dvcs with parameters of type ASN1GeneralizedTime Constructor Description DVCSTime(ASN1GeneralizedTime genTime) -
Uses of ASN1GeneralizedTime in org.bouncycastle.asn1.esf
Methods in org.bouncycastle.asn1.esf that return ASN1GeneralizedTime Modifier and Type Method Description ASN1GeneralizedTimeOcspIdentifier. getProducedAt()Constructors in org.bouncycastle.asn1.esf with parameters of type ASN1GeneralizedTime Constructor Description OcspIdentifier(ResponderID ocspResponderID, ASN1GeneralizedTime producedAt) -
Uses of ASN1GeneralizedTime in org.bouncycastle.asn1.isismtt.x509
Methods in org.bouncycastle.asn1.isismtt.x509 that return ASN1GeneralizedTime Modifier and Type Method Description ASN1GeneralizedTimeDeclarationOfMajority. getDateOfBirth()Constructors in org.bouncycastle.asn1.isismtt.x509 with parameters of type ASN1GeneralizedTime Constructor Description DeclarationOfMajority(ASN1GeneralizedTime dateOfBirth) -
Uses of ASN1GeneralizedTime in org.bouncycastle.asn1.ocsp
Methods in org.bouncycastle.asn1.ocsp that return ASN1GeneralizedTime Modifier and Type Method Description ASN1GeneralizedTimeCrlID. getCrlTime()ASN1GeneralizedTimeSingleResponse. getNextUpdate()ASN1GeneralizedTimeResponseData. getProducedAt()ASN1GeneralizedTimeRevokedInfo. getRevocationTime()ASN1GeneralizedTimeSingleResponse. getThisUpdate()Constructors in org.bouncycastle.asn1.ocsp with parameters of type ASN1GeneralizedTime Constructor Description ResponseData(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 ASN1GeneralizedTime Modifier and Type Method Description ASN1GeneralizedTimeTSTInfo. getGenTime()Constructors in org.bouncycastle.asn1.tsp with parameters of type ASN1GeneralizedTime Constructor Description TSTInfo(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 ASN1GeneralizedTime Modifier and Type Method Description ASN1GeneralizedTimePrivateKeyUsagePeriod. getNotAfter()ASN1GeneralizedTimeAttCertValidityPeriod. getNotAfterTime()ASN1GeneralizedTimePrivateKeyUsagePeriod. getNotBefore()ASN1GeneralizedTimeAttCertValidityPeriod. getNotBeforeTime()Methods in org.bouncycastle.asn1.x509 with parameters of type ASN1GeneralizedTime Modifier and Type Method Description voidV2TBSCertListGenerator. 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 ASN1GeneralizedTime Constructor Description AttCertValidityPeriod(ASN1GeneralizedTime notBeforeTime, ASN1GeneralizedTime notAfterTime) -
Uses of ASN1GeneralizedTime in org.bouncycastle.asn1.x509.sigi
Methods in org.bouncycastle.asn1.x509.sigi that return ASN1GeneralizedTime Modifier and Type Method Description ASN1GeneralizedTimePersonalData. getDateOfBirth()Constructors in org.bouncycastle.asn1.x509.sigi with parameters of type ASN1GeneralizedTime Constructor Description PersonalData(NameOrPseudonym nameOrPseudonym, java.math.BigInteger nameDistinguisher, ASN1GeneralizedTime dateOfBirth, DirectoryString placeOfBirth, java.lang.String gender, DirectoryString postalAddress)Constructor from a given details.
-