Modifier and Type | Field and Description |
---|---|
protected Session |
KeyExchange.session |
Modifier and Type | Method and Description |
---|---|
Session |
Channel.getSession()
Retrieves the session to which this channel belongs.
|
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)
Adds a session to our session pool.
|
abstract void |
KeyExchange.init(Session session,
byte[] V_S,
byte[] V_C,
byte[] I_S,
byte[] I_C)
Initializes the key exchange object.
|
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)
Removes a session from our session pool.
|
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)
Does the actual authentication, i.e. sends the necessary packets
to the other side and receives some from there.
|
boolean |
UserAuth.start(Session session)
Will be called by the Session to do the authentication.
|
This is an inofficial Javadoc created by PaĆlo Ebermann. Have a look at the official homepage.