public class RecoveryAuthnCodesUtils extends Object
Modifier and Type | Field and Description |
---|---|
static String |
FIELD_RECOVERY_CODE_IN_BROWSER_FLOW |
static String |
NOM_ALGORITHM_TO_HASH |
static int |
NUM_HASH_ITERATIONS |
static String |
RECOVERY_AUTHN_CODES_INPUT_DEFAULT_ERROR_MESSAGE |
static char[] |
UPPERNUM |
Constructor and Description |
---|
RecoveryAuthnCodesUtils() |
Modifier and Type | Method and Description |
---|---|
static List<String> |
generateRawCodes() |
static String |
hashRawCode(String rawGeneratedCode) |
static boolean |
verifyRecoveryCodeInput(String rawInputRecoveryCode,
String hashedSavedRecoveryCode) |
public static final char[] UPPERNUM
public static final String NOM_ALGORITHM_TO_HASH
public static final int NUM_HASH_ITERATIONS
public static final String RECOVERY_AUTHN_CODES_INPUT_DEFAULT_ERROR_MESSAGE
public static final String FIELD_RECOVERY_CODE_IN_BROWSER_FLOW
Copyright © 2025 JBoss by Red Hat. All rights reserved.