THEOplayer Web SDK
    Preparing search index...

    Interface ClearkeyDecryptionKey

    Describes the ClearKey decryption key.

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

    Properties

    Properties

    id: string

    The identifier of the key.


    - 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.


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