Generic Signed Attestation Response
data class GenericSignedAttestationResponse(val contentType: String, val serializedPayload: String, val signatures: List<SignatureResponse>)
An attestation wrapper that uses the Grafeas Signature
message. This attestation must define the serialized_payload
that the signatures
verify and any metadata necessary to interpret that plaintext. The signatures should always be over the serialized_payload
bytestring.
Constructors
Link copied to clipboard
fun GenericSignedAttestationResponse(contentType: String, serializedPayload: String, signatures: List<SignatureResponse>)