Class Index [+]

Quicksearch

Net::SSH::Transport::Kex::EcdhSHA2NistP384

A key-exchange service implementing the “ecdh-sha2-nistp256” key-exchange algorithm. (defined in RFC 5656)

Public Instance Methods

curve_name() click to toggle source
    # File lib/net/ssh/transport/kex/ecdh_sha2_nistp384.rb, line 9
 9:     def curve_name
10:       OpenSSL::PKey::EC::CurveNameAlias['nistp384']
11:     end
digester() click to toggle source
   # File lib/net/ssh/transport/kex/ecdh_sha2_nistp384.rb, line 6
6:     def digester
7:       OpenSSL::Digest::SHA384
8:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.