CryptoDeviceInfo

fun CryptoDeviceInfo(    deviceId: String,     userId: String,     algorithms: List<String>? = null,     keys: Map<String, String>? = null,     signatures: Map<String, Map<String, String>>? = null,     unsigned: UnsignedDeviceInfo? = null,     trustLevel: DeviceTrustLevel? = null,     isBlocked: Boolean = false,     firstTimeSeenLocalTs: Long? = null)