Modifier and Type | Class and Description |
---|---|
class |
DERGeneralizedTime
DER Generalized time object.
|
Modifier and Type | Method and Description |
---|---|
static ASN1GeneralizedTime |
ASN1GeneralizedTime.getInstance(ASN1TaggedObject obj,
boolean explicit)
return a Generalized Time object from a tagged object.
|
static ASN1GeneralizedTime |
ASN1GeneralizedTime.getInstance(Object obj)
return a generalized time from the passed in object
|
Modifier and Type | Method and Description |
---|---|
ASN1GeneralizedTime |
ObjectStoreData.getCreationDate() |
ASN1GeneralizedTime |
ObjectData.getCreationDate() |
ASN1GeneralizedTime |
ObjectStoreData.getLastModifiedDate() |
ASN1GeneralizedTime |
ObjectData.getLastModifiedDate() |
Modifier and Type | Method and Description |
---|---|
ASN1GeneralizedTime |
RevokeRequest.getInvalidityDate() |
ASN1GeneralizedTime |
PendInfo.getPendTime() |
ASN1GeneralizedTime |
GetCRL.getTime() |
Modifier and Type | Method and Description |
---|---|
void |
RevokeRequest.setInvalidityDate(ASN1GeneralizedTime invalidityDate) |
Constructor and Description |
---|
GetCRL(X500Name issuerName,
GeneralName cRLName,
ASN1GeneralizedTime time,
ReasonFlags reasons) |
PendInfo(byte[] pendToken,
ASN1GeneralizedTime pendTime) |
RevokeRequest(X500Name name,
ASN1Integer serialNumber,
CRLReason reason,
ASN1GeneralizedTime invalidityDate,
ASN1OctetString passphrase,
DERUTF8String comment) |
Modifier and Type | Method and Description |
---|---|
ASN1GeneralizedTime |
RevAnnContent.getBadSinceDate() |
ASN1GeneralizedTime |
PKIHeader.getMessageTime() |
ASN1GeneralizedTime |
RevAnnContent.getWillBeRevokedAt() |
Modifier and Type | Method and Description |
---|---|
PKIHeaderBuilder |
PKIHeaderBuilder.setMessageTime(ASN1GeneralizedTime time) |
Modifier and Type | Method and Description |
---|---|
ASN1GeneralizedTime |
RecipientKeyIdentifier.getDate() |
ASN1GeneralizedTime |
KEKIdentifier.getDate() |
Constructor and Description |
---|
KEKIdentifier(byte[] keyIdentifier,
ASN1GeneralizedTime date,
OtherKeyAttribute other) |
RecipientKeyIdentifier(ASN1OctetString subjectKeyIdentifier,
ASN1GeneralizedTime date,
OtherKeyAttribute other) |
RecipientKeyIdentifier(byte[] subjectKeyIdentifier,
ASN1GeneralizedTime date,
OtherKeyAttribute other) |
Modifier and Type | Method and Description |
---|---|
ASN1GeneralizedTime |
DVCSTime.getGenTime() |
Constructor and Description |
---|
DVCSTime(ASN1GeneralizedTime genTime) |
Modifier and Type | Method and Description |
---|---|
ASN1GeneralizedTime |
OcspIdentifier.getProducedAt() |
Constructor and Description |
---|
OcspIdentifier(ResponderID ocspResponderID,
ASN1GeneralizedTime producedAt) |
Modifier and Type | Method and Description |
---|---|
ASN1GeneralizedTime |
DeclarationOfMajority.getDateOfBirth() |
Constructor and Description |
---|
DeclarationOfMajority(ASN1GeneralizedTime dateOfBirth) |
Modifier and Type | Method and Description |
---|---|
ASN1GeneralizedTime |
CrlID.getCrlTime() |
ASN1GeneralizedTime |
SingleResponse.getNextUpdate() |
ASN1GeneralizedTime |
ResponseData.getProducedAt() |
ASN1GeneralizedTime |
RevokedInfo.getRevocationTime() |
ASN1GeneralizedTime |
SingleResponse.getThisUpdate() |
Constructor and Description |
---|
ResponseData(ASN1Integer version,
ResponderID responderID,
ASN1GeneralizedTime producedAt,
ASN1Sequence responses,
Extensions responseExtensions) |
ResponseData(ResponderID responderID,
ASN1GeneralizedTime producedAt,
ASN1Sequence responses,
Extensions responseExtensions) |
ResponseData(ResponderID responderID,
ASN1GeneralizedTime producedAt,
ASN1Sequence responses,
X509Extensions responseExtensions)
Deprecated.
use method taking Extensions
|
RevokedInfo(ASN1GeneralizedTime revocationTime,
CRLReason revocationReason) |
SingleResponse(CertID certID,
CertStatus certStatus,
ASN1GeneralizedTime thisUpdate,
ASN1GeneralizedTime nextUpdate,
Extensions singleExtensions) |
SingleResponse(CertID certID,
CertStatus certStatus,
ASN1GeneralizedTime thisUpdate,
ASN1GeneralizedTime nextUpdate,
X509Extensions singleExtensions)
Deprecated.
use method taking ASN1GeneralizedTime and Extensions
|
Modifier and Type | Method and Description |
---|---|
ASN1GeneralizedTime |
TSTInfo.getGenTime() |
Constructor and Description |
---|
TSTInfo(ASN1ObjectIdentifier tsaPolicyId,
MessageImprint messageImprint,
ASN1Integer serialNumber,
ASN1GeneralizedTime genTime,
Accuracy accuracy,
ASN1Boolean ordering,
ASN1Integer nonce,
GeneralName tsa,
Extensions extensions) |
Modifier and Type | Method and Description |
---|---|
ASN1GeneralizedTime |
PrivateKeyUsagePeriod.getNotAfter() |
ASN1GeneralizedTime |
AttCertValidityPeriod.getNotAfterTime() |
ASN1GeneralizedTime |
PrivateKeyUsagePeriod.getNotBefore() |
ASN1GeneralizedTime |
AttCertValidityPeriod.getNotBeforeTime() |
Modifier and Type | Method and Description |
---|---|
void |
V2TBSCertListGenerator.addCRLEntry(ASN1Integer userCertificate,
Time revocationDate,
int reason,
ASN1GeneralizedTime invalidityDate) |
void |
V2AttributeCertificateInfoGenerator.setEndDate(ASN1GeneralizedTime endDate) |
void |
V2AttributeCertificateInfoGenerator.setStartDate(ASN1GeneralizedTime startDate) |
Constructor and Description |
---|
AttCertValidityPeriod(ASN1GeneralizedTime notBeforeTime,
ASN1GeneralizedTime notAfterTime) |
Modifier and Type | Method and Description |
---|---|
ASN1GeneralizedTime |
PersonalData.getDateOfBirth() |
Constructor and Description |
---|
PersonalData(NameOrPseudonym nameOrPseudonym,
BigInteger nameDistinguisher,
ASN1GeneralizedTime dateOfBirth,
DirectoryString placeOfBirth,
String gender,
DirectoryString postalAddress)
Constructor from a given details.
|
Copyright © 2021 BouncyCastle.org. All rights reserved.