Class: HrrRbSsh::Transport::EncryptionAlgorithm::Aes128Cbc

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

Constant Summary collapse

NAME =
'aes128-cbc'
PREFERENCE =
160
CIPHER_NAME =
"AES-128-CBC"
BLOCK_SIZE =
16

Method Summary

Methods included from Functionable

#block_size, #decrypt, #encrypt, included, #initialize, #iv_length, #key_length

Methods included from SubclassWithPreferenceListable

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