WalletAttestationKeyType

Entries

Link copied to clipboard
@SerialName(value = "software")
SOFTWARE

It MUST be used when the Wallet uses software-based key management.

Link copied to clipboard
@SerialName(value = "hardware")
HARDWARE

It MUST be used when the wallet uses hardware-based key management.

Link copied to clipboard
@SerialName(value = "tee")
TEE

It SHOULD be used when the Wallet uses the Trusted Execution Environment for key management.

Link copied to clipboard
@SerialName(value = "secure_enclave")
SECURE_ENCLAVE

It SHOULD be used when the Wallet uses the Secure Enclave for key management.

Link copied to clipboard
@SerialName(value = "strong_box")
STRONG_BOX

It SHOULD be used when the Wallet uses the Strongbox for key management.

Link copied to clipboard
@SerialName(value = "secure_element")
SECURE_ELEMENT

It SHOULD be used when the Wallet uses a Secure Element for key management.

Link copied to clipboard
@SerialName(value = "hsm")
HSM

It SHOULD be used when the Wallet uses Hardware Security Module (HSM).

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.