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

check_private_key

        # OpenSSL::X509::Certificate.check_private_key

(from ruby core)
### Implementation from Certificate
---
    cert.check_private_key(key) -> true | false

---

Returns `true` if *key* is the corresponding private key to the Subject
Public Key Information, `false` otherwise.



      

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.