public abstract class SSLImplementation extends Object
SSLImplementation
Abstract factory and base class for all SSL implementations.
Created on Feb 22, 2012 at 12:55:17 PMConstructor and Description |
---|
SSLImplementation() |
Modifier and Type | Method and Description |
---|---|
abstract String |
getImplementationName() |
static SSLImplementation |
getInstance() |
static SSLImplementation |
getInstance(String className)
Returns the
SSLImplementation specified by the name of it's class |
abstract SSLSupport |
getSSLSupport(SSLSession session) |
public static SSLImplementation getInstance() throws ClassNotFoundException
SSLImplementation
ClassNotFoundException
public static SSLImplementation getInstance(String className) throws ClassNotFoundException
SSLImplementation
specified by the name of it's classclassName
- SSLImplementation
given by it's nameClassNotFoundException
public abstract String getImplementationName()
public abstract SSLSupport getSSLSupport(SSLSession session)
Copyright © 2013 JBoss by Red Hat. All rights reserved.