UvmEntry.Builder
Stay organized with collections
Save and categorize content based on your preferences.
Public Constructor Summary
Inherited Method Summary
From class java.lang.Object
Object
|
clone()
|
boolean |
|
void |
finalize()
|
final Class<?>
|
getClass()
|
int |
hashCode()
|
final void |
notify()
|
final void |
notifyAll()
|
String
|
toString()
|
final void |
wait(long arg0, int arg1)
|
final void |
wait(long arg0)
|
final void |
wait()
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-31 UTC.
[null,null,["Last updated 2024-10-31 UTC."],[[["\u003cp\u003e\u003ccode\u003ePublicKeyCredentialCreationOptions.Builder\u003c/code\u003e is used to create \u003ccode\u003ePublicKeyCredentialCreationOptions\u003c/code\u003e objects for FIDO2 registration.\u003c/p\u003e\n"],["\u003cp\u003eIt provides methods to set various parameters like challenge, relying party information, user information, and authenticator constraints.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003ebuild()\u003c/code\u003e method creates the final \u003ccode\u003ePublicKeyCredentialCreationOptions\u003c/code\u003e object.\u003c/p\u003e\n"],["\u003cp\u003eDevelopers can use this builder to customize the registration process based on their specific requirements.\u003c/p\u003e\n"],["\u003cp\u003eThe builder includes options for setting attestation conveyance preference, authenticator selection criteria, and timeout duration.\u003c/p\u003e\n"]]],["The `UvmEntry.Builder` class facilitates the creation of `UvmEntry` objects. It features a constructor and three methods: `setKeyProtectionType` to define key protection, `setMatcherProtectionType` for matcher protection, and `setUserVerificationMethod` to specify user verification. The `build` method finalizes the creation of a `UvmEntry` object using the previously defined properties.\n"],null,["# UvmEntry.Builder\n\npublic static final class **UvmEntry.Builder** extends [Object](//developer.android.com/reference/java/lang/Object.html) \nBuilder for [UvmEntry](/android/reference/com/google/android/gms/fido/fido2/api/common/UvmEntry). \n\n### Public Constructor Summary\n\n|---|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| | [Builder](/android/reference/com/google/android/gms/fido/fido2/api/common/UvmEntry.Builder#Builder())() The constructor of [UvmEntry.Builder](/android/reference/com/google/android/gms/fido/fido2/api/common/UvmEntry.Builder). |\n\n### Public Method Summary\n\n|------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| [UvmEntry](/android/reference/com/google/android/gms/fido/fido2/api/common/UvmEntry) | [build](/android/reference/com/google/android/gms/fido/fido2/api/common/UvmEntry.Builder#build())() Builds the [UvmEntry](/android/reference/com/google/android/gms/fido/fido2/api/common/UvmEntry) object. |\n| [UvmEntry.Builder](/android/reference/com/google/android/gms/fido/fido2/api/common/UvmEntry.Builder) | [setKeyProtectionType](/android/reference/com/google/android/gms/fido/fido2/api/common/UvmEntry.Builder#setKeyProtectionType(short))(short keyProtectionType) |\n| [UvmEntry.Builder](/android/reference/com/google/android/gms/fido/fido2/api/common/UvmEntry.Builder) | [setMatcherProtectionType](/android/reference/com/google/android/gms/fido/fido2/api/common/UvmEntry.Builder#setMatcherProtectionType(short))(short matcherProtectionType) |\n| [UvmEntry.Builder](/android/reference/com/google/android/gms/fido/fido2/api/common/UvmEntry.Builder) | [setUserVerificationMethod](/android/reference/com/google/android/gms/fido/fido2/api/common/UvmEntry.Builder#setUserVerificationMethod(int))(int userVerificationMethod) |\n\n### Inherited Method Summary\n\nFrom class java.lang.Object \n\n|----------------------------------------------------------------------------|--------------------------------------------------------------------------------|\n| [Object](//developer.android.com/reference/java/lang/Object.html) | clone() |\n| boolean | equals([Object](//developer.android.com/reference/java/lang/Object.html) arg0) |\n| void | finalize() |\n| final [Class](//developer.android.com/reference/java/lang/Class.html)\\\u003c?\\\u003e | getClass() |\n| int | hashCode() |\n| final void | notify() |\n| final void | notifyAll() |\n| [String](//developer.android.com/reference/java/lang/String.html) | toString() |\n| final void | wait(long arg0, int arg1) |\n| final void | wait(long arg0) |\n| final void | wait() |\n\nPublic Constructors\n-------------------\n\n#### public **Builder** ()\n\nThe constructor of [UvmEntry.Builder](/android/reference/com/google/android/gms/fido/fido2/api/common/UvmEntry.Builder).\n\nPublic Methods\n--------------\n\n#### public [UvmEntry](/android/reference/com/google/android/gms/fido/fido2/api/common/UvmEntry)\n**build** ()\n\nBuilds the [UvmEntry](/android/reference/com/google/android/gms/fido/fido2/api/common/UvmEntry)\nobject. \n\n#### public [UvmEntry.Builder](/android/reference/com/google/android/gms/fido/fido2/api/common/UvmEntry.Builder)\n**setKeyProtectionType** (short keyProtectionType)\n\n#### public [UvmEntry.Builder](/android/reference/com/google/android/gms/fido/fido2/api/common/UvmEntry.Builder)\n**setMatcherProtectionType** (short matcherProtectionType)\n\n#### public [UvmEntry.Builder](/android/reference/com/google/android/gms/fido/fido2/api/common/UvmEntry.Builder)\n**setUserVerificationMethod** (int userVerificationMethod)"]]