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 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 Release 2 (10.1.2.0.2)

B15562-01


Copyright © 2005 , Oracle. All rights reserved.