Add AES-ECB as a supported encryption mode in ECMG

This commit is contained in:
Lu Chen
2021-09-07 18:08:13 -07:00
parent b3a5fff77d
commit c387750897
11 changed files with 48 additions and 10 deletions

View File

@@ -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;