Package com.trilead.ssh2.crypto.cipher
Class BlockCipherFactory
java.lang.Object
com.trilead.ssh2.crypto.cipher.BlockCipherFactory
BlockCipherFactory.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic void
checkCipherList
(String[] cipherCandidates) static BlockCipher
createCipher
(String type, boolean encrypt, byte[] key, byte[] iv) static int
getBlockSize
(String type) static String[]
static int
getKeySize
(String type)
-
Constructor Details
-
BlockCipherFactory
public BlockCipherFactory()
-
-
Method Details
-
getDefaultCipherList
-
checkCipherList
-
createCipher
-
getBlockSize
-
getKeySize
-