Class: OpenPGP::Cipher::Blowfish
- Inherits:
-
OpenPGP::Cipher
- Object
- OpenPGP::Cipher
- OpenPGP::Cipher::Blowfish
- Defined in:
- lib/openpgp/cipher/blowfish.rb
Constant Summary collapse
- IDENTIFIER =
4
- ENGINE =
'BF-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