Package | Description |
---|---|
kz.gamma.asn1 | |
kz.gamma.asn1.cmp |
Support classes useful for encoding and supporting PKIX-CMP as described RFC 2510.
|
kz.gamma.asn1.cms | |
kz.gamma.asn1.dvcs |
Support classes useful for encoding and processing Data Validation and Certification Server (DVCS) protocols as described in RFC 3029.
|
kz.gamma.asn1.ocsp | |
kz.gamma.asn1.tsp | |
kz.gamma.asn1.x509 | |
kz.gamma.asn1.x509.sigi |
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(java.lang.Object obj)
return a generalized time from the passed in object
|
Modifier and Type | Field and Description |
---|---|
private DERGeneralizedTime |
RevAnnContent.badSinceDate |
private DERGeneralizedTime |
PKIHeader.messageTime |
private DERGeneralizedTime |
RevAnnContent.willBeRevokedAt |
Modifier and Type | Method and Description |
---|---|
DERGeneralizedTime |
RevAnnContent.getBadSinceDate() |
DERGeneralizedTime |
RevAnnContent.getWillBeRevokedAt() |
Modifier and Type | Field and Description |
---|---|
private DERGeneralizedTime |
RecipientKeyIdentifier.date |
private DERGeneralizedTime |
KEKIdentifier.date |
private DERGeneralizedTime |
RevokeRequest.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) |
RevokeRequest(java.lang.String dnIssuer,
byte[] snSubject,
java.lang.String dnSubject,
int revReason,
DERGeneralizedTime time)
Формирование неподписанного запроса на отзыв сертификата
|
RevokeRequest(java.security.cert.X509Certificate revCert,
int revReason,
DERGeneralizedTime time)
Формирование неподписанного запроса на отзыв сертификата
|
Modifier and Type | Field and Description |
---|---|
private DERGeneralizedTime |
DVCSTime.genTime |
Modifier and Type | Method and Description |
---|---|
DERGeneralizedTime |
DVCSTime.getGenTime() |
Constructor and Description |
---|
DVCSTime(DERGeneralizedTime genTime) |
Modifier and Type | Field and Description |
---|---|
(package private) DERGeneralizedTime |
CrlID.crlTime |
private DERGeneralizedTime |
SingleResponse.nextUpdate |
private DERGeneralizedTime |
ResponseData.producedAt |
private DERGeneralizedTime |
RevokedInfo.revocationTime |
private DERGeneralizedTime |
SingleResponse.thisUpdate |
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 | Field and Description |
---|---|
(package private) DERGeneralizedTime |
TSTInfo.genTime |
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 | Field and Description |
---|---|
private DERGeneralizedTime |
PrivateKeyUsagePeriod._notAfter |
private DERGeneralizedTime |
PrivateKeyUsagePeriod._notBefore |
private DERGeneralizedTime |
V2AttributeCertificateInfoGenerator.endDate |
(package private) DERGeneralizedTime |
AttCertValidityPeriod.notAfterTime |
(package private) DERGeneralizedTime |
AttCertValidityPeriod.notBeforeTime |
private DERGeneralizedTime |
V2AttributeCertificateInfoGenerator.startDate |
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 | Field and Description |
---|---|
private DERGeneralizedTime |
PersonalData.dateOfBirth |
Modifier and Type | Method and Description |
---|---|
DERGeneralizedTime |
PersonalData.getDateOfBirth() |
Constructor and Description |
---|
PersonalData(NameOrPseudonym nameOrPseudonym,
java.math.BigInteger nameDistinguisher,
DERGeneralizedTime dateOfBirth,
DirectoryString placeOfBirth,
java.lang.String gender,
DirectoryString postalAddress)
Constructor from a given details.
|
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.