Package com.verisign.epp.transport.client
-
Interface Summary Interface Description EPPProxyServersLocator Interface to locate the EPP proxy server to use. -
Class Summary Class Description EPPConfigProxyServersLocator Default implementation of theEPPProxyServersLocator
interface that returns the proxy servers setting from the configuration file that are defined by the EPP.ProxyServers property.EPPPlainClientSocket Plain client socket class that can be configured to connect to a server over TCP using theEPP.ClientSocketName
configuration property.EPPPlainProxyClientSocket EPP plain client socket connection that goes through the Apache server mod_proxy.EPPProxyServer Represents a Proxy Server with an IP address / Host Name and a port number.EPPSSLClientSocket Secure Socket Layer client socket class that can be configured to connect to a server over SSL / TLS using theEPP.ClientSocketName
configuration property.EPPSSLConfig TheEPPSSLConfig
class contains SSL configuration properties that can be used in conjunction withEPPSSLImpl.initialize(EPPSSLConfig)
to initialize anEPPSSLContext
.EPPSSLContext TheEPPSSLContext
contains initialized SSL objects that can be used to establish SSL connections.EPPSSLImpl 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.EPPSSLProxyClientSocket EPP SSL client socket connection that goes through the Apache server mod_proxy.