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
  • 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