Class AES128CBC.Factory

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

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

    • Factory

      public Factory()
  • Method Details