Package | Description |
---|---|
org.spongycastle.asn1.x509 |
Support classes useful for encoding and processing X.509 certificates.
|
Modifier and Type | Field and Description |
---|---|
(package private) Time |
V1TBSCertificateGenerator.endDate |
(package private) Time |
TBSCertificate.endDate |
(package private) Time |
V3TBSCertificateGenerator.endDate |
(package private) Time |
TBSCertificateStructure.endDate |
private Time |
V2TBSCertListGenerator.nextUpdate |
(package private) Time |
TBSCertList.nextUpdate |
(package private) Time |
V1TBSCertificateGenerator.startDate |
(package private) Time |
TBSCertificate.startDate |
(package private) Time |
V3TBSCertificateGenerator.startDate |
(package private) Time |
TBSCertificateStructure.startDate |
private Time |
V2TBSCertListGenerator.thisUpdate |
(package private) Time |
TBSCertList.thisUpdate |
Modifier and Type | Method and Description |
---|---|
Time |
Certificate.getEndDate() |
Time |
X509CertificateStructure.getEndDate()
Deprecated.
|
Time |
TBSCertificate.getEndDate() |
Time |
TBSCertificateStructure.getEndDate() |
static Time |
Time.getInstance(ASN1TaggedObject obj,
boolean explicit) |
static Time |
Time.getInstance(java.lang.Object obj) |
Time |
CertificateList.getNextUpdate() |
Time |
TBSCertList.getNextUpdate() |
Time |
TBSCertList.CRLEntry.getRevocationDate() |
Time |
Certificate.getStartDate() |
Time |
X509CertificateStructure.getStartDate()
Deprecated.
|
Time |
TBSCertificate.getStartDate() |
Time |
TBSCertificateStructure.getStartDate() |
Time |
CertificateList.getThisUpdate() |
Time |
TBSCertList.getThisUpdate() |
Modifier and Type | Method and Description |
---|---|
void |
V2TBSCertListGenerator.addCRLEntry(ASN1Integer userCertificate,
Time revocationDate,
Extensions extensions) |
void |
V2TBSCertListGenerator.addCRLEntry(ASN1Integer userCertificate,
Time revocationDate,
int reason) |
void |
V2TBSCertListGenerator.addCRLEntry(ASN1Integer userCertificate,
Time revocationDate,
int reason,
DERGeneralizedTime invalidityDate) |
private static ASN1Sequence |
V2TBSCertListGenerator.createInvalidityDateExtension(Time invalidityDate) |
private void |
V2TBSCertListGenerator.internalAddCRLEntry(ASN1Integer userCertificate,
Time revocationDate,
ASN1Sequence extensions) |
void |
V1TBSCertificateGenerator.setEndDate(Time endDate) |
void |
V3TBSCertificateGenerator.setEndDate(Time endDate) |
void |
V2TBSCertListGenerator.setNextUpdate(Time nextUpdate) |
void |
V1TBSCertificateGenerator.setStartDate(Time startDate) |
void |
V3TBSCertificateGenerator.setStartDate(Time startDate) |
void |
V2TBSCertListGenerator.setThisUpdate(Time thisUpdate) |