Class: S7::Aes256CbcCipher

Inherits:
Cipher
  • Object
show all
Defined in:
lib/s7/cipher.rb

Overview

秘密鍵方式の一つ AES を用いて暗号化処理を行うクラスを表現する。

Instance Attribute Summary

Attributes inherited from Cipher

#options

Method Summary

Methods inherited from Cipher

create_instance, #decrypt, #encrypt, #initialize

Constructor Details

This class inherits a constructor from S7::Cipher