AI-generated Key Takeaways
-
PublicKeyCredentialCreationOptions.Builder
is used to createPublicKeyCredentialCreationOptions
objects for FIDO2 registration. -
It provides methods to set various parameters like challenge, relying party information, user information, and authenticator constraints.
-
The
build()
method creates the finalPublicKeyCredentialCreationOptions
object. -
Developers can use this builder to customize the registration process based on their specific requirements.
-
The builder includes options for setting attestation conveyance preference, authenticator selection criteria, and timeout duration.
Builder for UvmEntry
.
Public Constructor Summary
Builder()
The constructor of
UvmEntry.Builder .
|
Public Method Summary
UvmEntry | |
UvmEntry.Builder |
setKeyProtectionType(short keyProtectionType)
|
UvmEntry.Builder |
setMatcherProtectionType(short matcherProtectionType)
|
UvmEntry.Builder |
setUserVerificationMethod(int userVerificationMethod)
|
Inherited Method Summary
Public Constructors
public Builder ()
The constructor of
UvmEntry.Builder
.