Class BlowfishCBC.Factory

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

public static class BlowfishCBC.Factory extends Object implements Factory.Named<Cipher>
Named factory for BlowfishCBC Cipher
  • Constructor Details

    • Factory

      public Factory()
  • Method Details