public class

NullCipher

extends Object
implements BlockCipher
java.lang.Object
   ↳ com.trilead.ssh2.crypto.cipher.NullCipher

Class Overview

NullCipher.

Summary

Fields
private int blockSize
Public Constructors
NullCipher()
NullCipher(int blockSize)
Public Methods
int getBlockSize()
void init(boolean forEncryption, byte[] key)
void transformBlock(byte[] src, int srcoff, byte[] dst, int dstoff)
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.trilead.ssh2.crypto.cipher.BlockCipher

Fields

private int blockSize

Public Constructors

public NullCipher ()

public NullCipher (int blockSize)

Parameters
blockSize

Public Methods

public int getBlockSize ()

public void init (boolean forEncryption, byte[] key)

Parameters
forEncryption
key

public void transformBlock (byte[] src, int srcoff, byte[] dst, int dstoff)

Parameters
src
srcoff
dst
dstoff