Package | Description |
---|---|
old.org.bouncycastle.asn1 | |
old.org.bouncycastle.asn1.esf | |
old.org.bouncycastle.asn1.x509 |
Modifier and Type | Class and Description |
---|---|
class |
ASN1UTCTime |
Modifier and Type | Method and Description |
---|---|
static DERUTCTime |
DERUTCTime.getInstance(ASN1TaggedObject obj,
boolean explicit)
return an UTC Time from a tagged object.
|
static DERUTCTime |
DERUTCTime.getInstance(Object obj)
return an UTC Time from the passed in object.
|
Modifier and Type | Method and Description |
---|---|
DERUTCTime |
CrlIdentifier.getCrlIssuedTime() |
Constructor and Description |
---|
CrlIdentifier(X500Name crlIssuer,
DERUTCTime crlIssuedTime) |
CrlIdentifier(X500Name crlIssuer,
DERUTCTime crlIssuedTime,
BigInteger crlNumber) |
Modifier and Type | Method and Description |
---|---|
void |
V2TBSCertListGenerator.addCRLEntry(DERInteger userCertificate,
DERUTCTime revocationDate,
int reason) |
void |
V3TBSCertificateGenerator.setEndDate(DERUTCTime endDate) |
void |
V1TBSCertificateGenerator.setEndDate(DERUTCTime endDate) |
void |
V2TBSCertListGenerator.setNextUpdate(DERUTCTime nextUpdate) |
void |
V3TBSCertificateGenerator.setStartDate(DERUTCTime startDate) |
void |
V1TBSCertificateGenerator.setStartDate(DERUTCTime startDate) |
void |
V2TBSCertListGenerator.setThisUpdate(DERUTCTime thisUpdate) |
Copyright © 2015. All rights reserved.