Class AES128CTR.Factory
java.lang.Object
net.schmizz.sshj.transport.cipher.AES128CTR.Factory
- All Implemented Interfaces:
Factory<Cipher>, Factory.Named<Cipher>
- Enclosing class:
AES128CTR
Named factory for AES128CTR Cipher
-
Nested Class Summary
Nested classes/interfaces inherited from interface Factory
Factory.Named<T>Nested classes/interfaces inherited from interface Factory.Named
Factory.Named.Util -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Factory
public Factory()
-
-
Method Details
-
create
-
getName
- Specified by:
getNamein interfaceFactory.Named<Cipher>- Returns:
- the name of this factory.
-
toString
-