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:
getBlockSizein classSshCipher- Returns:
-
init
- Specified by:
initin classSshCipher- Parameters:
mode-iv-keydata-- Throws:
AlgorithmOperationException
-
transform
- Specified by:
transformin classSshCipher- Parameters:
data-offset-len-- Returns:
- Throws:
AlgorithmOperationException
-