Package org.red5.client.net.ssl
Class BogusSslContextFactory
- java.lang.Object
-
- org.red5.client.net.ssl.BogusSslContextFactory
-
public class BogusSslContextFactory extends Object
Factory to create a bougus SSLContext.- Author:
- The Apache MINA Project (dev@mina.apache.org)
-
-
Constructor Summary
Constructors Constructor Description BogusSslContextFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SSLContextgetInstance(boolean server)Get SSLContext singleton.
-
-
-
Method Detail
-
getInstance
public static SSLContext getInstance(boolean server) throws GeneralSecurityException
Get SSLContext singleton.- Parameters:
server- whether server or client- Returns:
- SSLContext
- Throws:
GeneralSecurityException- thrown
-
-