static void initDrmKey(MobiData data, List<int> key) { data.drm ??= MobiDrm(); data.drm!.key = key; }