You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is it possible in CDDL to specify which internal structure a COSE payload data should have?
I want to encrypt CBOR data. I have defined a CDDL fragment of the data that should be encrypted. e.g.:
Does CDDL provide a construct to define this relationship, that the payload of my-container.confidential should be a CBOR structure compliant with my-encrypted-cbor-data?
The text was updated successfully, but these errors were encountered:
Is it possible in CDDL to specify which internal structure a COSE payload data should have?
I want to encrypt CBOR data. I have defined a CDDL fragment of the data that should be encrypted. e.g.:
And I have a CDDL fragment which contains a
COSE_Encrypt0
object:Does CDDL provide a construct to define this relationship, that the payload of
my-container.confidential
should be a CBOR structure compliant withmy-encrypted-cbor-data
?The text was updated successfully, but these errors were encountered: