com.sshtools.jce
Class TripleDesCbc

java.lang.Object
  extended bycom.maverick.ssh.cipher.SshCipher
      extended bycom.sshtools.jce.AbstractJCECipher
          extended bycom.sshtools.jce.TripleDesCbc

public class TripleDesCbc
extends AbstractJCECipher

An implementation of the 3DES cipher using a JCE provider. If you have enabled JCE usage there is no need to configure this seperatley.

Author:
Lee David Painter

Field Summary
 
Fields inherited from class com.maverick.ssh.cipher.SshCipher
DECRYPT_MODE, ENCRYPT_MODE
 
Constructor Summary
TripleDesCbc()
           
 
Methods inherited from class com.sshtools.jce.AbstractJCECipher
getBlockSize, init, transform
 
Methods inherited from class com.maverick.ssh.cipher.SshCipher
getAlgorithm, transform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TripleDesCbc

public TripleDesCbc()


Copyright © 2003 3SP LTD. All Rights Reserved.