Skip navigation links

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

E10673-04


oracle.security.crypto.ocsp
Class OCSPContentHandlerFactory

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

Skip navigation links

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

E10673-04


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