mkEncryption() function
Generate encryption parameters from from an encryption KeyID and Key, in the form KEYID:KEY, both 16byte hexadecimal
Signature:
export declare function mkEncryption(encryption: string | undefined, pssh?: string | undefined): EncryptionSettings | undefined;
Parameters
Parameter | Type | Description |
---|---|---|
encryption |
string | undefined |
|
pssh |
string | undefined |
(Optional) |
Returns:
EncryptionSettings | undefined