Package | Description |
---|---|
org.bouncycastle.asn1.dvcs |
Modifier and Type | Method and Description |
---|---|
static DVCSTime |
DVCSTime.getInstance(ASN1TaggedObject obj,
boolean explicit) |
static DVCSTime |
DVCSTime.getInstance(Object obj) |
DVCSTime |
DVCSRequestInformation.getRequestTime() |
DVCSTime |
DVCSCertInfo.getResponseTime() |
Modifier and Type | Method and Description |
---|---|
void |
DVCSRequestInformationBuilder.setRequestTime(DVCSTime requestTime) |
void |
DVCSCertInfoBuilder.setResponseTime(DVCSTime responseTime) |
Constructor and Description |
---|
DVCSCertInfo(DVCSRequestInformation dvReqInfo,
DigestInfo messageImprint,
ASN1Integer serialNumber,
DVCSTime responseTime) |
DVCSCertInfoBuilder(DVCSRequestInformation dvReqInfo,
DigestInfo messageImprint,
ASN1Integer serialNumber,
DVCSTime responseTime) |
Copyright © 2021 BouncyCastle.org. All rights reserved.