Class: Grafeas::V1::AttestationOccurrence

Inherits:
Object
  • Object
show all
Extended by:
Google::Protobuf::MessageExts::ClassMethods
Includes:
Google::Protobuf::MessageExts
Defined in:
proto_docs/grafeas/v1/attestation.rb

Overview

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 lookup (how to find this attestation if you already know the authority and artifact to be verified) and intent (for which authority this attestation was intended to sign.

Instance Attribute Summary collapse

Instance Attribute Details

#serialized_payload::String

Returns Required. The serialized payload that is verified by one or more signatures.

Returns:

  • (::String)

    Required. The serialized payload that is verified by one or more signatures.



72
73
74
75
# File 'proto_docs/grafeas/v1/attestation.rb', line 72

class AttestationOccurrence
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#signatures::Array<::Grafeas::V1::Signature>

Returns One or more signatures over serialized_payload. Verifier implementations should consider this attestation message verified if at least one signature verifies serialized_payload. See Signature in common.proto for more details on signature structure and verification.

Returns:

  • (::Array<::Grafeas::V1::Signature>)

    One or more signatures over serialized_payload. Verifier implementations should consider this attestation message verified if at least one signature verifies serialized_payload. See Signature in common.proto for more details on signature structure and verification.



72
73
74
75
# File 'proto_docs/grafeas/v1/attestation.rb', line 72

class AttestationOccurrence
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end