com.sshtools.jce
Class AES128Cbc

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

public class AES128Cbc
extends AbstractJCECipher

An implementation of the AES 128 bit cipher using a JCE provider.

Author:
Lee David Painter

Field Summary
 
Fields inherited from class com.maverick.ssh.cipher.SshCipher
DECRYPT_MODE, ENCRYPT_MODE
 
Constructor Summary
AES128Cbc()
           
 
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

AES128Cbc

public AES128Cbc()


Copyright © 2003 3SP LTD. All Rights Reserved.