Methods

Class Index [+]

Quicksearch

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
    # File lib/net/ssh/transport/kex/diffie_hellman_group_exchange_sha256.rb, line 8
 8:       def initialize(*args)
 9:         super(*args)
10: 
11:         @digester = OpenSSL::Digest::SHA256
12:       end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.