Skip navigation links

Oracle Fusion Middleware PKI SDK TSP Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10677-03


oracle.security.crypto.tsp
Class TSPContentHandlerFactory

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

All Implemented Interfaces:
java.net.ContentHandlerFactory

public class TSPContentHandlerFactory
extends java.lang.Object
implements java.net.ContentHandlerFactory

A ContentHandlerFactory for TSP over HTTP.


Constructor Summary
TSPContentHandlerFactory()
          Creates a new ContentHandlerFactory.

 

Method Summary
 java.net.ContentHandler createContentHandler(java.lang.String mimetype)
          Creates a new ContentHandler from the given mimetype.

 

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

 

Constructor Detail

TSPContentHandlerFactory

public TSPContentHandlerFactory()
Creates a new ContentHandlerFactory.

Method Detail

createContentHandler

public java.net.ContentHandler createContentHandler(java.lang.String mimetype)
Creates a new ContentHandler from the given mimetype. This ContentHandlerFactory supports 'application/timestamp-query' and 'application/timestamp-reply'.
Specified by:
createContentHandler in interface java.net.ContentHandlerFactory

Skip navigation links

Oracle Fusion Middleware PKI SDK TSP Java API Reference for Oracle Security Developer Tools
11g Release 1 (11.1.1)

E10677-03


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