public class DefaultSSLContextFactory extends Object implements SSLContextFactory
log| Constructor and Description |
|---|
DefaultSSLContextFactory() |
| Modifier and Type | Method and Description |
|---|---|
int |
getPriority()
The priority for the SSLContextFactory when resolving the service to get the implementation.
|
SSLContext |
getSSLContext(SSLContextConfig config,
Map<String,Object> additionalOpts) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitclearSSLContexts, compareTo, getSSLContextpublic SSLContext getSSLContext(SSLContextConfig config, Map<String,Object> additionalOpts) throws Exception
getSSLContext in interface SSLContextFactoryadditionalOpts - implementation specific additional options.SSLContext for the given configuration.Exceptionpublic int getPriority()
SSLContextFactorygetPriority in interface SSLContextFactoryCopyright © 2025 JBoss by Red Hat. All rights reserved.