| Package | Description |
|---|---|
| org.daveware.passwordmaker |
| Modifier and Type | Method and Description |
|---|---|
SecureUTF8String |
AccountManager.generatePassword(CharSequence masterPassword,
String inputText,
String username)
Generate the password based on the masterPassword from the matching account from the inputtext
|
SecureUTF8String |
PasswordMaker.generateVerificationCode(SecureUTF8String masterPassword) |
SecureUTF8String |
PasswordMaker.makePassword(SecureUTF8String masterPassword,
Account account)
Generates a hash of the master password with settings from the account.
|
SecureUTF8String |
PasswordMaker.makePassword(SecureUTF8String masterPassword,
Account account,
String inputText)
Generates a hash of the master password with settings from the account.
|
SecureUTF8String |
PasswordMaker.makePassword(SecureUTF8String masterPassword,
Account account,
String inputText,
String username)
Generates a hash of the master password with settings from the account.
|
SecureUTF8String |
PasswordMaker.rstr2any(char[] input,
String encoding,
boolean trim)
Maps an array of characters to another character set.
|
| Modifier and Type | Method and Description |
|---|---|
SecureUTF8String |
PasswordMaker.generateVerificationCode(SecureUTF8String masterPassword) |
SecureUTF8String |
PasswordMaker.makePassword(SecureUTF8String masterPassword,
Account account)
Generates a hash of the master password with settings from the account.
|
SecureUTF8String |
PasswordMaker.makePassword(SecureUTF8String masterPassword,
Account account,
String inputText)
Generates a hash of the master password with settings from the account.
|
SecureUTF8String |
PasswordMaker.makePassword(SecureUTF8String masterPassword,
Account account,
String inputText,
String username)
Generates a hash of the master password with settings from the account.
|
boolean |
AccountManager.matchesPasswordHash(SecureUTF8String masterPassword) |
| Constructor and Description |
|---|
SecureByteArray(SecureUTF8String str) |
SecureUTF8String(SecureUTF8String copy) |
Copyright © 2018. All rights reserved.