net.schmizz.sshj.transport.cipher
Class AES256CBC

java.lang.Object
  extended by net.schmizz.sshj.transport.cipher.BaseCipher
      extended by net.schmizz.sshj.transport.cipher.AES256CBC
All Implemented Interfaces:
Cipher

public class AES256CBC
extends BaseCipher

aes256-ctr cipher


Nested Class Summary
static class AES256CBC.Factory
          Named factory for AES256CBC Cipher
 
Nested classes/interfaces inherited from interface net.schmizz.sshj.transport.cipher.Cipher
Cipher.Mode
 
Constructor Summary
AES256CBC()
           
 
Method Summary
 
Methods inherited from class net.schmizz.sshj.transport.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

AES256CBC

public AES256CBC()


Copyright © 2009-2012. All Rights Reserved.