Package | Description |
---|---|
old.org.bouncycastle.asn1.x509 |
Modifier and Type | Method and Description |
---|---|
Time |
X509CertificateStructure.getEndDate() |
Time |
TBSCertificateStructure.getEndDate() |
static Time |
Time.getInstance(ASN1TaggedObject obj,
boolean explicit) |
static Time |
Time.getInstance(Object obj) |
Time |
TBSCertList.getNextUpdate() |
Time |
CertificateList.getNextUpdate() |
Time |
TBSCertList.CRLEntry.getRevocationDate() |
Time |
X509CertificateStructure.getStartDate() |
Time |
TBSCertificateStructure.getStartDate() |
Time |
TBSCertList.getThisUpdate() |
Time |
CertificateList.getThisUpdate() |
Modifier and Type | Method and Description |
---|---|
void |
V2TBSCertListGenerator.addCRLEntry(DERInteger userCertificate,
Time revocationDate,
int reason) |
void |
V2TBSCertListGenerator.addCRLEntry(DERInteger userCertificate,
Time revocationDate,
int reason,
DERGeneralizedTime invalidityDate) |
void |
V2TBSCertListGenerator.addCRLEntry(DERInteger userCertificate,
Time revocationDate,
X509Extensions extensions) |
void |
V3TBSCertificateGenerator.setEndDate(Time endDate) |
void |
V1TBSCertificateGenerator.setEndDate(Time endDate) |
void |
V2TBSCertListGenerator.setNextUpdate(Time nextUpdate) |
void |
V3TBSCertificateGenerator.setStartDate(Time startDate) |
void |
V1TBSCertificateGenerator.setStartDate(Time startDate) |
void |
V2TBSCertListGenerator.setThisUpdate(Time thisUpdate) |
Copyright © 2015. All rights reserved.