GoogleApi.BinaryAuthorization.V1.Model.PkixPublicKeySet (google_api_binary_authorization v0.18.0)
View SourceA bundle of PKIX public keys, used to authenticate attestation signatures. Generally, a signature is considered to be authenticated by a PkixPublicKeySet
if any of the public keys verify it (i.e. it is an "OR" of the keys).
Attributes
-
pkixPublicKeys
(type:list(GoogleApi.BinaryAuthorization.V1.Model.PkixPublicKey.t)
, default:nil
) - Required.pkix_public_keys
must have at least one entry.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BinaryAuthorization.V1.Model.PkixPublicKeySet{ pkixPublicKeys: [GoogleApi.BinaryAuthorization.V1.Model.PkixPublicKey.t()] | nil }