TSPinCodeRegistrationResult

Functions

Link copied to clipboard
abstract fun aliasDeviceName(): String

Human-readable alias for this device, set at registration time.

Link copied to clipboard
abstract fun keyId(): String

Identifier of the registered pin code key.

Link copied to clipboard
abstract fun keyType(): String

Cryptographic algorithm of the key (e.g. EC, RSA).

Link copied to clipboard
abstract fun publicKey(): String

Public key associated with the pin code credential, encoded as a Base64 string.

Link copied to clipboard

Context object containing additional registration metadata.