UefiKeyResponse

data class UefiKeyResponse(val type: String? = null, val value: List<String>? = null)

A UEFI key signature.

Constructors

Link copied to clipboard
constructor(type: String? = null, value: List<String>? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val type: String? = null

The type of key signature.

Link copied to clipboard
val value: List<String>? = null

The value of the key signature.