java.lang.Object | |
↳ | org.bouncycastle.ocsp.OCSPReqGenerator |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Add a request with extensions
| |||||||||||
Add a request for the given CertificateID.
| |||||||||||
Generate an unsigned request
| |||||||||||
Return an iterator of the signature names supported by the generator.
| |||||||||||
Set the requestor name to the passed in X500Principal
| |||||||||||
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Add a request with extensions
certId | certificate ID of interest |
---|---|
singleRequestExtensions | the extensions to attach to the request |
Add a request for the given CertificateID.
certId | certificate ID of interest |
---|
Return an iterator of the signature names supported by the generator.
Set the requestor name to the passed in X500Principal
requestorName | a X500Principal representing the requestor name. |
---|