Class BlockCipherFactory

java.lang.Object
com.trilead.ssh2.crypto.cipher.BlockCipherFactory

public class BlockCipherFactory extends Object
BlockCipherFactory.
  • Constructor Details

    • BlockCipherFactory

      public BlockCipherFactory()
  • Method Details

    • getDefaultCipherList

      public static String[] getDefaultCipherList()
    • checkCipherList

      public static void checkCipherList(String[] cipherCandidates)
    • createCipher

      public static BlockCipher createCipher(String type, boolean encrypt, byte[] key, byte[] iv)
    • getBlockSize

      public static int getBlockSize(String type)
    • getKeySize

      public static int getKeySize(String type)