Class: OpenPGP::Cipher::AES

Inherits:
OpenPGP::Cipher show all
Defined in:
lib/openpgp/cipher/aes.rb

Direct Known Subclasses

AES128, AES192, AES256

Constant Summary collapse

ENGINE =
'AES-128-ECB'

Constants inherited from OpenPGP::Cipher

DEFAULT

Instance Attribute Summary

Attributes inherited from OpenPGP::Cipher

#engine, #key, #options

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