CML
    Preparing search index...

    Type Alias EnsureEncryptedInitOptions

    Options for the ensureEncryptedInit function.

    type EnsureEncryptedInitOptions = {
        defaultKid: number[];
        includeOriginal: boolean;
        prepend: boolean;
        schemeType: number;
    }
    Index

    Properties

    defaultKid: number[]

    The default KID to use for the encryption.

    [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]

    includeOriginal: boolean

    Whether to include the original init segment in the result.

    true

    prepend: boolean

    Whether to prepend the encrypted entries to the sample table.

    true

    schemeType: number

    The scheme type to use for the encryption. Defaults to cenc.

    1667591779