Oracle Security Developer Tools PKI SDK OCSP Java API Reference
10g Release 2 (10.1.2.0.2)

B15562-01


oracle.security.crypto.ocsp
Class HttpOCSPResponse

java.lang.Object
  extended byoracle.security.crypto.ocsp.HttpOCSPResponse


public class HttpOCSPResponse
extends java.lang.Object

Implementation of OCSP over HTTP for responses.


Method Summary
static void send(OCSPResponse response, java.io.OutputStream os)
Sends an Http OCSP response by the given output stream.

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Method Detail

send

public static void send(OCSPResponse response,
                        java.io.OutputStream os)
                 throws java.io.IOException
Sends an Http OCSP response by the given output stream. This method should be used on the server side.
Parameters:
response - The response to send over http
os - The outputstream used to send the response.
Throws:
java.io.IOException

Oracle Security Developer Tools PKI SDK OCSP Java API Reference
10g Release 2 (10.1.2.0.2)

B15562-01


Copyright © 2005 , Oracle. All rights reserved.