Support for group license
Content keys in ECM v3 can now additionally be encrypted by group entitlement keys.
This commit is contained in:
@@ -27,9 +27,14 @@ message CasEncryptionRequest {
|
||||
// returned.
|
||||
optional bool key_rotation = 4;
|
||||
// Optional value which can be used to indicate a group.
|
||||
// If present the CasEncryptionResponse will return key based on the group
|
||||
// id.
|
||||
// If present, the CasEncryptionResponse will return keys based on this group
|
||||
// id, instead of |content_id|.
|
||||
optional bytes group_id = 5;
|
||||
// Entitlement period index for media using entitlement key rotation. It
|
||||
// always corresponds to the entitlement key period. If present, the
|
||||
// entitlement keys returned will corresponds to the specified entitlement
|
||||
// period index.
|
||||
optional uint32 entitlement_period_index = 6;
|
||||
}
|
||||
|
||||
message CasEncryptionResponse {
|
||||
|
||||
Reference in New Issue
Block a user