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

verify

        # OpenSSL::OCSP::Request.verify

(from ruby core)
### Implementation from Request
---
    request.verify(certificates, store, flags = 0) -> true or false

---

Verifies this request using the given *certificates* and *store*.
*certificates* is an array of OpenSSL::X509::Certificate, *store* is an
OpenSSL::X509::Store.

Note that `false` is returned if the request does not have a signature.
Use #signed? to check whether the request is signed or not.



      

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.