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