Package com.yubico.webauthn.data
Class Extensions.Prf.PrfRegistrationInput
java.lang.Object
com.yubico.webauthn.data.Extensions.Prf.PrfRegistrationInput
- Enclosing class:
- Extensions.Prf
Inputs for the Pseudo-random function extension (
prf
) in registration
ceremonies.- Since:
- 2.7.0
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionenable()
Enable PRF for the created credential, without evaluating the PRF at this time.boolean
eval
(@NonNull Extensions.Prf.PrfValues eval) Enable PRF for the created credential, and attempt to immediately evaluate the PRF with the given inputs.getEval()
PRF inputs to evaluate immediately if possible.int
hashCode()
toString()
-
Method Details
-
getEval
PRF inputs to evaluate immediately if possible. Note that not all authenticators support this, in which case a follow-up authentication ceremony may be needed in order to evaluate the PRF.- Since:
- 2.7.0
- See Also:
-
enable
Enable PRF for the created credential, without evaluating the PRF at this time.- Since:
- 2.7.0
- See Also:
-
eval
public static Extensions.Prf.PrfRegistrationInput eval(@NonNull @NonNull Extensions.Prf.PrfValues eval) Enable PRF for the created credential, and attempt to immediately evaluate the PRF with the given inputs. Note that not all authenticators support this, in which case a follow-up authentication ceremony may be needed in order to evaluate the PRF.- Since:
- 2.7.0
- See Also:
-
equals
-
hashCode
public int hashCode() -
toString
-