Platform SDK Java 8.5 API Reference

Uses of Class
com.genesyslab.platform.commons.connection.tls.TLSConfiguration

Packages that use TLSConfiguration
com.genesyslab.platform.commons.connection.tls Provides classes to support and configure TLS connections. 
 

Uses of TLSConfiguration in com.genesyslab.platform.commons.connection.tls
 

Methods in com.genesyslab.platform.commons.connection.tls that return TLSConfiguration
static TLSConfiguration TLSConfigurationParser.parseClientTlsConfiguration(KVList kvl)
          Helper method that extracts client-side TLS options from KVList object and parses them.
static TLSConfiguration TLSConfigurationParser.parseClientTlsConfiguration(java.util.Map<java.lang.String,java.lang.String> map)
          Helper method that extracts client-side TLS options from Map object and parses them.
static TLSConfiguration TLSConfigurationParser.parseClientTlsConfiguration(java.util.Properties prop)
          Helper method that extracts client-side TLS options from Properties object and parses them.
static TLSConfiguration TLSConfigurationParser.parseClientTlsConfiguration(java.lang.String transportParams)
          Helper method that extracts client-side TLS options from String object containing Transport Parameters received from Configuration Server; and parses them.
static TLSConfiguration TLSConfigurationParser.parseServerTlsConfiguration(KVList kvl)
          Helper method that extracts server-side TLS options from KVList object and parses them.
static TLSConfiguration TLSConfigurationParser.parseServerTlsConfiguration(java.util.Map<java.lang.String,java.lang.String> map)
          Helper method that extracts server-side TLS options from Map object and parses them.
static TLSConfiguration TLSConfigurationParser.parseServerTlsConfiguration(java.util.Properties prop)
          Helper method that extracts server-side TLS options from Properties object and parses them.
static TLSConfiguration TLSConfigurationParser.parseServerTlsConfiguration(java.lang.String transportParams)
          Helper method that extracts server-side TLS options from String object containing Transport Parameters received from Configuration Server; and parses them.
static TLSConfiguration TLSConfigurationParser.parseTlsConfiguration(PropertyReader prop, boolean clientMode)
          Creates a new instance of TLSConfiguration, searches source of configuration information represented by PropertyReader instance for TLS-related options, fills TLSConfiguration instance fields and returns it.
 

Methods in com.genesyslab.platform.commons.connection.tls with parameters of type TLSConfiguration
static javax.net.ssl.SSLContext TLSConfigurationHelper.createSslContext(TLSConfiguration config)
          Prepares SSLContext that can be then used to create Endpoints.
static SSLExtendedOptions TLSConfigurationHelper.createSslExtendedOptions(TLSConfiguration config)
          Prepares SSLExtendedOptions instance that can be then used to create Endpoints.
 


Platform SDK Java 8.5 API Reference

Send comments on this topicTechpubs.webadmin@genesys.com.
Document version: 8.5.302.00
Copyright © 2006–2017 Genesys Telecommunications Laboratories, Inc. All rights reserved.