Device
class Device(val type: DeviceTypes, val securityLevel: Int, val flags: Map<String, Any?>, val privateKeyDer: ByteArray, val clientId: ClientIdentification, val vmp: FileHashes?, val systemId: Int, val rawFlags: Int = 0)
Kotlin Multiplatform representation of a Widevine Device file (WVD). Supports the v2 structure used by pywidevine; v1 blobs can be brought forward with migrate.