Class GcmCiphers.Factory
java.lang.Object
com.hierynomus.sshj.transport.cipher.GcmCiphers.Factory
- All Implemented Interfaces:
Factory<Cipher>,Factory.Named<Cipher>
- Enclosing class:
GcmCiphers
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 final int keysize -
authSize
private final int authSize -
cipher
-
mode
-
name
-
ivsize
private final int ivsize
-
-
Constructor Details
-
Factory
- Parameters:
ivsize-keysize- The keysize used in bits.name-cipher-mode-
-
-
Method Details