com.jscape.inet.ssh.transport
Class AlgorithmSuite
java.lang.Object
com.jscape.inet.ssh.transport.AlgorithmSuite
public class AlgorithmSuite
- extends java.lang.Object
- Version:
- 1.0
- Author:
- Alex Usun
Constructor Summary |
AlgorithmSuite(com.jscape.inet.ssh.transport.messages.SshMsgKexInit clientInitMsg,
com.jscape.inet.ssh.transport.messages.SshMsgKexInit serverInitMsg)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AlgorithmSuite
public AlgorithmSuite(com.jscape.inet.ssh.transport.messages.SshMsgKexInit clientInitMsg,
com.jscape.inet.ssh.transport.messages.SshMsgKexInit serverInitMsg)
throws TransportException
- Parameters:
clientInitMsg
- serverInitMsg
-
- Throws:
TransportException
getClientInitMsg
public com.jscape.inet.ssh.transport.messages.SshMsgKexInit getClientInitMsg()
- Returns:
- SshMsgKexInit instance
getServerInitMsg
public com.jscape.inet.ssh.transport.messages.SshMsgKexInit getServerInitMsg()
- Returns:
- SshMsgKexInit instance
getKeyExchange
public java.lang.String getKeyExchange()
- Returns:
- key exchange
getServerHostKeyFormat
public java.lang.String getServerHostKeyFormat()
getClientServerCipher
public java.lang.String getClientServerCipher()
- Returns:
- client server cipher
getServerClientCipher
public java.lang.String getServerClientCipher()
throws TransportException
- Returns:
- server client cipher
- Throws:
TransportException
getClientServerCompr
public java.lang.String getClientServerCompr()
- Returns:
- client server compression
getServerClientCompr
public java.lang.String getServerClientCompr()
- Returns:
- server client compression
getClientServerMac
public java.lang.String getClientServerMac()
- Returns:
- client server mac
getServerClientMac
public java.lang.String getServerClientMac()
- Returns:
- server client mac
getClientServerLang
public java.lang.String getClientServerLang()
- Returns:
- client server language
getServerClientLang
public java.lang.String getServerClientLang()
- Returns:
- server client language
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
- Returns:
- String representation
Copyright © JSCAPE LLC. 1999-2011. All Rights Reserved