SubjectResponse

data class SubjectResponse(val digest: Map<String, String>, val name: String)

Subject refers to the subject of the intoto statement

Constructors

Link copied to clipboard
fun SubjectResponse(digest: Map<String, String>, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

"": "" Algorithms can be e.g. sha256, sha512 See https://github.com/in-toto/attestation/blob/main/spec/field_types.md#DigestSet

Link copied to clipboard

name is the name of the Subject used here