SecurityCredentialsSigningKeyPossessorProto

GoogleApi.ContentWarehouse.V1.Model.SecurityCredentialsSigningKeyPossessorProto


Table of Contents ▼

Jump to a specific part of the page:

Description

Represents a principal who possesses a signing key corresponding to the verification key or keyset described here.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. keymasterKeyType (type: integer(), default: nil)
    - This value must be from the KeyMetadata.Type enum in keymaster.proto.
  2. serializedVerificationKey (type: String.t, default: nil)
    - The actual verification key bytes corresponding to the above type.
  3. serializedVerificationKeyset (type: String.t, default: nil)
    - The binary serialized Keymaster SerializedReader of a public keyset. The keyset must contain exactly one key. N.B.: If this field is populated, serialized_verification_key should be set to the empty string and keymaster_key_type should be set to zero.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SecurityCredentialsSigningKeyPossessorProto{
keymasterKeyType: integer() | nil,
serializedVerificationKey: String.t() | nil,
serializedVerificationKeyset: String.t() | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.SecurityCredentialsSigningKeyPossessorProto