Class NoneCipher.Factory

java.lang.Object
net.schmizz.sshj.transport.cipher.NoneCipher.Factory
All Implemented Interfaces:
Factory<Cipher>, Factory.Named<Cipher>
Enclosing class:
NoneCipher

public static class NoneCipher.Factory extends Object implements Factory.Named<Cipher>
Named factory for the no-op Cipher
  • Constructor Details

    • Factory

      public Factory()
  • Method Details