Class 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 Detail

      • LOGGER

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

      • AESKeyGenerator

        public AESKeyGenerator()