class RepositoryKeyConfig
Defined at line 2146 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 2151 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 2152 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/wire_types.h
void RepositoryKeyConfig (RepositoryKeyConfig && )
Defined at line 2153 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/wire_types.h
RepositoryKeyConfig & operator= (RepositoryKeyConfig && )
Defined at line 2154 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/wire_types.h
bool IsUnknown ()
Defined at line 2160 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/wire_types.h
template <typename... Args>
RepositoryKeyConfig WithEd25519Key (::fidl::AnyArena & allocator, Args &&... args)
The raw ed25519 public key as binary data.
Defined at line 2173 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.
::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 class Tag : fidl_xunion_tag_t
| Name | Value | Comments |
|---|---|---|
| kEd25519Key | 1 |
0x1 |
| _do_not_handle_this__write_a_default_case_instead | ::std::numeric_limits<::fidl_union_tag_t>::max() | -- |
Defined at line 2156 of file fidling/gen/sdk/fidl/fuchsia.pkg/fuchsia.pkg/cpp/fidl/fuchsia.pkg/cpp/wire_types.h