Class: OpenPGP::Cipher::AES192

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

Constant Summary collapse

IDENTIFIER =
8
ENGINE =
'AES-192-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