public class PBEPasswordService extends Object
| Constructor and Description |
|---|
PBEPasswordService() |
| Modifier and Type | Method and Description |
|---|---|
static char[] |
decryptPassword(char[] masterPassword,
String passwordHint) |
static String |
encryptPassword(PBEAlgo algo,
int iterationCount,
char[] masterPassword,
char[] password) |
public static char[] decryptPassword(char[] masterPassword,
String passwordHint)
throws PasswordResolverException
PasswordResolverExceptionpublic static String encryptPassword(PBEAlgo algo, int iterationCount, char[] masterPassword, char[] password) throws PasswordResolverException
PasswordResolverExceptionCopyright © 2017. All rights reserved.