WalletAttestationUserAuthentication

Entries

Link copied to clipboard
@SerialName(value = "system_biometry")
SYSTEM_BIOMETRY

It MUST be used when the key usage is authorized by the mobile operating system using a biometric factor.

Link copied to clipboard
@SerialName(value = "system_pin")
SYSTEM_PIN

It MUST be used when the key usage is authorized by the mobile operating system using personal identification number (PIN).

Link copied to clipboard
@SerialName(value = "internal_biometry")
INTERNAL_BIOMETRY

It MUST be used when the key usage is authorized by the Wallet using a biometric factor.

Link copied to clipboard
@SerialName(value = "internal_pin")
INTERNAL_PIN

It MUST be used when the key usage is authorized by the Wallet using PIN.

Link copied to clipboard
@SerialName(value = "secure_element_pin")
SECURE_ELEMENT_PIN

It MUST be used when the key usage is authorized by the secure element managing the key itself using PIN.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.