net.schmizz.sshj.transport.cipher
Class AES192CTR.Factory

java.lang.Object
  extended by net.schmizz.sshj.transport.cipher.AES192CTR.Factory
All Implemented Interfaces:
Factory<Cipher>, Factory.Named<Cipher>
Enclosing class:
AES192CTR

public static class AES192CTR.Factory
extends Object
implements Factory.Named<Cipher>

Named factory for AES192CTR Cipher


Nested Class Summary
 
Nested classes/interfaces inherited from interface net.schmizz.sshj.common.Factory.Named
Factory.Named.Util
 
Nested classes/interfaces inherited from interface net.schmizz.sshj.common.Factory
Factory.Named<T>
 
Constructor Summary
AES192CTR.Factory()
           
 
Method Summary
 Cipher create()
           
 String getName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AES192CTR.Factory

public AES192CTR.Factory()
Method Detail

create

public Cipher create()
Specified by:
create in interface Factory<Cipher>
Returns:
a new object created using this factory.

getName

public String getName()
Specified by:
getName in interface Factory.Named<Cipher>
Returns:
the name of this factory.


Copyright © 2009-2012. All Rights Reserved.