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

verify_recover

        # OpenSSL::PKey::PKey.verify_recover

(from ruby core)
### Implementation from PKey
---
    pkey.verify_recover(digest, signature [, options]) -> string

---

Recovers the signed data from `signature` using a public key `pkey`. Not
all signature algorithms support this operation.

Added in version 3.0. See also the man page EVP_PKEY_verify_recover(3).

`signature`
:   A String containing the signature to be verified.




      

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.