Class AES128CTR.Factory

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

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

    • Factory

      public Factory()
  • Method Details