org.apache.sshd.common.cipher
Class AES128CBC.Factory
java.lang.Object
org.apache.sshd.common.cipher.AES128CBC.Factory
- All Implemented Interfaces:
- Factory<Cipher>, NamedFactory<Cipher>
- Enclosing class:
- AES128CBC
public static class AES128CBC.Factory
- extends Object
- implements NamedFactory<Cipher>
Named factory for AES128CBC Cipher
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AES128CBC.Factory
public AES128CBC.Factory()
getName
public 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 Apache Software Foundation. All Rights Reserved.