Class: HrrRbSsh::Transport::EncryptionAlgorithm::Aes192Ctr

Inherits:
HrrRbSsh::Transport::EncryptionAlgorithm show all
Includes:
Functionable
Defined in:
lib/hrr_rb_ssh/transport/encryption_algorithm/aes192_ctr.rb

Constant Summary collapse

NAME =
'aes192-ctr'
PREFERENCE =
180
CIPHER_NAME =
"AES-192-CTR"
BLOCK_SIZE =
16

Instance Attribute Summary

Attributes included from Loggable

#log_key, #logger

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

Methods included from SubclassWithPreferenceListable

#[], #inherited, #list_preferred, #list_supported