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

  1. lib/net/ssh/transport/kex/ecdh_sha2_nistp384.rb
Parent: Kex

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

Methods

Public Instance

  1. curve_name
  2. digester

Public Instance methods

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