| Package | Description |
|---|---|
| org.daveware.passwordmaker |
| Modifier and Type | Class and Description |
|---|---|
class |
SecureUTF8String |
| Modifier and Type | Method and Description |
|---|---|
SecureCharArray |
AccountManager.generatePassword(CharSequence masterPassword,
String inputText)
Same as the other version with username being sent null.
|
SecureCharArray |
AccountManager.getCurrentPasswordHash() |
| Modifier and Type | Method and Description |
|---|---|
void |
SecureCharArray.append(SecureCharArray arr)
Appends another SecureCharArray to this one.
|
static double |
PasswordMaker.calcPasswordStrength(SecureCharArray pw)
Calculates the strength of a password.
|
static void |
LeetEncoder.leetConvert(LeetLevel level,
SecureCharArray message)
Converts a SecureCharArray into a new SecureCharArray with any applicable
characters converted to leet-speak.
|
void |
SecureCharArray.prepend(SecureCharArray arr)
Prepends this array with another SecureCharArray.
|
void |
SecureCharArray.replace(SecureCharArray arr)
Replaces the contents of this array with a copy of those in arr, resizing
the array as needed.
|
void |
AccountManager.replaceCurrentPasswordHash(SecureCharArray hash,
String salt) |
| Constructor and Description |
|---|
SecureCharArray(SecureCharArray copy) |
Copyright © 2018. All rights reserved.