Class BlowfishCBC.Factory
- java.lang.Object
-
- net.schmizz.sshj.transport.cipher.BlowfishCBC.Factory
-
- All Implemented Interfaces:
Factory<Cipher>
,Factory.Named<Cipher>
- Enclosing class:
- BlowfishCBC
public static class BlowfishCBC.Factory extends java.lang.Object implements Factory.Named<Cipher>
Named factory for BlowfishCBC 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 Detail
-
create
public Cipher create()
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceFactory.Named<Cipher>
- Returns:
- the name of this factory.
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-