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

ccm_data_len=

        # OpenSSL::Cipher.ccm_data_len=

(from ruby core)
### Implementation from Cipher
---
    cipher.ccm_data_len = integer -> integer

---

Sets the length of the plaintext / ciphertext message that will be
processed in CCM mode. Make sure to call this method after #key= and
#iv= have been set, and before #auth_data=.

Only call this method after calling Cipher#encrypt or Cipher#decrypt.



      

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.