Interface ClearkeyDecryptionKey

Describes the ClearKey decryption key.

interface ClearkeyDecryptionKey {
    id: string;
    value: string;
}

Properties

Properties

id: string

The identifier of the key.

Remarks


- This is a base64url encoding of the octet sequence containing the key ID.
- See Clear Key License Format.

value: string

The value of the key.

Remarks


- The base64url encoding of the octet sequence containing the symmetric key value.
- See Clear Key License Format.