Package org.hobbit.encryption
Class AESKeyGenerator
java.lang.Object
org.hobbit.encryption.AESKeyGenerator
This class generates keys from password and salt for Java AES encryption.
- Author:
- Ivan Ermilov (iermilov@informatik.uni-leipzig.de)
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
LOGGER
private static final org.slf4j.Logger LOGGER
-
-
Constructor Details
-
AESKeyGenerator
public AESKeyGenerator()
-
-
Method Details
-
generate
-