Uses of Class
net.schmizz.sshj.transport.NegotiatedAlgorithms
-
Packages that use NegotiatedAlgorithms Package Description net.schmizz.sshj.transport net.schmizz.sshj.transport.verification -
-
Uses of NegotiatedAlgorithms in net.schmizz.sshj.transport
Fields in net.schmizz.sshj.transport declared as NegotiatedAlgorithms Modifier and Type Field Description private NegotiatedAlgorithms
KeyExchanger. negotiatedAlgs
Methods in net.schmizz.sshj.transport that return NegotiatedAlgorithms Modifier and Type Method Description NegotiatedAlgorithms
Proposal. negotiate(Proposal other)
-
Uses of NegotiatedAlgorithms in net.schmizz.sshj.transport.verification
Methods in net.schmizz.sshj.transport.verification with parameters of type NegotiatedAlgorithms Modifier and Type Method Description boolean
AlgorithmsVerifier. verify(NegotiatedAlgorithms algorithms)
Callback is invoked when algorithms have been negotiated between client and server.
-