Uses of Class
com.sshtools.j2ssh.transport.AlgorithmNotAgreedException

Packages that use AlgorithmNotAgreedException
com.sshtools.daemon.transport   
com.sshtools.j2ssh.transport   
 

Uses of AlgorithmNotAgreedException in com.sshtools.daemon.transport
 

Methods in com.sshtools.daemon.transport that throw AlgorithmNotAgreedException
protected  java.lang.String TransportProtocolServer.getDecryptionAlgorithm()
           
protected  java.lang.String TransportProtocolServer.getEncryptionAlgorithm()
           
protected  java.lang.String TransportProtocolServer.getInputStreamCompAlgortihm()
           
protected  java.lang.String TransportProtocolServer.getInputStreamMacAlgorithm()
           
protected  java.lang.String TransportProtocolServer.getOutputStreamCompAlgorithm()
           
protected  java.lang.String TransportProtocolServer.getOutputStreamMacAlgorithm()
           
protected  void TransportProtocolServer.setupNewKeys(byte[] encryptCSKey, byte[] encryptCSIV, byte[] encryptSCKey, byte[] encryptSCIV, byte[] macCSKey, byte[] macSCKey)
           
 

Uses of AlgorithmNotAgreedException in com.sshtools.j2ssh.transport
 

Methods in com.sshtools.j2ssh.transport that throw AlgorithmNotAgreedException
protected  java.lang.String TransportProtocolCommon.determineAlgorithm(java.util.List clientAlgorithms, java.util.List serverAlgorithms)
           
protected abstract  java.lang.String TransportProtocolCommon.getDecryptionAlgorithm()
           
protected  java.lang.String TransportProtocolClient.getDecryptionAlgorithm()
           
protected abstract  java.lang.String TransportProtocolCommon.getEncryptionAlgorithm()
           
protected  java.lang.String TransportProtocolClient.getEncryptionAlgorithm()
           
protected abstract  java.lang.String TransportProtocolCommon.getInputStreamCompAlgortihm()
           
protected  java.lang.String TransportProtocolClient.getInputStreamCompAlgortihm()
           
protected abstract  java.lang.String TransportProtocolCommon.getInputStreamMacAlgorithm()
           
protected  java.lang.String TransportProtocolClient.getInputStreamMacAlgorithm()
           
protected  java.lang.String TransportProtocolCommon.getKexAlgorithm()
           
protected abstract  java.lang.String TransportProtocolCommon.getOutputStreamCompAlgorithm()
           
protected  java.lang.String TransportProtocolClient.getOutputStreamCompAlgorithm()
           
protected abstract  java.lang.String TransportProtocolCommon.getOutputStreamMacAlgorithm()
           
protected  java.lang.String TransportProtocolClient.getOutputStreamMacAlgorithm()
           
protected abstract  void TransportProtocolCommon.setupNewKeys(byte[] encryptCSKey, byte[] encryptCSIV, byte[] encryptSCKey, byte[] encryptSCIV, byte[] macCSKey, byte[] macSCKey)
           
protected  void TransportProtocolClient.setupNewKeys(byte[] encryptCSKey, byte[] encryptCSIV, byte[] encryptSCKey, byte[] encryptSCIV, byte[] macCSKey, byte[] macSCKey)
           
 



Copyright © 2002-2003 Lee David Painter & Contributors. All Rights Reserved.