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 |
---|---|
static ResponseData |
ResponseData.getInstance(ASN1TaggedObject obj,
boolean explicit) |
static ResponseData |
ResponseData.getInstance(Object obj) |
ResponseData |
BasicOCSPResponse.getTbsResponseData() |
Constructor and Description |
---|
BasicOCSPResponse(ResponseData tbsResponseData,
AlgorithmIdentifier signatureAlgorithm,
DERBitString signature,
ASN1Sequence certs) |
Constructor and Description |
---|
RespData(ResponseData data) |
Copyright © 2018 BouncyCastle.org. All rights reserved.