Package | Description |
---|---|
com.jcraft.jsch |
Modifier and Type | Field and Description |
---|---|
protected Session |
KeyExchange.session |
Modifier and Type | Method and Description |
---|---|
Session |
Channel.getSession() |
Session |
JSch.getSession(String host)
Instantiates the
Session object with
host . |
Session |
JSch.getSession(String username,
String host)
Instantiates the
Session object with
username and host . |
Session |
JSch.getSession(String username,
String host,
int port)
Instantiates the
Session object with given
username , host and port . |
Modifier and Type | Method and Description |
---|---|
protected void |
JSch.addSession(Session session) |
void |
DHECN.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 |
DHG1.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) |
abstract void |
KeyExchange.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,
String subsystem,
boolean want_reply) |
boolean |
UserAuthGSSAPIWithMIC.start(Session session) |
boolean |
UserAuth.start(Session session) |
Copyright © 2018 JCraft,Inc.. All rights reserved.