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

verify

        # OpenSSL::Netscape::SPKI.verify

(from ruby core)
### Implementation from SPKI
---
    spki.verify(key) => boolean

---

### Parameters
*   *key* - the public key to be used for verifying the SPKI signature


Returns `true` if the signature is valid, `false` otherwise. To verify
an SPKI, the public key contained within the SPKI should be used.



      

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.