Modifier and Type | Class and Description |
---|---|
class |
ASN1GeneralizedTime |
Modifier and Type | Method and Description |
---|---|
static DERGeneralizedTime |
DERGeneralizedTime.getInstance(ASN1TaggedObject obj,
boolean explicit)
return a Generalized Time object from a tagged object.
|
static DERGeneralizedTime |
DERGeneralizedTime.getInstance(Object obj)
return a generalized time from the passed in object
|
Modifier and Type | Method and Description |
---|---|
DERGeneralizedTime |
RevAnnContent.getBadSinceDate() |
DERGeneralizedTime |
PKIHeader.getMessageTime() |
DERGeneralizedTime |
RevAnnContent.getWillBeRevokedAt() |
Modifier and Type | Method and Description |
---|---|
PKIHeaderBuilder |
PKIHeaderBuilder.setMessageTime(DERGeneralizedTime time) |
Modifier and Type | Method and Description |
---|---|
DERGeneralizedTime |
RecipientKeyIdentifier.getDate() |
DERGeneralizedTime |
KEKIdentifier.getDate() |
Constructor and Description |
---|
KEKIdentifier(byte[] keyIdentifier,
DERGeneralizedTime date,
OtherKeyAttribute other) |
RecipientKeyIdentifier(ASN1OctetString subjectKeyIdentifier,
DERGeneralizedTime date,
OtherKeyAttribute other) |
RecipientKeyIdentifier(byte[] subjectKeyIdentifier,
DERGeneralizedTime date,
OtherKeyAttribute other) |
Modifier and Type | Method and Description |
---|---|
DERGeneralizedTime |
OcspIdentifier.getProducedAt() |
Constructor and Description |
---|
OcspIdentifier(ResponderID ocspResponderID,
DERGeneralizedTime producedAt) |
Modifier and Type | Method and Description |
---|---|
DERGeneralizedTime |
DeclarationOfMajority.getDateOfBirth() |
Constructor and Description |
---|
DeclarationOfMajority(DERGeneralizedTime dateOfBirth) |
Modifier and Type | Method and Description |
---|---|
DERGeneralizedTime |
CrlID.getCrlTime() |
DERGeneralizedTime |
SingleResponse.getNextUpdate() |
DERGeneralizedTime |
ResponseData.getProducedAt() |
DERGeneralizedTime |
RevokedInfo.getRevocationTime() |
DERGeneralizedTime |
SingleResponse.getThisUpdate() |
Constructor and Description |
---|
ResponseData(DERInteger version,
ResponderID responderID,
DERGeneralizedTime producedAt,
ASN1Sequence responses,
X509Extensions responseExtensions) |
ResponseData(ResponderID responderID,
DERGeneralizedTime producedAt,
ASN1Sequence responses,
X509Extensions responseExtensions) |
RevokedInfo(DERGeneralizedTime revocationTime,
CRLReason revocationReason) |
SingleResponse(CertID certID,
CertStatus certStatus,
DERGeneralizedTime thisUpdate,
DERGeneralizedTime nextUpdate,
X509Extensions singleExtensions) |
Modifier and Type | Method and Description |
---|---|
DERGeneralizedTime |
TSTInfo.getGenTime() |
Constructor and Description |
---|
TSTInfo(DERObjectIdentifier tsaPolicyId,
MessageImprint messageImprint,
DERInteger serialNumber,
DERGeneralizedTime genTime,
Accuracy accuracy,
DERBoolean ordering,
DERInteger nonce,
GeneralName tsa,
X509Extensions extensions) |
Modifier and Type | Method and Description |
---|---|
DERGeneralizedTime |
PrivateKeyUsagePeriod.getNotAfter() |
DERGeneralizedTime |
AttCertValidityPeriod.getNotAfterTime() |
DERGeneralizedTime |
PrivateKeyUsagePeriod.getNotBefore() |
DERGeneralizedTime |
AttCertValidityPeriod.getNotBeforeTime() |
Modifier and Type | Method and Description |
---|---|
void |
V2TBSCertListGenerator.addCRLEntry(DERInteger userCertificate,
Time revocationDate,
int reason,
DERGeneralizedTime invalidityDate) |
void |
V2AttributeCertificateInfoGenerator.setEndDate(DERGeneralizedTime endDate) |
void |
V2AttributeCertificateInfoGenerator.setStartDate(DERGeneralizedTime startDate) |
Constructor and Description |
---|
AttCertValidityPeriod(DERGeneralizedTime notBeforeTime,
DERGeneralizedTime notAfterTime) |
Modifier and Type | Method and Description |
---|---|
DERGeneralizedTime |
PersonalData.getDateOfBirth() |
Constructor and Description |
---|
PersonalData(NameOrPseudonym nameOrPseudonym,
BigInteger nameDistinguisher,
DERGeneralizedTime dateOfBirth,
DirectoryString placeOfBirth,
String gender,
DirectoryString postalAddress)
Constructor from a given details.
|
Copyright © 2015. All rights reserved.