com.trilead.ssh2.crypto.cipher
Class BlockCipherFactory
java.lang.Object
com.trilead.ssh2.crypto.cipher.BlockCipherFactory
public class BlockCipherFactory
- extends java.lang.Object
BlockCipherFactory.
- Version:
- $Id: BlockCipherFactory.java,v 1.2 2008/04/01 12:38:09 cplattne Exp $
- Author:
- Christian Plattner, plattner@trilead.com
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BlockCipherFactory
public BlockCipherFactory()
getDefaultCipherList
public static java.lang.String[] getDefaultCipherList()
checkCipherList
public static void checkCipherList(java.lang.String[] cipherCandidates)
createCipher
public static BlockCipher createCipher(java.lang.String type,
boolean encrypt,
byte[] key,
byte[] iv)
getBlockSize
public static int getBlockSize(java.lang.String type)
getKeySize
public static int getKeySize(java.lang.String type)
1232432