|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sshtools.j2ssh.transport.SshMessage
com.sshtools.j2ssh.transport.SshMsgKexInit
DOCUMENT ME!
| Field Summary | |
protected static int |
SSH_MSG_KEX_INIT
DOCUMENT ME! |
| Constructor Summary | |
SshMsgKexInit()
Creates a new SshMsgKexInit object. |
|
SshMsgKexInit(SshConnectionProperties props)
Creates a new SshMsgKexInit object. |
|
| Method Summary | |
protected void |
constructByteArray(ByteArrayWriter baw)
DOCUMENT ME! |
protected void |
constructMessage(ByteArrayReader bar)
DOCUMENT ME! |
java.lang.String |
createDelimString(java.util.List list)
DOCUMENT ME! |
java.lang.String |
getMessageName()
DOCUMENT ME! |
java.util.List |
getSupportedCSComp()
DOCUMENT ME! |
java.util.List |
getSupportedCSEncryption()
DOCUMENT ME! |
java.util.List |
getSupportedCSMac()
DOCUMENT ME! |
java.util.List |
getSupportedKex()
DOCUMENT ME! |
java.util.List |
getSupportedPublicKeys()
DOCUMENT ME! |
java.util.List |
getSupportedSCComp()
DOCUMENT ME! |
java.util.List |
getSupportedSCEncryption()
DOCUMENT ME! |
java.util.List |
getSupportedSCMac()
DOCUMENT ME! |
void |
setSupportedPK(java.util.List pks)
DOCUMENT ME! |
java.lang.String |
toString()
DOCUMENT ME! |
| Methods inherited from class com.sshtools.j2ssh.transport.SshMessage |
fromByteArray, getMessageId, getMessageId, toByteArray |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected static final int SSH_MSG_KEX_INIT
| Constructor Detail |
public SshMsgKexInit()
public SshMsgKexInit(SshConnectionProperties props)
props - DOCUMENT ME!| Method Detail |
public java.lang.String getMessageName()
getMessageName in class SshMessagepublic java.util.List getSupportedCSComp()
public java.util.List getSupportedCSEncryption()
public java.util.List getSupportedCSMac()
public java.util.List getSupportedKex()
public void setSupportedPK(java.util.List pks)
pks - DOCUMENT ME!public java.util.List getSupportedPublicKeys()
public java.util.List getSupportedSCComp()
public java.util.List getSupportedSCEncryption()
public java.util.List getSupportedSCMac()
public java.lang.String createDelimString(java.util.List list)
list - DOCUMENT ME!
public java.lang.String toString()
protected void constructByteArray(ByteArrayWriter baw)
throws InvalidMessageException
constructByteArray in class SshMessagebaw - DOCUMENT ME!
InvalidMessageException - DOCUMENT ME!
protected void constructMessage(ByteArrayReader bar)
throws InvalidMessageException
constructMessage in class SshMessagebar - DOCUMENT ME!
InvalidMessageException - DOCUMENT ME!
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||