GrafeasV1beta1IntotoSignatureResponse

data class GrafeasV1beta1IntotoSignatureResponse(val keyid: String, val sig: String)

A signature object consists of the KeyID used and the signature itself.

Constructors

Link copied to clipboard
constructor(keyid: String, sig: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
val sig: String