Methods

Included Modules

Class Index [+]

Quicksearch

Net::SSH::Transport::Kex::DiffieHellmanGroup14SHA1

A key-exchange service implementing the “diffie-hellman-group14-sha1” key-exchange algorithm. (defined in RFC 4253)

Constants

P_s

The value of ‘P’, as a string, in hexadecimal

P_r

The radix in which P_s represents the value of P

G

The group constant

Private Instance Methods

get_g() click to toggle source
    # File lib/net/ssh/transport/kex/diffie_hellman_group14_sha1.rb, line 40
40:     def get_g
41:       G
42:     end
get_p() click to toggle source
    # File lib/net/ssh/transport/kex/diffie_hellman_group14_sha1.rb, line 36
36:     def get_p
37:       OpenSSL::BN.new(P_s, P_r)
38:     end

Disabled; run with --debug to generate this.

[Validate]

Generated with the Darkfish Rdoc Generator 1.1.6.