Class: OpenSSL::Cipher::Cipher

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

Overview

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

Method Summary

Methods inherited from OpenSSL::Cipher

#auth_data=, #auth_tag, #auth_tag=, #authenticated?, #block_size, ciphers, #decrypt, #encrypt, #final, #initialize, #iv=, #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