putEntry

fun putEntry(nameSpaceName: String, dataElementName: String, value: ByteArray): NameSpacedData.Builder

Adds a raw CBOR value to the builder.

For performance-reasons the passed in value isn't validated and it's the responsibility of the application to perform this check if for example operating on untrusted data.

Return

the builder.

Parameters

nameSpaceName

the name space name.

dataElementName

the data element name.

value

the bytes of the CBOR.