createDrivingPrivilegesHtml

fun createDrivingPrivilegesHtml(encodedElementValue: ByteArray): String

Creates a string with HTML that renders the Driving Privileges field in a more human-readable format.

TODO: We should consider moving this to MdocDataElement.renderValue(), with a parameter to switch between text/plain and text/html.

Parameters

encodedElementValue

The CBOR-encoded value of the driving_privileges element.