Package | Description |
---|---|
org.forgerock.selfservice.core.util |
This package contains core utility methods and classes.
|
org.forgerock.selfservice.stages.kba |
This package contains a common user kba stage implementation.
|
Modifier and Type | Method and Description |
---|---|
static JsonValue |
Answers.hashAnswer(CryptoService cryptoService,
JsonValue answer)
Hashes the given answer.
|
void |
SecurityAnswer.verifyAndHashInput(CryptoService cryptoService,
JsonValue kba,
Map<String,Map<String,String>> kbaQuestions)
Verifies and hashes the input provided for security questions and answers.
|
Modifier and Type | Field and Description |
---|---|
protected CryptoService |
AbstractKbaStage.cryptoService
The instance of
CryptoService . |
Copyright © 2010-2018, ForgeRock All Rights Reserved.