This is a Ruby tree! It shows every object from the Ruby Programming Language in a tree format.

params_ok?

        # OpenSSL::PKey::DH.params_ok?

(from ruby core)
### Implementation from DH
---
    dh.params_ok? -> true | false

---

Validates the Diffie-Hellman parameters associated with this instance.
It checks whether a safe prime and a suitable generator are used. If
this is not the case, `false` is returned.

See also the man page EVP_PKEY_param_check(3).



      

This is MURDOC! A Ruby documentation browser inspired by Smalltalk-80. It allows you to learn about Ruby by browsing through its class hierarchies, and see any of its methods.