org.apache.sshd.common.cipher
Class AES256CTR

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

public class AES256CTR
extends BaseCipher

AES256CTR Cipher

Author:
Apache MINA SSHD Project

Nested Class Summary
static class AES256CTR.Factory
          Named factory for AES256CTR 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
AES256CTR()
           
 
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

AES256CTR

public AES256CTR()


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