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 voidcheckCipherList(String[] cipherCandidates) static BlockCiphercreateCipher(String type, boolean encrypt, byte[] key, byte[] iv) static intgetBlockSize(String type) static String[]static intgetKeySize(String type)
-
Constructor Details
-
BlockCipherFactory
public BlockCipherFactory()
-
-
Method Details
-
getDefaultCipherList
-
checkCipherList
-
createCipher
-
getBlockSize
-
getKeySize
-