Class BlockCiphers.Factory
java.lang.Object
com.hierynomus.sshj.transport.cipher.BlockCiphers.Factory
- All Implemented Interfaces:
Factory<Cipher>, Factory.Named<Cipher>
- Enclosing class:
BlockCiphers
Named factory for BlockCipher
-
Nested Class Summary
Nested classes/interfaces inherited from interface Factory
Factory.Named<T>Nested classes/interfaces inherited from interface Factory.Named
Factory.Named.Util -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
keysize
private final int keysize -
cipher
-
mode
-
name
-
ivsize
private final int ivsize
-
-
Constructor Details
-
Factory
-
-
Method Details
-
create
-
getName
- Specified by:
getNamein interfaceFactory.Named<Cipher>- Returns:
- the name of this factory.
-
toString
-