Class SymKeyGen


  • public class SymKeyGen
    extends java.lang.Object
    Most of this code is Deprecated look at JCASymKeyGen.java for sample.
    • Method Detail

      • genIV

        public IVParameterSpec genIV​(int blockSize)
                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • genSalt

        public byte[] genSalt​(int saltSize)
                       throws java.lang.Exception
        Throws:
        java.lang.Exception
      • main

        public static void main​(java.lang.String[] args)