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

dsa_verify_asn1

        # OpenSSL::PKey::EC.dsa_verify_asn1

(from ruby core)
### Implementation from EC
---
    key.dsa_verify_asn1(data, sig) -> true | false

---

**Deprecated in version 3.0**. Consider using PKey::PKey#sign_raw and
PKey::PKey#verify_raw instead.



      

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.