Class AES192CTR.Factory

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

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

    • Factory

      public Factory()
  • Method Details