|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sshtools.j2ssh.transport.cipher.SshCipher
com.sshtools.j2ssh.transport.cipher.BlowfishCbc
DOCUMENT ME!
Field Summary | |
protected static java.lang.String |
algorithmName
DOCUMENT ME! |
Fields inherited from class com.sshtools.j2ssh.transport.cipher.SshCipher |
DECRYPT_MODE, ENCRYPT_MODE |
Constructor Summary | |
BlowfishCbc()
Creates a new BlowfishCbc object. |
Method Summary | |
int |
getBlockSize()
DOCUMENT ME! |
void |
init(int mode,
byte[] iv,
byte[] keydata)
DOCUMENT ME! |
byte[] |
transform(byte[] data,
int offset,
int len)
DOCUMENT ME! |
Methods inherited from class com.sshtools.j2ssh.transport.cipher.SshCipher |
transform |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected static java.lang.String algorithmName
Constructor Detail |
public BlowfishCbc()
Method Detail |
public int getBlockSize()
getBlockSize
in class SshCipher
public void init(int mode, byte[] iv, byte[] keydata) throws AlgorithmOperationException
init
in class SshCipher
mode
- DOCUMENT ME!iv
- DOCUMENT ME!keydata
- DOCUMENT ME!
AlgorithmOperationException
- DOCUMENT ME!public byte[] transform(byte[] data, int offset, int len) throws AlgorithmOperationException
transform
in class SshCipher
data
- DOCUMENT ME!offset
- DOCUMENT ME!len
- DOCUMENT ME!
AlgorithmOperationException
- DOCUMENT ME!
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |