public class HttpOCSPResponse
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static void |
send(OCSPResponse response, java.io.OutputStream os)
Sends an Http OCSP response by the given output stream.
|
public static void send(OCSPResponse response, java.io.OutputStream os) throws java.io.IOException
response - The response to send over httpos - The outputstream used to send the response.java.io.IOException