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 StringTransportProtocolServer.getDecryptionAlgorithm()protected StringTransportProtocolServer.getEncryptionAlgorithm()protected StringTransportProtocolServer.getInputStreamCompAlgortihm()protected StringTransportProtocolServer.getInputStreamMacAlgorithm()protected StringTransportProtocolServer.getOutputStreamCompAlgorithm()protected StringTransportProtocolServer.getOutputStreamMacAlgorithm()protected voidTransportProtocolServer.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 StringTransportProtocolCommon.determineAlgorithm(List clientAlgorithms, List serverAlgorithms) protected StringTransportProtocolClient.getDecryptionAlgorithm()protected abstract StringTransportProtocolCommon.getDecryptionAlgorithm()protected StringTransportProtocolClient.getEncryptionAlgorithm()protected abstract StringTransportProtocolCommon.getEncryptionAlgorithm()protected StringTransportProtocolClient.getInputStreamCompAlgortihm()protected abstract StringTransportProtocolCommon.getInputStreamCompAlgortihm()protected StringTransportProtocolClient.getInputStreamMacAlgorithm()protected abstract StringTransportProtocolCommon.getInputStreamMacAlgorithm()protected StringTransportProtocolCommon.getKexAlgorithm()protected StringTransportProtocolClient.getOutputStreamCompAlgorithm()protected abstract StringTransportProtocolCommon.getOutputStreamCompAlgorithm()protected StringTransportProtocolClient.getOutputStreamMacAlgorithm()protected abstract StringTransportProtocolCommon.getOutputStreamMacAlgorithm()protected voidTransportProtocolClient.setupNewKeys(byte[] encryptCSKey, byte[] encryptCSIV, byte[] encryptSCKey, byte[] encryptSCIV, byte[] macCSKey, byte[] macSCKey) protected abstract voidTransportProtocolCommon.setupNewKeys(byte[] encryptCSKey, byte[] encryptCSIV, byte[] encryptSCKey, byte[] encryptSCIV, byte[] macCSKey, byte[] macSCKey)