Expand description
Secure Content Extension key store types (KeyStore, Consumer, etc.).
Structsยง
- Access
Right - 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.
- Resource
Data Group - A group of encrypted resources sharing a single content encryption key.