| Package | Description |
|---|---|
| com.entrust.toolkit.x509.revocation.ocsp.net |
Contains classes that provide network related functionality required by OCSP (protocol handlers).
|
| iaik.x509.ocsp |
| Modifier and Type | Method and Description |
|---|---|
int |
HTTPOCSPProtocolHandler.sendRequest(OCSPRequest ocspRequest)
Posts the given ocsp request to the responder of this HTTPOCSPProtocolHandler.
|
abstract int |
OCSPProtocolHandler.sendRequest(OCSPRequest ocspRequest)
Method used to send OCSP request via the specified protocol
|
| Modifier and Type | Method and Description |
|---|---|
void |
OCSPResponse.decode(ASN1Object obj)
Decodes an OCSPResponse from its ASN.1 representation.
|
void |
ResponseBytes.decode(ASN1Object obj)
Decodes ResponseBytes from its ASN.1 representation.
|
void |
OCSPResponse.decode(java.io.InputStream is)
Decodes an OCSPResponse from its DER encoding.
|
| Constructor and Description |
|---|
OCSPResponse(ASN1Object obj)
Creates an OCSPResponse from its ASN.1 representation.
|
OCSPResponse(byte[] array)
Creates an OCSPResponse from its DER encoding.
|
OCSPResponse(java.io.InputStream is)
Creates an OCSPResponse from its DER encoding.
|
ResponseBytes(ASN1Object obj)
Creates ResponseBytes from its ASN.1 representation.
|