onvif
    Preparing search index...

    Interface AsymmetricEncryption

    interface AsymmetricEncryption {
        certificateID: string[];
        keyRotationDuration?: string;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index
    certificateID: string[]

    List of certificates used to encrypt the symmetric key for the PSSH box.

    keyRotationDuration?: string

    Frequency at which the device shall generate a new key to encrypt a new segment. If not specified, key rotation is disabled. KeyRotationDuration must be a positive duration value.