Envelope Response
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>)