Package | Description |
---|---|
org.bouncycastle.asn1.ocsp |
Modifier and Type | Method and Description |
---|---|
CertStatus |
SingleResponse.getCertStatus() |
static CertStatus |
CertStatus.getInstance(ASN1TaggedObject obj,
boolean explicit) |
static CertStatus |
CertStatus.getInstance(Object obj) |
Constructor and Description |
---|
SingleResponse(CertID certID,
CertStatus certStatus,
ASN1GeneralizedTime thisUpdate,
ASN1GeneralizedTime nextUpdate,
Extensions singleExtensions) |
SingleResponse(CertID certID,
CertStatus certStatus,
ASN1GeneralizedTime thisUpdate,
ASN1GeneralizedTime nextUpdate,
X509Extensions singleExtensions)
Deprecated.
use method taking ASN1GeneralizedTime and Extensions
|
Copyright © 2020 BouncyCastle.org. All rights reserved.