Package com.identity4j.util.unix
Class BCryptKDF
- java.lang.Object
-
- com.identity4j.util.unix.BCryptKDF
-
public class BCryptKDF extends Object
-
-
Constructor Summary
Constructors Constructor Description BCryptKDF()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static byte[]bcrypt_pbkdf(byte[] pass, byte[] salt, int keylen, int rounds)
-
-
-
Method Detail
-
bcrypt_pbkdf
public static byte[] bcrypt_pbkdf(byte[] pass, byte[] salt, int keylen, int rounds) throws NoSuchAlgorithmException- Throws:
NoSuchAlgorithmException
-
-