Class BlockCipherFactory
java.lang.Object
com.trilead.ssh2.crypto.cipher.BlockCipherFactory
BlockCipherFactory.
- Version:
- $Id: BlockCipherFactory.java,v 1.2 2008/04/01 12:38:09 cplattne Exp $
- Author:
- Christian Plattner, plattner@trilead.com
-
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
-