org.apache.mina.example.echoserver.ssl
Class BogusSslContextFactory
java.lang.Object
org.apache.mina.example.echoserver.ssl.BogusSslContextFactory
public class BogusSslContextFactory
- extends Object
Factory to create a bogus SSLContext.
- Author:
- Apache MINA Project
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BogusSslContextFactory
public BogusSslContextFactory()
getInstance
public static SSLContext getInstance(boolean server)
throws GeneralSecurityException
- Get SSLContext singleton.
- Returns:
- SSLContext
- Throws:
GeneralSecurityException
Copyright © 2004-2011 Apache MINA Project. All Rights Reserved.