EnvelopeResponse

data class EnvelopeResponse(val payload: String, val payloadType: String, val signatures: List<EnvelopeSignatureResponse>)

MUST match https://github.com/secure-systems-lab/dsse/blob/master/envelope.proto. An authenticated message of arbitrary type.

Constructors

Link copied to clipboard
fun EnvelopeResponse(payload: String, payloadType: String, signatures: List<EnvelopeSignatureResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The bytes being signed

Link copied to clipboard

The type of payload being signed

Link copied to clipboard

The signatures over the payload