Oracle Security Developer Tools PKI SDK TSP Java API Reference
10g (10.1.4.0.1)

B28169-01


oracle.security.crypto.tsp
Class TSPContentHandlerFactory

java.lang.Object
  extended byoracle.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

Oracle Security Developer Tools PKI SDK TSP Java API Reference
10g (10.1.4.0.1)

B28169-01


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