| java.lang.Object | |
| ↳ | org.bouncycastle.cert.ocsp.BasicOCSPResp |
BasicOCSPResponse ::= SEQUENCE {
tbsResponseData ResponseData,
signatureAlgorithm AlgorithmIdentifier,
signature BIT STRING,
certs [0] EXPLICIT SEQUENCE OF Certificate OPTIONAL }
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
return the ASN.1 encoded representation of this object.
| |||||||||||
Return the DER encoding of the tbsResponseData field.
| |||||||||||
verify the signature against the tbsResponseData object we contain.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
return the ASN.1 encoded representation of this object.
| IOException |
|---|
Return the DER encoding of the tbsResponseData field.
verify the signature against the tbsResponseData object we contain.
| OCSPException |
|---|