Skip to main content

Module secure_content

Module secure_content 

Source
Expand description

Secure Content Extension key store types (KeyStore, Consumer, etc.).

Structsยง

AccessRight
Per-consumer access right specifying the wrapped content key.
Consumer
An authorized recipient who can decrypt protected resources.
KeyStore
Represents the Secure Content KeyStore, managing keys and access rights. In 3MF, this holds info about Consumers (recipients) and which resources they can decrypt. Typical flow: Resource is encrypted -> ResourceDataGroup. ResourceDataGroup key is wrapped for each Consumer.
ResourceDataGroup
A group of encrypted resources sharing a single content encryption key.