Package | Description |
---|---|
org.bouncycastle.asn1.esf | |
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 |
---|---|
BasicOCSPResponse[] |
RevocationValues.getOcspVals() |
Constructor and Description |
---|
RevocationValues(CertificateList[] crlVals,
BasicOCSPResponse[] ocspVals,
OtherRevVals otherRevVals) |
Modifier and Type | Method and Description |
---|---|
static BasicOCSPResponse |
BasicOCSPResponse.getInstance(ASN1TaggedObject obj,
boolean explicit) |
static BasicOCSPResponse |
BasicOCSPResponse.getInstance(Object obj) |
Constructor and Description |
---|
BasicOCSPResp(BasicOCSPResponse resp) |
Copyright © 2018 BouncyCastle.org. All rights reserved.