Class TripleDesCbc
java.lang.Object
com.sshtools.j2ssh.transport.cipher.SshCipher
com.sshtools.j2ssh.transport.cipher.TripleDesCbc
- Version:
- $Revision: 1.19 $
- 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
-
TripleDesCbc
public TripleDesCbc()Creates a new TripleDesCbc 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
-