Class StreamCiphers.Factory
java.lang.Object
com.hierynomus.sshj.transport.cipher.StreamCiphers.Factory
- All Implemented Interfaces:
Factory<Cipher>
,Factory.Named<Cipher>
- Enclosing class:
StreamCiphers
Named factory for BlockCipher
-
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
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
keysize
private int keysize -
cipher
-
mode
-
name
-
-
Constructor Details
-
Factory
- Parameters:
keysize
- The keysize used in bits.name
-cipher
-mode
-
-
-
Method Details