Class: OpenSSL::Cipher::Cipher

Inherits:
OpenSSL::Cipher show all
Defined in:
lib/openssl/cipher.rb

Overview

Deprecated.

This class is only provided for backwards compatibility. Use OpenSSL::Cipher.

Method Summary

Methods inherited from OpenSSL::Cipher

#auth_data=, #auth_tag, #auth_tag=, #auth_tag_len=, #authenticated?, #block_size, ciphers, #decrypt, #encrypt, #final, #initialize, #initialize_copy, #iv=, #iv_len, #iv_len=, #key=, #key_len, #key_len=, #name, #padding=, #pkcs5_keyivgen, #random_iv, #random_key, #reset, #update

Constructor Details

This class inherits a constructor from OpenSSL::Cipher