Class ChachaPolyCiphers.Factory

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

public static class ChachaPolyCiphers.Factory extends Object implements Factory.Named<Cipher>
  • Field Details

    • authSize

      private final int authSize
    • keySize

      private final int keySize
    • name

      private final String name
    • cipher

      private final String cipher
  • Constructor Details

    • Factory

      public Factory(int authSize, int keySize, String name, String cipher)
  • Method Details