public static class PasswordData.SourceReference extends PasswordData.AbstractReference
| Constructor and Description |
|---|
SourceReference(String pass)
Creates a new source reference.
|
SourceReference(String lbl,
String pass)
Creates a new source reference.
|
SourceReference(String lbl,
String pass,
PasswordData.Salt slt)
Creates a new source reference.
|
public SourceReference(String pass)
pass - password stringpublic SourceReference(String lbl, String pass)
lbl - label for this passwordpass - password stringpublic SourceReference(String lbl, String pass, PasswordData.Salt slt)
lbl - label for this passwordpass - password stringslt - salt that was applied to passwordCopyright © 2003-2024 Virginia Tech. All Rights Reserved.