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

padding=

        # OpenSSL::Cipher.padding=

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

---

Enables or disables padding. By default encryption operations are padded
using standard block padding and the padding is checked and removed when
decrypting. If the pad parameter is zero then no padding is performed,
the total amount of data encrypted or decrypted must then be a multiple
of the block size or an error will occur.

See EVP_CIPHER_CTX_set_padding for further information.



      

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.