class Net::SSH::Transport::Kex::DiffieHellmanGroup14SHA256
A key-exchange service implementing the “diffie-hellman-group14-sha256” key-exchange algorithm.
Public Instance Methods
digester()
click to toggle source
# File lib/net/ssh/transport/kex/diffie_hellman_group14_sha256.rb, line 7 def digester OpenSSL::Digest::SHA256 end