Package | Description |
---|---|
org.spongycastle.asn1 |
A library for parsing and writing ASN.1 objects.
|
org.spongycastle.asn1.x509 |
Support classes useful for encoding and processing X.509 certificates.
|
Modifier and Type | Class and Description |
---|---|
class |
ASN1GeneralizedTime |
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(ASN1Integer 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) |