程序包 | 说明 |
---|---|
com.fr.ssh.jsch |
限定符和类型 | 字段和说明 |
---|---|
protected Session |
KeyExchange.session |
限定符和类型 | 方法和说明 |
---|---|
Session |
Channel.getSession() |
Session |
JSch.getSession(java.lang.String host)
Instantiates the
Session object with
host . |
Session |
JSch.getSession(java.lang.String username,
java.lang.String host)
Instantiates the
Session object with
username and host . |
Session |
JSch.getSession(java.lang.String username,
java.lang.String host,
int port)
Instantiates the
Session object with given
username , host and port . |
限定符和类型 | 方法和说明 |
---|---|
protected void |
JSch.addSession(Session session) |
abstract void |
KeyExchange.init(Session session,
byte[] V_S,
byte[] V_C,
byte[] I_S,
byte[] I_C) |
void |
DHGEX.init(Session session,
byte[] V_S,
byte[] V_C,
byte[] I_S,
byte[] I_C) |
void |
DHG14.init(Session session,
byte[] V_S,
byte[] V_C,
byte[] I_S,
byte[] I_C) |
void |
DHG1.init(Session session,
byte[] V_S,
byte[] V_C,
byte[] I_S,
byte[] I_C) |
void |
DHECN.init(Session session,
byte[] V_S,
byte[] V_C,
byte[] I_S,
byte[] I_C) |
protected boolean |
JSch.removeSession(Session session) |
void |
RequestSubsystem.request(Session session,
Channel channel) |
void |
RequestSftp.request(Session session,
Channel channel) |
void |
RequestSubsystem.request(Session session,
Channel channel,
java.lang.String subsystem,
boolean want_reply) |
boolean |
UserAuthGSSAPIWithMIC.start(Session session) |
boolean |
UserAuth.start(Session session) |