Class BlockCipherFactory.CipherEntry

java.lang.Object
com.trilead.ssh2.crypto.cipher.BlockCipherFactory.CipherEntry
Enclosing class:
BlockCipherFactory

static class BlockCipherFactory.CipherEntry extends Object
  • Field Details

    • type

      String type
    • blocksize

      int blocksize
    • keysize

      int keysize
    • cipherClass

      String cipherClass
  • Constructor Details

    • CipherEntry

      public CipherEntry(String type, int blockSize, int keySize, String cipherClass)