com.maverick.ssh.components.jce
Class AES128Ctr

java.lang.Object
  extended bycom.maverick.ssh.components.SshCipher
      extended bycom.maverick.ssh.components.jce.AbstractJCECipher
          extended bycom.maverick.ssh.components.jce.AES128Ctr

public class AES128Ctr
extends AbstractJCECipher


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

Constructor Detail

AES128Ctr

public AES128Ctr()
          throws java.io.IOException


Copyright © 2003-2008 SSHTools LTD. All Rights Reserved.