net.schmizz.sshj.transport.cipher
Class AES128CBC.Factory
java.lang.Object
net.schmizz.sshj.transport.cipher.AES128CBC.Factory
- All Implemented Interfaces:
- Factory<Cipher>, Factory.Named<Cipher>
- Enclosing class:
- AES128CBC
public static class AES128CBC.Factory
- extends Object
- implements Factory.Named<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()
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.