public interface FieldStorageScheme
Modifier and Type | Method and Description |
---|---|
boolean |
fieldMatches(String plaintextfield,
String storedField)
Returns true if the supplied plain text field matches the supplied stored field after being
encoded and compared, false otherwise.
|
String |
hashField(String plaintext)
Returns a hashed, salted, and encoded version of the supplied plain text field.
|
String hashField(String plaintext)
plaintext
- a plain text version of the field to encode.boolean fieldMatches(String plaintextfield, String storedField)
plaintextfield
- the plain text field to compare.storedField
- the encoded field to compare.Copyright © 2025 Open Identity Platform Community. All rights reserved.