Package | Description |
---|---|
org.bouncycastle.asn1.ocsp | |
org.bouncycastle.cert.ocsp |
Basic support package for handling and creating OCSP (RFC 2560) online certificate status requests.
|
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
|
Modifier and Type | Method and Description |
---|---|
CertID |
CertificateID.toASN1Primitive() |
Constructor and Description |
---|
CertificateID(CertID id) |
Copyright © 2018 BouncyCastle.org. All rights reserved.