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

sign

        # OpenSSL::Netscape::SPKI.sign

(from ruby core)
### Implementation from SPKI
---
    spki.sign(key, digest) => spki

---

### Parameters
*   *key* - the private key to be used for signing this instance
*   *digest* - the digest to be used for signing this instance


To sign an SPKI, the private key corresponding to the public key set for
this instance should be used, in addition to a digest algorithm in the
form of an OpenSSL::Digest. The private key should be an instance of
OpenSSL::PKey.



      

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.