UvmEntry.Builder

  • PublicKeyCredentialCreationOptions.Builder is used to create PublicKeyCredentialCreationOptions 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 final PublicKeyCredentialCreationOptions 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.

public static final class UvmEntry.Builder extends Object

Builder for UvmEntry.

Public Constructor Summary

Builder()
The constructor of UvmEntry.Builder.

Public Method Summary

UvmEntry
build()
Builds the UvmEntry object.
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.

Public Methods

public UvmEntry build ()

Builds the UvmEntry object.

public UvmEntry.Builder setKeyProtectionType (short keyProtectionType)

public UvmEntry.Builder setMatcherProtectionType (short matcherProtectionType)

public UvmEntry.Builder setUserVerificationMethod (int userVerificationMethod)