Class: Ccrypto::CipherEngineConfig

Inherits:
CipherConfig show all
Defined in:
lib/ccrypto/configs/cipher_config.rb

Instance Attribute Summary

Attributes inherited from CipherConfig

#algo, #cipherOps, #iv, #ivLength, #key, #keysize, #mode, #padding

Attributes included from AlgoConfig

#provider_config

Method Summary

Methods inherited from CipherConfig

#decrypt_cipher_mode, #encrypt_cipher_mode, #has_iv?, #has_key?, #initialize, #is_algo?, #is_decrypt_cipher_mode?, #is_encrypt_cipher_mode?, #is_mode?, #logger, #to_s

Methods included from AlgoConfig

include, #provider_info

Constructor Details

This class inherits a constructor from Ccrypto::CipherConfig