public class TLSConfigurationHelper
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
static char[] |
DEFAULT_PASSWORD |
Default entry password used when creating KeyStore.
|
Constructor | Description |
---|---|
TLSConfigurationHelper() |
Modifier and Type | Method | Description |
---|---|---|
static javax.net.ssl.SSLContext |
createSslContext(TLSConfiguration config) |
Prepares SSLContext that can be then used to create Endpoints.
|
static SSLExtendedOptions |
createSslExtendedOptions(TLSConfiguration config) |
Prepares SSLExtendedOptions instance that can be then used to create Endpoints.
|
public static final char[] DEFAULT_PASSWORD
public static javax.net.ssl.SSLContext createSslContext(TLSConfiguration config) throws java.lang.SecurityException
config
- ITLSConnectionConfiguration instance with TLS parameters.java.lang.SecurityException
- if TLS parameters are inconsistent, not valid or
do not match OS/Java configuration.TLSConfigurationParser
public static SSLExtendedOptions createSslExtendedOptions(TLSConfiguration config)
config
- ITLSConnectionConfiguration instance with TLS parameters.TLSConfigurationParser
Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 9.0.006.00
Copyright © 2006–2019 Genesys Telecommunications Laboratories, Inc. All rights reserved.