class Net::SSH::Transport::Kex::DiffieHellmanGroupExchangeSHA256
A key-exchange service implementing the “diffie-hellman-group-exchange-sha256” key-exchange algorithm.
Public Class Methods
new(*args)
click to toggle source
Calls superclass method
Net::SSH::Transport::Kex::DiffieHellmanGroup1SHA1::new
# File lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha256.rb, line 8 def initialize(*args) super(*args) @digester = OpenSSL::Digest::SHA256 end