Class: HrrRbSsh::Transport::MacAlgorithm::HmacMd5
- Inherits:
-
HrrRbSsh::Transport::MacAlgorithm
- Object
- HrrRbSsh::Transport::MacAlgorithm
- HrrRbSsh::Transport::MacAlgorithm::HmacMd5
- Includes:
- Functionable
- Defined in:
- lib/hrr_rb_ssh/transport/mac_algorithm/hmac_md5.rb
Constant Summary collapse
- NAME =
'hmac-md5'
- PREFERENCE =
30
- DIGEST =
'md5'
- DIGEST_LENGTH =
16
- KEY_LENGTH =
16
Instance Attribute Summary
Attributes included from Loggable
Method Summary
Methods included from Functionable
#compute, #digest_length, #initialize, #key_length
Methods included from Loggable
#log_debug, #log_error, #log_fatal, #log_info, #log_warn