Class AES256CBC.Factory

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

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

    • Factory

      public Factory()
  • Method Details