Package | Description |
---|---|
org.bouncycastle.asn1.ocsp |
Modifier and Type | Method and Description |
---|---|
CertID |
SingleResponse.getCertID() |
static CertID |
CertID.getInstance(ASN1TaggedObject obj,
boolean explicit) |
static CertID |
CertID.getInstance(Object obj) |
CertID |
Request.getReqCert() |
Constructor and Description |
---|
Request(CertID reqCert,
Extensions singleRequestExtensions) |
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 © 2017 BouncyCastle.org. All rights reserved.