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

    • Factory

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