Class SunJSSESocketFactory
java.lang.Object
org.jpos.util.SimpleLogSource
org.jpos.iso.GenericSSLSocketFactory
org.jpos.iso.SunJSSESocketFactory
- All Implemented Interfaces:
Configurable, ISOClientSocketFactory, ISOServerSocketFactory, LogSource
Deprecated.
use GenericSSLSocketFactory()
SunJSSESocketFactory is used by BaseChannel and ISOServer
in order to provide hooks for SSL implementations.- Since:
- 1.3.3
-
Field Summary
Fields inherited from class SimpleLogSource
logger, realm -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class GenericSSLSocketFactory
createServerSocket, createServerSocketFactory, createSocket, createSocketFactory, getClientAuthNeeded, getConfiguration, getEnabledCipherSuites, getKeyPassword, getKeyStore, getPassword, getServerAuthNeeded, getServerName, setClientAuthNeeded, setConfiguration, setEnabledCipherSuites, setKeyPassword, setKeyStore, setPassword, setServerAuthNeeded, setServerName
-
Constructor Details
-
SunJSSESocketFactory
public SunJSSESocketFactory()Deprecated.
-