Interface CryptoParameters


  • public interface CryptoParameters
    CryptoParameters used for encryption/decrytpion.
    Author:
    Siegfried Goeschl
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String ALGORITHM
      The default crypto algorithm being used
      static int COUNT
      Parameter for PBEParameterSpec
    • Method Summary

      Static Methods 
      Modifier and Type Method Description
      static byte[] Salt()
      The password salt: update to a method to prevent malicious code bug.
    • Method Detail

      • Salt

        static byte[] Salt()
        The password salt: update to a method to prevent malicious code bug.
        Returns:
        the salt