|
Secure iNet Factory | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jscape.inet.ssh.transport.Message
com.jscape.inet.ssh.transport.messages.SshMsgKexInit
public class SshMsgKexInit
Algorithm negotiation message: SSH_MSG_KEXINIT.
| Field Summary | |
|---|---|
static int |
TYPE
Message type code. |
| Constructor Summary | |
|---|---|
SshMsgKexInit()
Creates a new message instance. |
|
SshMsgKexInit(byte[] serialized)
|
|
| Methods inherited from class com.jscape.inet.ssh.transport.Message |
|---|
getId, getType, readFrom, readFrom, setId, writeTo |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final int TYPE
| Constructor Detail |
|---|
public SshMsgKexInit()
public SshMsgKexInit(byte[] serialized)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public static SshMsgKexInit readFrom(java.io.InputStream in)
throws java.io.IOException
in -
java.io.IOExceptionpublic byte[] getCookie()
public void setCookie(byte[] cookie)
cookie - public SshNameList getKexAlgorithms()
public void setKexAlgorithms(SshNameList kexAlgorithms)
kexAlgorithms - public SshNameList getServerHostKeyAlgorithms()
public void setServerHostKeyAlgorithms(SshNameList serverHostKeyAlgorithms)
serverHostKeyAlgorithms - public SshNameList getClientServerEncryptionAlgorithms()
public void setClientServerEncryptionAlgorithms(SshNameList clientServerEncryptionAlgorithms)
clientServerEncryptionAlgorithms - public SshNameList getServerClientEncryptionAlgorithms()
public void setServerClientEncryptionAlgorithms(SshNameList serverClientEncryptionAlgorithms)
serverClientEncryptionAlgorithms - public SshNameList getClientServerMacAlgorithms()
public void setClientServerMacAlgorithms(SshNameList clientServerMacAlgorithms)
clientServerMacAlgorithms - public SshNameList getServerClientMacAlgorithms()
public void setServerClientMacAlgorithms(SshNameList serverClientMacAlgorithms)
serverClientMacAlgorithms - public SshNameList getClientServerCompressionAlgorithms()
public void setClientServerCompressionAlgorithms(SshNameList clientServerCompressionAlgorithms)
clientServerCompressionAlgorithms - public SshNameList getServerClientCompressionAlgorithms()
public void setServerClientCompressionAlgorithms(SshNameList serverClientCompressionAlgorithms)
serverClientCompressionAlgorithms - public SshNameList getClientServerLnguages()
public void setClientServerLnguages(SshNameList clientServerLnguages)
clientServerLnguages - public SshNameList getServerClientLanguages()
public void setServerClientLanguages(SshNameList serverClientLanguages)
serverClientLanguages - public SshBoolean getFirstKexPacketFollows()
public void setFirstKexPacketFollows(SshBoolean firstKexPacketFollows)
firstKexPacketFollows - public long getReserved()
public void setReserved(long reserved)
reserved -
public void writeTo(java.io.OutputStream out)
throws java.io.IOException
writeTo in class Messageout -
java.io.IOExceptionpublic boolean accept(TransportMessageDispatcher dispatcher)
accept in interface TransportDispatchabledispatcher - the message dispatcher
true if dispatcher can dispatch this message;
false otherwisepublic java.lang.String toString()
toString in class java.lang.Object
|
Secure iNet Factory | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||