Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
com.sshtools.j2ssh.transport.SshMessage
com.sshtools.j2ssh.transport.SshMsgKexInit
public class SshMsgKexInit
extends SshMessage
Field Summary | |
protected static int |
Constructor Summary | |
| |
|
Method Summary | |
protected void | |
protected void | |
String |
|
String | |
List | |
List | |
List | |
List | |
List | |
List | |
List | |
List | |
void |
|
String |
|
Methods inherited from class com.sshtools.j2ssh.transport.SshMessage | |
constructByteArray , constructMessage , fromByteArray , getMessageId , getMessageId , getMessageName , toByteArray |
public SshMsgKexInit()
Creates a new SshMsgKexInit object.
public SshMsgKexInit(SshConnectionProperties props)
Creates a new SshMsgKexInit object.
- Parameters:
props
-
protected void constructByteArray(ByteArrayWriter baw) throws InvalidMessageException
- Overrides:
- constructByteArray in interface SshMessage
- Parameters:
baw
-
- Throws:
InvalidMessageException
-
protected void constructMessage(ByteArrayReader bar) throws InvalidMessageException
- Overrides:
- constructMessage in interface SshMessage
- Parameters:
bar
-
- Throws:
InvalidMessageException
-
public String createDelimString(List list)
- Parameters:
list
-
- Returns:
public String getMessageName()
- Overrides:
- getMessageName in interface SshMessage
- Returns:
public List getSupportedCSComp()
- Returns:
public List getSupportedCSEncryption()
- Returns:
public List getSupportedCSMac()
- Returns:
public List getSupportedKex()
- Returns:
public List getSupportedPublicKeys()
- Returns:
public List getSupportedSCComp()
- Returns:
public List getSupportedSCEncryption()
- Returns:
public List getSupportedSCMac()
- Returns:
public void setSupportedPK(List pks)
- Parameters:
pks
-
public String toString()
- Returns: