Class: HrrRbSsh::Transport::EncryptionAlgorithm::Cast128Cbc
- Inherits:
-
HrrRbSsh::Transport::EncryptionAlgorithm
- Object
- HrrRbSsh::Transport::EncryptionAlgorithm
- HrrRbSsh::Transport::EncryptionAlgorithm::Cast128Cbc
- Includes:
- Functionable
- Defined in:
- lib/hrr_rb_ssh/transport/encryption_algorithm/cast128_cbc.rb
Constant Summary collapse
- NAME =
'cast128-cbc'- PREFERENCE =
130- CIPHER_NAME =
"CAST5-CBC"- BLOCK_SIZE =
8
Instance Attribute Summary
Attributes included from Loggable
Method Summary
Methods included from Functionable
#block_size, #decrypt, #encrypt, included, #initialize, #iv_length, #key_length
Methods included from Loggable
#log_debug, #log_error, #log_fatal, #log_info, #log_warn