org.apache.sshd.common.cipher
Class AES128CTR

java.lang.Object
  extended by org.apache.sshd.common.cipher.BaseCipher
      extended by org.apache.sshd.common.cipher.AES128CTR
All Implemented Interfaces:
Cipher

public class AES128CTR
extends BaseCipher

AES128CTR cipher

Author:
Apache MINA SSHD Project

Nested Class Summary
static class AES128CTR.Factory
          Named factory for AES128CTR Cipher
 
Nested classes/interfaces inherited from interface org.apache.sshd.common.Cipher
Cipher.Mode
 
Field Summary
 
Fields inherited from class org.apache.sshd.common.cipher.BaseCipher
algorithm, bsize, cipher, ivsize, transformation
 
Constructor Summary
AES128CTR()
           
 
Method Summary
 
Methods inherited from class org.apache.sshd.common.cipher.BaseCipher
getBlockSize, getIVSize, init, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AES128CTR

public AES128CTR()


Copyright © 2008-2012 The Apache Software Foundation. All Rights Reserved.