com.sshtools.cipher
Class AES128Ctr

java.lang.Object
  extended bycom.maverick.ssh.cipher.SshCipher
      extended bycom.sshtools.cipher.CtrBlockCipher
          extended bycom.sshtools.cipher.AES128Ctr

public class AES128Ctr
extends CtrBlockCipher

128 bit Counter Mode AES cipher

Author:
Lee David Painter

Field Summary
static java.lang.String AES128_CTR
           
 
Fields inherited from class com.maverick.ssh.cipher.SshCipher
DECRYPT_MODE, ENCRYPT_MODE
 
Constructor Summary
AES128Ctr()
           
 
Methods inherited from class com.sshtools.cipher.CtrBlockCipher
getBlockSize, init, processBlock, 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
 

Field Detail

AES128_CTR

public static final java.lang.String AES128_CTR
See Also:
Constant Field Values
Constructor Detail

AES128Ctr

public AES128Ctr()


Copyright © 2003 3SP LTD. All Rights Reserved.