com.sshtools.cipher
Class AES192Ctr

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

public class AES192Ctr
extends CtrBlockCipher

192 bit Counter Mode AES cipher

Author:
Lee David Painter

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

AES192_CTR

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

AES192Ctr

public AES192Ctr()


Copyright © 2003 3SP LTD. All Rights Reserved.