Class OpenID::DiffieHellman
In: lib/openid/dh.rb
Parent: Object

Encapsulates a Diffie-Hellman key exchange. This class is used internally by both the consumer and server objects.

Read more about Diffie-Hellman on wikipedia: en.wikipedia.org/wiki/Diffie-Hellman

Methods

Attributes

generator  [R] 
modulus  [R] 
public  [R] 

Public Class methods

A new DiffieHellman object, using the modulus and generator from the OpenID specification

Public Instance methods

[Validate]