Class BlockCipherFactory


  • public class BlockCipherFactory
    extends java.lang.Object
    BlockCipherFactory.
    Version:
    $Id: BlockCipherFactory.java,v 1.2 2008/04/01 12:38:09 cplattne Exp $
    • Field Detail

      • ciphers

        static java.util.Vector ciphers
    • Constructor Detail

      • BlockCipherFactory

        public BlockCipherFactory()
    • Method Detail

      • 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)