setEDeviceKeyBytes

abstract fun setEDeviceKeyBytes(encodedEDeviceKeyBytes: ByteArray)

Sets the bytes of EDeviceKeyBytes.

This is required for some transports, for example BLE. Listeners (e.g. mdoc apps) will pass the value they generate and initiators (e.g. mdoc reader apps) will pass the value they receive through device engagement.

This should be called before calling connect.

Parameters

encodedEDeviceKeyBytes

bytes of EDeviceKeyBytes CBOR.