Skip navigation links

Oracle Security Developer Tools PKI SDK TSP Java API Reference
11g (11.1.1)

E10677-02


oracle.security.crypto.tsp
Class HttpTSPResponse

java.lang.Object
  extended by oracle.security.crypto.tsp.HttpTSPResponse


public class HttpTSPResponse
extends java.lang.Object

Implementation of TSP over HTTP for responses.


Method Summary
static void send(TSPTimeStampResp response, java.io.OutputStream os)
          Sends an Http TSP 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(TSPTimeStampResp response,
                        java.io.OutputStream os)
                 throws java.io.IOException
Sends an Http TSP 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 output stream used to send the response.
Throws:
java.io.IOException

Skip navigation links

Oracle Security Developer Tools PKI SDK TSP Java API Reference
11g (11.1.1)

E10677-02


Copyright © 2005, 2009, Oracle. All rights reserved.