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

reset

        # OpenSSL::Cipher.reset

(from ruby core)
### Implementation from Cipher
---
    cipher.reset -> self

---

Fully resets the internal state of the Cipher. By using this, the same
Cipher instance may be used several times for encryption or decryption
tasks.

Internally calls EVP_CipherInit_ex(ctx, NULL, NULL, NULL, NULL, -1).



      

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.