| Package | Description |
|---|---|
| org.daveware.passwordmaker |
| Modifier and Type | Method and Description |
|---|---|
SecureCharArray |
AccountManager.generatePassword(CharSequence masterPassword,
String inputText) |
SecureCharArray |
PasswordMaker.generateVerificationCode(SecureCharArray masterPassword) |
SecureCharArray |
AccountManager.getCurrentPasswordHash() |
SecureCharArray |
PasswordMaker.makePassword(SecureCharArray masterPassword,
Account account)
Generates a hash of the master password with settings from the account.
|
SecureCharArray |
PasswordMaker.makePassword(SecureCharArray masterPassword,
Account account,
String inputText)
Generates a hash of the master password with settings from the account.
|
SecureCharArray |
PasswordMaker.rstr2any(char[] input,
String encoding,
boolean trim)
Maps an array of characters to another character set.
|
| 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.
|
SecureCharArray |
PasswordMaker.generateVerificationCode(SecureCharArray masterPassword) |
static void |
LeetEncoder.leetConvert(LeetLevel level,
SecureCharArray message)
Converts a SecureCharArray into a new SecureCharArray with any applicable
characters converted to leet-speak.
|
SecureCharArray |
PasswordMaker.makePassword(SecureCharArray masterPassword,
Account account)
Generates a hash of the master password with settings from the account.
|
SecureCharArray |
PasswordMaker.makePassword(SecureCharArray masterPassword,
Account account,
String inputText)
Generates a hash of the master password with settings from the account.
|
boolean |
AccountManager.matchesPasswordHash(SecureCharArray masterPassword) |
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 © 2014. All rights reserved.