Package org.passay
Interface PasswordData.Reference
-
- All Known Implementing Classes:
PasswordData.AbstractReference
,PasswordData.HistoricalReference
,PasswordData.SourceReference
- Enclosing class:
- PasswordData
public static interface PasswordData.Reference
Reference to another password.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description String
getPassword()
Returns the password associated with this reference.default PasswordData.Salt
getSalt()
Returns the salt that was applied to the reference password before digesting it.
-
-
-
Method Detail
-
getPassword
String getPassword()
Returns the password associated with this reference.- Returns:
- password string
-
getSalt
default PasswordData.Salt getSalt()
Returns the salt that was applied to the reference password before digesting it.- Returns:
- salt the salt that was applied to the password, or null if no salt was applied
-
-