Class RecoveryAuthnCodesUtils


  • public class RecoveryAuthnCodesUtils
    extends Object
    • Field Detail

      • UPPERNUM

        public static final char[] UPPERNUM
      • RECOVERY_AUTHN_CODES_INPUT_DEFAULT_ERROR_MESSAGE

        public static final String RECOVERY_AUTHN_CODES_INPUT_DEFAULT_ERROR_MESSAGE
        See Also:
        Constant Field Values
    • Constructor Detail

      • RecoveryAuthnCodesUtils

        public RecoveryAuthnCodesUtils()
    • Method Detail

      • hashRawCode

        public static String hashRawCode​(String rawGeneratedCode)
      • verifyRecoveryCodeInput

        public static boolean verifyRecoveryCodeInput​(String rawInputRecoveryCode,
                                                      String hashedSavedRecoveryCode)
      • generateRawCodes

        public static List<String> generateRawCodes()