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

sign

        # OpenSSL::OCSP::BasicResponse.sign

(from ruby core)
### Implementation from BasicResponse
---
    basic_response.sign(cert, key, certs = nil, flags = 0, digest = nil) -> self

---

Signs this OCSP response using the *cert*, *key* and optional *digest*.
This behaves in the similar way as OpenSSL::OCSP::Request#sign.

*flags* can include:
OpenSSL::OCSP::NOCERTS
:   don't include certificates
OpenSSL::OCSP::NOTIME
:   don't set producedAt
OpenSSL::OCSP::RESPID_KEY
:   use signer's public key hash as responderID




      

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.