|
abcdef | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.trilead.ssh2.crypto.cipher.NullCipher
public class NullCipher
NullCipher.
Constructor Summary | |
---|---|
NullCipher()
|
|
NullCipher(int blockSize)
|
Method Summary | |
---|---|
int |
getBlockSize()
|
void |
init(boolean forEncryption,
byte[] key)
|
void |
transformBlock(byte[] src,
int srcoff,
byte[] dst,
int dstoff)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NullCipher()
public NullCipher(int blockSize)
Method Detail |
---|
public void init(boolean forEncryption, byte[] key)
init
in interface BlockCipher
public int getBlockSize()
getBlockSize
in interface BlockCipher
public void transformBlock(byte[] src, int srcoff, byte[] dst, int dstoff)
transformBlock
in interface BlockCipher
|
abcdef | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |