| Package | Description |
|---|---|
| org.daveware.passwordmaker |
| Modifier and Type | Field and Description |
|---|---|
static AlgorithmType |
AlgorithmType.MD4 |
static AlgorithmType |
AlgorithmType.MD5 |
static AlgorithmType |
AlgorithmType.RIPEMD160 |
static AlgorithmType |
AlgorithmType.SHA1 |
static AlgorithmType |
AlgorithmType.SHA256 |
| Modifier and Type | Method and Description |
|---|---|
AlgorithmType |
Account.getAlgorithm() |
AlgorithmType |
AccountBuilder.getAlgorithm() |
static AlgorithmType |
AlgorithmType.getFirstAvailableForId() |
static AlgorithmType[] |
AlgorithmType.getTypes() |
| Modifier and Type | Method and Description |
|---|---|
Pair<AlgorithmType,Boolean> |
RDFDatabaseReader.fromRdfString(Account account,
String algorithm) |
static Pair<AlgorithmType,Boolean> |
AlgorithmType.fromRdfString(String str,
boolean convert)
Converts a string to an algorithm type.
|
| Modifier and Type | Method and Description |
|---|---|
int |
AlgorithmType.compareTo(AlgorithmType o) |
void |
Account.setAlgorithm(AlgorithmType algorithm) |
AccountBuilder |
AccountBuilder.setAlgorithm(AlgorithmType algorithm) |
| Constructor and Description |
|---|
Account(String name,
String desc,
String url,
String username,
AlgorithmType algorithm,
boolean hmac,
boolean trim,
int length,
String characterSet,
LeetType leetType,
LeetLevel leetLevel,
String modifier,
String prefix,
String suffix,
boolean sha256Bug)
Constructor which allows all members to be defined except for the ID which
will be constructed from a SHA-1 hash of the URL + username.
|
Account(String name,
String desc,
String url,
String username,
AlgorithmType algorithm,
boolean hmac,
boolean trim,
int length,
String characterSet,
LeetType leetType,
LeetLevel leetLevel,
String modifier,
String prefix,
String suffix,
boolean sha256Bug,
String id)
See the other constructor
|
Copyright © 2018. All rights reserved.