class RepositoryKeyConfig

Defined at line 3259 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/natural_types.h

The keys used by the repository to authenticate its packages.

The only supported algorithm at the moment is ed25519.

Public Methods

void RepositoryKeyConfig (RepositoryKeyConfig && other)
RepositoryKeyConfig & operator= (RepositoryKeyConfig && other)
void RepositoryKeyConfig (const RepositoryKeyConfig & other)
RepositoryKeyConfig & operator= (const RepositoryKeyConfig & other)
bool operator== (const RepositoryKeyConfig & other)
bool operator!= (const RepositoryKeyConfig & other)
bool IsUnknown ()
::fuchsia_pkg::RepositoryKeyConfig::Tag Which ()
RepositoryKeyConfig WithEd25519Key (::std::vector<uint8_t> val)
const ::fidl::internal::UnionMemberView<1, Storage_> ed25519_key ()
::fidl::internal::UnionMemberView<1, Storage_> ed25519_key ()
RepositoryKeyConfig & ed25519_key (::std::vector<uint8_t> value)

The raw ed25519 public key as binary data.

void RepositoryKeyConfig (::fidl::internal::DefaultConstructPossiblyInvalidObjectTag )

Enumerations

enum Tag
Name Value
kEd25519Key 1
_do_not_handle_this__write_a_default_case_instead ::std::numeric_limits<::fidl_union_tag_t>::max()

TODO: share union tag types between wire

&

natural.

Defined at line 3268 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/natural_types.h

Friends

class NaturalUnionCodingTraits