DeviceAuth

sealed class DeviceAuth

A structure containing either an ECDSA signature or a MAC, for use in ISO 18013-5 device authentication.

Inheritors

Types

Link copied to clipboard
data class Ecdsa(val signature: CoseSign1) : DeviceAuth

A signature for ISO 18013-5 device authentication.

Link copied to clipboard
data class Mac(val mac: CoseMac0) : DeviceAuth

A MAC for ISO 18013-5 device authentication.