UvmEntry

  • The UvmEntry class represents a single User Verification Method Entry as defined in the WebAuthn specification and implements the Parcelable interface.

  • It includes methods to retrieve key and matcher protection types, as well as the user verification method.

  • A Builder class is provided for creating UvmEntry objects.

public class UvmEntry extends Object
implements Parcelable

Represents a single User Verification Method Entry as defined at UVMEntry.

Nested Class Summary

class UvmEntry.Builder Builder for UvmEntry

Inherited Constant Summary

Public Method Summary

boolean
short
short
int
int
void
writeToParcel(Parcel dest, int flags)

Inherited Method Summary

Public Methods

public boolean equals (Object obj)

public short getKeyProtectionType ()

public short getMatcherProtectionType ()

public int getUserVerificationMethod ()

public int hashCode ()

public void writeToParcel (Parcel dest, int flags)