Class AES256CTR.Factory

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

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

    • Factory

      public Factory()
  • Method Details