class OpenSSL::PKey::DH

def set_key(pub_key, priv_key)

def set_key(pub_key, priv_key)
  self.pub_key = pub_key
  self.priv_key = priv_key
  self
end