RawCbor
Data item for raw CBOR.
This type can be used to insert a raw CBOR into arrays, maps, or tags without having to first use Cbor.decode to obtain a DataItem. This is never returned when decoding bytes of valid CBOR.
Note that the validity of the passed in encoded CBOR value isn't verified so care should be taken when using this.
Parameters
the bytes of valid CBOR.
Properties
The value of a data item containing a COSE label (either number or string)
The value of a data item containing a COSE_Mac0.
The value of a data item containing a COSE_Sign1.
The date-time from a tstr with tag Tagged.FULL_DATE_STRING.
The date-time from a tstr with tag Tagged.DATE_TIME_STRING.
The decoded CBOR from a bstr with tag Tagged.ENCODED_CBOR.
The value of a data item containing a certificate.
The value of a data item containing a certificate chain.