Package | Description |
---|---|
org.forgerock.selfservice.core.crypto |
Modifier and Type | Method and Description |
---|---|
JsonValue |
CryptoService.hash(String plainTextValue,
String algorithm)
Hashes a string value.
|
boolean |
CryptoService.matches(String plainTextValue,
JsonValue value)
Returns true if the supplied plain text value of a field matches the supplied
hashed value.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.