class RepositoryKeyConfig

Defined at line 2082 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/wire_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 ()
void RepositoryKeyConfig (const RepositoryKeyConfig & )

Defined at line 2087 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/wire_types.h

RepositoryKeyConfig & operator= (const RepositoryKeyConfig & )

Defined at line 2088 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/wire_types.h

void RepositoryKeyConfig (RepositoryKeyConfig && )

Defined at line 2089 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/wire_types.h

RepositoryKeyConfig & operator= (RepositoryKeyConfig && )

Defined at line 2090 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/wire_types.h

bool IsUnknown ()

Defined at line 2096 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/wire_types.h

bool has_invalid_tag ()
bool is_ed25519_key ()
RepositoryKeyConfig WithEd25519Key (::fidl::ObjectView< ::fidl::VectorView<uint8_t>> val)

The raw ed25519 public key as binary data.

template <typename... Args>
RepositoryKeyConfig WithEd25519Key (::fidl::AnyArena & allocator, Args &&... args)

The raw ed25519 public key as binary data.

Defined at line 2109 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/wire_types.h

::fidl::VectorView<uint8_t> & ed25519_key ()

The raw ed25519 public key as binary data.

const ::fidl::VectorView<uint8_t> & ed25519_key ()

The raw ed25519 public key as binary data.

::fuchsia_pkg::wire::RepositoryKeyConfig::Tag Which ()

Enumerations

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

Defined at line 2092 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/wire_types.h