|
|||||||||
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,
File keyStoreFile,
String keyStorePass,
SecureRandom random,
short connectionType,
OutputStream sendCmdStream,
OutputStream recvCmdStream)
Create a new SSLFTP object with a key store, response
notification, and an overridden SecureRandom object. |
|
SSLFTP(SSLSessionManager sslSessionManager,
HostInfo hostInfo,
File keyStoreFile,
String keyStorePass,
short connectionType)
Create a new SSLFTP object with a key store but without
response notification. |
|
SSLFTP(SSLSessionManager sslSessionManager,
HostInfo hostInfo,
File keyStoreFile,
String keyStorePass,
short connectionType,
OutputStream sendCmdStream,
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,
OutputStream sendCmdStream,
OutputStream recvCmdStream)
Create a new SSLFTP object without a key store but with
response notification. |
|
SSLFTP(SSLSessionManager sslSessionManager,
String host,
int port,
File keyStoreFile,
String keyStorePass,
SecureRandom random,
short connectionType,
OutputStream sendCmdStream,
OutputStream recvCmdStream)
Create a new SSLFTP object with a key store, response
notification, and an overridden SecureRandom object. |
|
SSLFTP(SSLSessionManager sslSessionManager,
String host,
int port,
File keyStoreFile,
String keyStorePass,
short connectionType)
Create a new SSLFTP object with a key store but without
response notification. |
|
SSLFTP(SSLSessionManager sslSessionManager,
String host,
int port,
File keyStoreFile,
String keyStorePass,
short connectionType,
OutputStream sendCmdStream,
OutputStream recvCmdStream)
Create a new SSLFTP object with a key store and response
notification. |
|
SSLFTP(SSLSessionManager sslSessionManager,
String host,
int port,
short connectionType)
Create a new SSLFTP object without a key store nor response
notification. |
|
SSLFTP(SSLSessionManager sslSessionManager,
String host,
int port,
short connectionType,
OutputStream sendCmdStream,
OutputStream recvCmdStream)
Create a new SSLFTP object without a key store but with
response notification. |
|
SSLTrustManager(com.glub.secureftp.bean.SSLKeyStore sslKeyStore,
SSLSessionManager sslSessionManager,
InetAddress serverAddress,
OutputStream replyStream)
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |