Module gapi_grpc::grafeas::v1beta1::attestation [−][src]
Modules
attestation | |
authority | |
generic_signed_attestation | |
pgp_signed_attestation |
Structs
Attestation | Occurrence that represents a single “attestation”. The authenticity of an attestation can be verified using the attached signature. If the verifier trusts the public key of the signer, then verifying the signature is sufficient to establish trust. In this circumstance, the authority to which this attestation is attached is primarily useful for look-up (how to find this attestation if you already know the authority and artifact to be verified) and intent (which authority was this attestation intended to sign for). |
Authority | Note kind that represents a logical attestation “role” or “authority”. For
example, an organization might have one |
Details | Details of an attestation occurrence. |
GenericSignedAttestation | An attestation wrapper that uses the Grafeas |
PgpSignedAttestation | An attestation wrapper with a PGP-compatible signature. This message only
supports |