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