Package | Description |
---|---|
org.passay |
Modifier and Type | Class and Description |
---|---|
static class |
PasswordData.PrefixSalt
A salt that is concatenated as a prefix to the password data.
|
static class |
PasswordData.SuffixSalt
A salt that is concatenated as a suffix to the password data.
|
Modifier and Type | Method and Description |
---|---|
default PasswordData.Salt |
PasswordData.Reference.getSalt()
Returns the salt that was applied to the reference password before digesting it.
|
PasswordData.Salt |
PasswordData.AbstractReference.getSalt() |
Constructor and Description |
---|
AbstractReference(String lbl,
String pass,
PasswordData.Salt slt)
Creates a new abstract reference.
|
HistoricalReference(String lbl,
String pass,
PasswordData.Salt slt)
Creates a new historical reference.
|
SourceReference(String lbl,
String pass,
PasswordData.Salt slt)
Creates a new source reference.
|
Copyright © 2003-2024 Virginia Tech. All Rights Reserved.