Class: HrrRbSsh::Transport::EncryptionAlgorithm::None

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

Constant Summary collapse

NAME =
'none'
BLOCK_SIZE =
0

Instance Method Summary collapse

Methods included from Unfunctionable

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

Methods inherited from HrrRbSsh::Transport::EncryptionAlgorithm

[], list, name_list

Constructor Details

#initialize(direction = nil, iv = nil, key = nil) ⇒ None

Returns a new instance of None.



14
15
16
# File 'lib/hrr_rb_ssh/transport/encryption_algorithm/none.rb', line 14

def initialize direction=nil, iv=nil, key=nil
  super
end