public class BCryptKDF extends Object
| Constructor and Description | 
|---|
BCryptKDF()  | 
| Modifier and Type | Method and Description | 
|---|---|
static byte[] | 
bcrypt_pbkdf(byte[] pass,
            byte[] salt,
            int keylen,
            int rounds)  | 
public static byte[] bcrypt_pbkdf(byte[] pass,
                                  byte[] salt,
                                  int keylen,
                                  int rounds)
                           throws NoSuchAlgorithmException
NoSuchAlgorithmExceptionCopyright © 2025. All rights reserved.