Package com.verisign.epp.transport.client
package com.verisign.epp.transport.client
-
ClassDescriptionDefault implementation of the
EPPProxyServersLocatorinterface that returns the proxy servers setting from the configuration file that are defined by the EPP.ProxyServers property.Plain client socket class that can be configured to connect to a server over TCP using theEPP.ClientSocketNameconfiguration property.EPP plain client socket connection that goes through the Apache server mod_proxy.Represents a Proxy Server with an IP address / Host Name and a port number.Interface to locate the EPP proxy server to use.Secure Socket Layer client socket class that can be configured to connect to a server over SSL / TLS using theEPP.ClientSocketNameconfiguration property.TheEPPSSLConfigclass contains SSL configuration properties that can be used in conjunction withEPPSSLImpl.initialize(EPPSSLConfig)to initialize anEPPSSLContext.TheEPPSSLContextcontains initialized SSL objects that can be used to establish SSL connections.EPP SSL Implementation utility class that is used to initialize the SSL configuration by using configuration properties including:
EPP.SSLProtocol- Required property that can be either SSL, SSLv2, SSLv3, TLS, or TLSv1EPP.SSLKeyManager- Required SSL key manager property, for example, SunX509EPP.SSLKeyStore- Required SSL Keystore format property, for example, JKSEPP.SSLKeyFileName- Required Identity SSL Keystore file name.EPP SSL client socket connection that goes through the Apache server mod_proxy.