Uses of Class
com.sshtools.j2ssh.transport.AlgorithmNotAgreedException
Packages that use AlgorithmNotAgreedException
-
Uses of AlgorithmNotAgreedException in com.sshtools.daemon.transport
Methods in com.sshtools.daemon.transport that throw AlgorithmNotAgreedExceptionModifier and TypeMethodDescriptionprotected String
TransportProtocolServer.getDecryptionAlgorithm()
protected String
TransportProtocolServer.getEncryptionAlgorithm()
protected String
TransportProtocolServer.getInputStreamCompAlgortihm()
protected String
TransportProtocolServer.getInputStreamMacAlgorithm()
protected String
TransportProtocolServer.getOutputStreamCompAlgorithm()
protected 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 AlgorithmNotAgreedExceptionModifier and TypeMethodDescriptionprotected String
TransportProtocolCommon.determineAlgorithm
(List clientAlgorithms, List serverAlgorithms) protected String
TransportProtocolClient.getDecryptionAlgorithm()
protected abstract String
TransportProtocolCommon.getDecryptionAlgorithm()
protected String
TransportProtocolClient.getEncryptionAlgorithm()
protected abstract String
TransportProtocolCommon.getEncryptionAlgorithm()
protected String
TransportProtocolClient.getInputStreamCompAlgortihm()
protected abstract String
TransportProtocolCommon.getInputStreamCompAlgortihm()
protected String
TransportProtocolClient.getInputStreamMacAlgorithm()
protected abstract String
TransportProtocolCommon.getInputStreamMacAlgorithm()
protected String
TransportProtocolCommon.getKexAlgorithm()
protected String
TransportProtocolClient.getOutputStreamCompAlgorithm()
protected abstract String
TransportProtocolCommon.getOutputStreamCompAlgorithm()
protected String
TransportProtocolClient.getOutputStreamMacAlgorithm()
protected abstract String
TransportProtocolCommon.getOutputStreamMacAlgorithm()
protected void
TransportProtocolClient.setupNewKeys
(byte[] encryptCSKey, byte[] encryptCSIV, byte[] encryptSCKey, byte[] encryptSCIV, byte[] macCSKey, byte[] macSCKey) protected abstract void
TransportProtocolCommon.setupNewKeys
(byte[] encryptCSKey, byte[] encryptCSIV, byte[] encryptSCKey, byte[] encryptSCIV, byte[] macCSKey, byte[] macSCKey)