|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Uses of SSLSessionManager in com.glub.secureftp.bean |
|---|
| Constructors in com.glub.secureftp.bean with parameters of type SSLSessionManager | |
|---|---|
SSLFTP(SSLSessionManager sslSessionManager,
HostInfo hostInfo,
java.io.File keyStoreFile,
java.lang.String keyStorePass,
java.security.SecureRandom random,
short connectionType,
java.io.OutputStream sendCmdStream,
java.io.OutputStream recvCmdStream)
Create a new SSLFTP object with a key store, response
notification, and an overridden SecureRandom object. |
|
SSLFTP(SSLSessionManager sslSessionManager,
HostInfo hostInfo,
java.io.File keyStoreFile,
java.lang.String keyStorePass,
short connectionType)
Create a new SSLFTP object with a key store but without
response notification. |
|
SSLFTP(SSLSessionManager sslSessionManager,
HostInfo hostInfo,
java.io.File keyStoreFile,
java.lang.String keyStorePass,
short connectionType,
java.io.OutputStream sendCmdStream,
java.io.OutputStream recvCmdStream)
Create a new SSLFTP object with a key store and response
notification. |
|
SSLFTP(SSLSessionManager sslSessionManager,
HostInfo hostInfo,
short connectionType)
Create a new SSLFTP object without a key store nor response
notification. |
|
SSLFTP(SSLSessionManager sslSessionManager,
HostInfo hostInfo,
short connectionType,
java.io.OutputStream sendCmdStream,
java.io.OutputStream recvCmdStream)
Create a new SSLFTP object without a key store but with
response notification. |
|
SSLFTP(SSLSessionManager sslSessionManager,
java.lang.String host,
int port,
java.io.File keyStoreFile,
java.lang.String keyStorePass,
java.security.SecureRandom random,
short connectionType,
java.io.OutputStream sendCmdStream,
java.io.OutputStream recvCmdStream)
Create a new SSLFTP object with a key store, response
notification, and an overridden SecureRandom object. |
|
SSLFTP(SSLSessionManager sslSessionManager,
java.lang.String host,
int port,
java.io.File keyStoreFile,
java.lang.String keyStorePass,
short connectionType)
Create a new SSLFTP object with a key store but without
response notification. |
|
SSLFTP(SSLSessionManager sslSessionManager,
java.lang.String host,
int port,
java.io.File keyStoreFile,
java.lang.String keyStorePass,
short connectionType,
java.io.OutputStream sendCmdStream,
java.io.OutputStream recvCmdStream)
Create a new SSLFTP object with a key store and response
notification. |
|
SSLFTP(SSLSessionManager sslSessionManager,
java.lang.String host,
int port,
short connectionType)
Create a new SSLFTP object without a key store nor response
notification. |
|
SSLFTP(SSLSessionManager sslSessionManager,
java.lang.String host,
int port,
short connectionType,
java.io.OutputStream sendCmdStream,
java.io.OutputStream recvCmdStream)
Create a new SSLFTP object without a key store but with
response notification. |
|
SSLTrustManager(com.glub.secureftp.bean.SSLKeyStore sslKeyStore,
SSLSessionManager sslSessionManager,
java.net.InetAddress serverAddress,
java.io.OutputStream replyStream)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||