Package | Description |
---|---|
org.forgerock.selfservice.core.crypto |
This package contains crypto related implementations for self-service.
|
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 © 2010-2018, ForgeRock All Rights Reserved.