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 PM| Constructor 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
SSLImplementationClassNotFoundExceptionpublic static SSLImplementation getInstance(String className) throws ClassNotFoundException
SSLImplementation specified by the name of it's classclassName - SSLImplementation given by it's nameClassNotFoundExceptionpublic abstract String getImplementationName()
public abstract SSLSupport getSSLSupport(SSLSession session)
Copyright © 2016 JBoss by Red Hat. All rights reserved.