Class BlowfishCbc
java.lang.Object
com.sshtools.j2ssh.transport.cipher.SshCipher
com.sshtools.j2ssh.transport.cipher.BlowfishCbc
- Version:
- $Revision: 1.21 $
- Author:
- $author$
-
Field Summary
FieldsFields inherited from class com.sshtools.j2ssh.transport.cipher.SshCipher
DECRYPT_MODE, ENCRYPT_MODE
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
algorithmName
-
-
Constructor Details
-
BlowfishCbc
public BlowfishCbc()Creates a new BlowfishCbc object.
-
-
Method Details
-
getBlockSize
public int getBlockSize()- Specified by:
getBlockSize
in classSshCipher
- Returns:
-
init
- Specified by:
init
in classSshCipher
- Parameters:
mode
-iv
-keydata
-- Throws:
AlgorithmOperationException
-
transform
- Specified by:
transform
in classSshCipher
- Parameters:
data
-offset
-len
-- Returns:
- Throws:
AlgorithmOperationException
-