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 class
DERGeneralizedTime
DER Generalized time object.Methods in org.bouncycastle.asn1 that return ASN1GeneralizedTime Modifier and Type Method Description static ASN1GeneralizedTime
ASN1GeneralizedTime. getInstance(java.lang.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 ASN1GeneralizedTime Modifier and Type Method Description ASN1GeneralizedTime
ObjectData. getCreationDate()
ASN1GeneralizedTime
ObjectStoreData. getCreationDate()
ASN1GeneralizedTime
ObjectData. getLastModifiedDate()
ASN1GeneralizedTime
ObjectStoreData. getLastModifiedDate()
-
Uses of ASN1GeneralizedTime in org.bouncycastle.asn1.cmp
Methods in org.bouncycastle.asn1.cmp that return ASN1GeneralizedTime Modifier and Type Method Description ASN1GeneralizedTime
RevAnnContent. getBadSinceDate()
ASN1GeneralizedTime
PKIHeader. getMessageTime()
ASN1GeneralizedTime
RevAnnContent. getWillBeRevokedAt()
Methods in org.bouncycastle.asn1.cmp with parameters of type ASN1GeneralizedTime Modifier and Type Method Description PKIHeaderBuilder
PKIHeaderBuilder. 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 ASN1GeneralizedTime
KEKIdentifier. getDate()
ASN1GeneralizedTime
RecipientKeyIdentifier. 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 ASN1GeneralizedTime
DVCSTime. 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 ASN1GeneralizedTime
OcspIdentifier. 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 ASN1GeneralizedTime
DeclarationOfMajority. 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 ASN1GeneralizedTime
CrlID. getCrlTime()
ASN1GeneralizedTime
SingleResponse. getNextUpdate()
ASN1GeneralizedTime
ResponseData. getProducedAt()
ASN1GeneralizedTime
RevokedInfo. getRevocationTime()
ASN1GeneralizedTime
SingleResponse. 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 ASN1GeneralizedTime
TSTInfo. 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 ASN1GeneralizedTime
PrivateKeyUsagePeriod. getNotAfter()
ASN1GeneralizedTime
AttCertValidityPeriod. getNotAfterTime()
ASN1GeneralizedTime
PrivateKeyUsagePeriod. getNotBefore()
ASN1GeneralizedTime
AttCertValidityPeriod. getNotBeforeTime()
Methods in org.bouncycastle.asn1.x509 with parameters of type ASN1GeneralizedTime Modifier and Type Method Description void
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 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 ASN1GeneralizedTime
PersonalData. 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.
-