Package com.skava.marketplace.util
Class EncryptionUtils
java.lang.Object
com.skava.marketplace.util.EncryptionUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic SecretKey
getAESKey
(int keysize) static SecretKey
getAESKeyFromPassword
(char[] password, byte[] salt)
-
Method Details
-
getAESKey
- Throws:
NoSuchAlgorithmException
-
getAESKeyFromPassword
-