Add AES-ECB as a supported encryption mode in ECMG
This commit is contained in:
@@ -71,6 +71,7 @@ message EcmMetaData {
|
||||
DVB_CSA3 = 4;
|
||||
AES_OFB = 5;
|
||||
AES_SCTE52 = 6;
|
||||
AES_ECB = 7;
|
||||
}
|
||||
// Required. The cipher mode used to encrypt/decrypt the content.
|
||||
optional CipherMode cipher_mode = 1;
|
||||
|
||||
Reference in New Issue
Block a user