Class AESKeyGenerator

java.lang.Object
org.hobbit.encryption.AESKeyGenerator

public class AESKeyGenerator extends Object
This class generates keys from password and salt for Java AES encryption.
Author:
Ivan Ermilov (iermilov@informatik.uni-leipzig.de)
  • Field Details

    • LOGGER

      private static final org.slf4j.Logger LOGGER
  • Constructor Details

    • AESKeyGenerator

      public AESKeyGenerator()
  • Method Details