EReaderKey

data class EReaderKey(val publicKey: EcPublicKey, val encodedCoseKey: ByteArray)

Represents an ephemeral reader public key used in session establishment.

Contains both the decoded EcPublicKey and its original encoded COSE representation.

Parameters

publicKey

the decoded ephemeral reader public key.

encodedCoseKey

the original CBOR-encoded COSE key as received.

Constructors

Link copied to clipboard
constructor(publicKey: EcPublicKey, encodedCoseKey: ByteArray)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int