Class StreamCiphers.Factory

java.lang.Object
com.hierynomus.sshj.transport.cipher.StreamCiphers.Factory
All Implemented Interfaces:
Factory<Cipher>, Factory.Named<Cipher>
Enclosing class:
StreamCiphers

public static class StreamCiphers.Factory extends Object implements Factory.Named<Cipher>
Named factory for BlockCipher
  • Field Details

    • keysize

      private int keysize
    • cipher

      private String cipher
    • mode

      private String mode
    • name

      private String name
  • Constructor Details

    • Factory

      public Factory(int keysize, String name, String cipher, String mode)
      Parameters:
      keysize - The keysize used in bits.
      name -
      cipher -
      mode -
  • Method Details