Class Net::SSH::Transport::IdentityCipher
In: lib/net/ssh/transport/identity_cipher.rb
Parent: Object

A cipher that does nothing but pass the data through, unchanged. This keeps things in the code nice and clean when a cipher has not yet been determined (i.e., during key exchange).

Methods

block_size   decrypt   encrypt   final   iv=   iv_len   name   reset   update  

Public Class methods

A default block size of 8 is required by the SSH2 protocol.

Does nothing. Returns self.

Does nothing. Returns self.

Returns the empty string.

Does nothing. Returns nil.

Returns an arbitrary integer.

The name of this cipher, which is "identity".

Does nothing. Returns self.

Passes its single argument through unchanged.

[Validate]