| Package | Description |
|---|---|
| org.daveware.passwordmaker |
| Modifier and Type | Field and Description |
|---|---|
static LeetType |
LeetType.AFTER |
static LeetType |
LeetType.BEFORE |
static LeetType |
LeetType.BOTH |
static LeetType |
LeetType.NONE |
static LeetType[] |
LeetType.TYPES |
| Modifier and Type | Method and Description |
|---|---|
static LeetType |
LeetType.fromRdfString(String str) |
LeetType |
Account.getLeetType() |
LeetType |
AccountBuilder.getLeetType() |
| Modifier and Type | Method and Description |
|---|---|
int |
LeetType.compareTo(LeetType o) |
void |
Account.setLeetType(LeetType leetType) |
AccountBuilder |
AccountBuilder.setLeetType(LeetType leetType) |
| 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.