org.apache.mina.examples.echoserver.ssl
Class BogusSSLContextFactory

java.lang.Object
  extended by org.apache.mina.examples.echoserver.ssl.BogusSSLContextFactory

public class BogusSSLContextFactory
extends Object

Factory to create a bougus SSLContext.

Version:
$Rev: 332218 $, $Date: 2005-11-10 12:52:42 +0900 $
Author:
The Apache Directory Project (dev@directory.apache.org)

Constructor Summary
BogusSSLContextFactory()
           
 
Method Summary
static SSLContext getInstance(boolean server)
          Get SSLContext singleton.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BogusSSLContextFactory

public BogusSSLContextFactory()
Method Detail

getInstance

public static SSLContext getInstance(boolean server)
                              throws GeneralSecurityException
Get SSLContext singleton.

Returns:
SSLContext
Throws:
GeneralSecurityException


Copyright © 2004-2005 . All Rights Reserved.