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, wait
clearSSLContexts, compareTo, getSSLContext
public SSLContext getSSLContext(SSLContextConfig config, Map<String,Object> additionalOpts) throws Exception
getSSLContext
in interface SSLContextFactory
additionalOpts
- implementation specific additional options.SSLContext
for the given configuration.Exception
public int getPriority()
SSLContextFactory
getPriority
in interface SSLContextFactory
Copyright © 2021 JBoss by Red Hat. All rights reserved.