Uses of Class
net.schmizz.sshj.transport.NegotiatedAlgorithms
Packages that use NegotiatedAlgorithms
-
Uses of NegotiatedAlgorithms in net.schmizz.sshj.transport
Fields in net.schmizz.sshj.transport declared as NegotiatedAlgorithmsMethods in net.schmizz.sshj.transport that return NegotiatedAlgorithms -
Uses of NegotiatedAlgorithms in net.schmizz.sshj.transport.verification
Methods in net.schmizz.sshj.transport.verification with parameters of type NegotiatedAlgorithmsModifier and TypeMethodDescriptionboolean
AlgorithmsVerifier.verify
(NegotiatedAlgorithms algorithms) Callback is invoked when algorithms have been negotiated between client and server.