Class: Grafeas::V1::AttestationOccurrence
- Inherits:
-
Object
- Object
- Grafeas::V1::AttestationOccurrence
- 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
-
#jwts ⇒ ::Array<::Grafeas::V1::Jwt>
One or more JWTs encoding a self-contained attestation.
-
#serialized_payload ⇒ ::String
Required.
-
#signatures ⇒ ::Array<::Grafeas::V1::Signature>
One or more signatures over
serialized_payload.
Instance Attribute Details
#jwts ⇒ ::Array<::Grafeas::V1::Jwt>
93 94 95 96 |
# File 'proto_docs/grafeas/v1/attestation.rb', line 93 class AttestationOccurrence include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#serialized_payload ⇒ ::String
93 94 95 96 |
# File 'proto_docs/grafeas/v1/attestation.rb', line 93 class AttestationOccurrence include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#signatures ⇒ ::Array<::Grafeas::V1::Signature>
93 94 95 96 |
# File 'proto_docs/grafeas/v1/attestation.rb', line 93 class AttestationOccurrence include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |