Class NoneCipher.Factory
- java.lang.Object
-
- net.schmizz.sshj.transport.cipher.NoneCipher.Factory
-
- All Implemented Interfaces:
Factory<Cipher>
,Factory.Named<Cipher>
- Enclosing class:
- NoneCipher
public static class NoneCipher.Factory extends java.lang.Object implements Factory.Named<Cipher>
Named factory for the no-op Cipher
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.schmizz.sshj.common.Factory
Factory.Named<T>
-
Nested classes/interfaces inherited from interface net.schmizz.sshj.common.Factory.Named
Factory.Named.Util
-
-
Constructor Summary
Constructors Constructor Description Factory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Cipher
create()
java.lang.String
getName()
-