# File lib/openid/consumer/associationmanager.rb, line 18 def initialize(dh=nil) if dh.nil? dh = DiffieHellman.from_defaults end @dh = dh end