ch.ethz.ssh2.crypto.cipher
Class BlockCipherFactory
java.lang.Object
ch.ethz.ssh2.crypto.cipher.BlockCipherFactory
public class BlockCipherFactory
extends java.lang.Object
BlockCipherFactory.
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)
getDefaultCipherList
public static String[] getDefaultCipherList()
getKeySize
public static int getKeySize(String type)