com.sshtools.cipher
Class AES256Ctr

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

public class AES256Ctr
extends CtrBlockCipher

256 bit Counter Mode AES cipher

Author:
Lee David Painter

Field Summary
static java.lang.String AES256_CTR
           
 
Fields inherited from class com.maverick.ssh.cipher.SshCipher
DECRYPT_MODE, ENCRYPT_MODE
 
Constructor Summary
AES256Ctr()
           
 
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

AES256_CTR

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

AES256Ctr

public AES256Ctr()


Copyright © 2003 3SP LTD. All Rights Reserved.