Class TripleDESCBC.Factory

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

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

    • Factory

      public Factory()
  • Method Details