Class AES192CBC.Factory

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

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

    • Factory

      public Factory()
  • Method Details