Voting helps other researchers find interesting modules.
Represents a principal who possesses a signing key corresponding to the verification key or keyset described here.
keymasterKeyType
integer()
nil
serializedVerificationKey
String.t
serializedVerificationKeyset
Unwrap a decoded JSON object into its complex fields.
@type t() :: %GoogleApi.ContentWarehouse.V1.Model.SecurityCredentialsSigningKeyPossessorProto{ keymasterKeyType: integer() | nil, serializedVerificationKey: String.t() | nil, serializedVerificationKeyset: String.t() | nil }
@spec decode(struct(), keyword()) :: struct()