org.apache.sshd.common.cipher
Class ARCFOUR256.Factory

java.lang.Object
  extended by org.apache.sshd.common.cipher.ARCFOUR256.Factory
All Implemented Interfaces:
Factory<Cipher>, NamedFactory<Cipher>
Enclosing class:
ARCFOUR256

public static class ARCFOUR256.Factory
extends java.lang.Object
implements NamedFactory<Cipher>

Named factory for AES128CTR Cipher


Nested Class Summary
 
Nested classes/interfaces inherited from interface org.apache.sshd.common.NamedFactory
NamedFactory.Utils
 
Constructor Summary
ARCFOUR256.Factory()
           
 
Method Summary
 Cipher create()
          Create a new instance
 java.lang.String getName()
          Name of this factory
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ARCFOUR256.Factory

public ARCFOUR256.Factory()
Method Detail

getName

public java.lang.String getName()
Description copied from interface: NamedFactory
Name of this factory

Specified by:
getName in interface NamedFactory<Cipher>
Returns:

create

public Cipher create()
Description copied from interface: Factory
Create a new instance

Specified by:
create in interface Factory<Cipher>
Returns:


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