Class: OpenPGP::Cipher::AES128
- Inherits:
-
AES
- Object
- OpenPGP::Cipher
- AES
- OpenPGP::Cipher::AES128
- Defined in:
- lib/openpgp/cipher/aes.rb
Constant Summary collapse
- IDENTIFIER =
7
- ENGINE =
'AES-128-ECB'
Constants inherited from OpenPGP::Cipher
Instance Attribute Summary
Attributes inherited from OpenPGP::Cipher
Method Summary
Methods inherited from OpenPGP::Cipher
#block_size, #decrypt, #encrypt, #encrypt_block, for, identifier, #identifier, #initialize, #key_size, to_i
Constructor Details
This class inherits a constructor from OpenPGP::Cipher