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

B28168-01


oracle.security.crypto.ocsp
Class OCSPContentHandlerFactory

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

All Implemented Interfaces:
java.net.ContentHandlerFactory

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

A ContentHandlerFactory for OCSP over HTTP.


Constructor Summary
OCSPContentHandlerFactory()
          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

OCSPContentHandlerFactory

public OCSPContentHandlerFactory()
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/ocsp-response'.
Specified by:
createContentHandler in interface java.net.ContentHandlerFactory

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

B28168-01


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