chromium/out/Default/gen/components/trusted_vault/proto/recovery_key_store.pb.h

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: recovery_key_store.proto

#ifndef GOOGLE_PROTOBUF_INCLUDED_recovery_5fkey_5fstore_2eproto
#define GOOGLE_PROTOBUF_INCLUDED_recovery_5fkey_5fstore_2eproto

#include <limits>
#include <string>

#include <google/protobuf/port_def.inc>
#if PROTOBUF_VERSION < 3021000
#error This file was generated by a newer version of protoc which is
#error incompatible with your Protocol Buffer headers. Please update
#error your headers.
#endif
#if 3021012 < PROTOBUF_MIN_PROTOC_VERSION
#error This file was generated by an older version of protoc which is
#error incompatible with your Protocol Buffer headers. Please
#error regenerate this file with a newer version of protoc.
#endif

#include <google/protobuf/port_undef.inc>
#include <google/protobuf/io/coded_stream.h>
#include <google/protobuf/arena.h>
#include <google/protobuf/arenastring.h>
#include <google/protobuf/generated_message_util.h>
#include <google/protobuf/metadata_lite.h>
#include <google/protobuf/message_lite.h>
#include <google/protobuf/repeated_field.h>  // IWYU pragma: export
#include <google/protobuf/extension_set.h>  // IWYU pragma: export
#include <google/protobuf/generated_enum_util.h>
// @@protoc_insertion_point(includes)
#include <google/protobuf/port_def.inc>
#define PROTOBUF_INTERNAL_EXPORT_recovery_5fkey_5fstore_2eproto
PROTOBUF_NAMESPACE_OPEN
namespace internal {
class AnyMetadata;
}  // namespace internal
PROTOBUF_NAMESPACE_CLOSE

// Internal implementation detail -- do not use these members.
struct TableStruct_recovery_5fkey_5fstore_2eproto {};
namespace trusted_vault_pb {
class ApplicationKey;
struct ApplicationKeyDefaultTypeInternal;
extern ApplicationKeyDefaultTypeInternal _ApplicationKey_default_instance_;
class AsymmetricKeyPair;
struct AsymmetricKeyPairDefaultTypeInternal;
extern AsymmetricKeyPairDefaultTypeInternal _AsymmetricKeyPair_default_instance_;
class ChromeOsMetadata;
struct ChromeOsMetadataDefaultTypeInternal;
extern ChromeOsMetadataDefaultTypeInternal _ChromeOsMetadata_default_instance_;
class Vault;
struct VaultDefaultTypeInternal;
extern VaultDefaultTypeInternal _Vault_default_instance_;
class VaultMetadata;
struct VaultMetadataDefaultTypeInternal;
extern VaultMetadataDefaultTypeInternal _VaultMetadata_default_instance_;
class VaultParameters;
struct VaultParametersDefaultTypeInternal;
extern VaultParametersDefaultTypeInternal _VaultParameters_default_instance_;
}  // namespace trusted_vault_pb
PROTOBUF_NAMESPACE_OPEN
template<> ::trusted_vault_pb::ApplicationKey* Arena::CreateMaybeMessage<::trusted_vault_pb::ApplicationKey>(Arena*);
template<> ::trusted_vault_pb::AsymmetricKeyPair* Arena::CreateMaybeMessage<::trusted_vault_pb::AsymmetricKeyPair>(Arena*);
template<> ::trusted_vault_pb::ChromeOsMetadata* Arena::CreateMaybeMessage<::trusted_vault_pb::ChromeOsMetadata>(Arena*);
template<> ::trusted_vault_pb::Vault* Arena::CreateMaybeMessage<::trusted_vault_pb::Vault>(Arena*);
template<> ::trusted_vault_pb::VaultMetadata* Arena::CreateMaybeMessage<::trusted_vault_pb::VaultMetadata>(Arena*);
template<> ::trusted_vault_pb::VaultParameters* Arena::CreateMaybeMessage<::trusted_vault_pb::VaultParameters>(Arena*);
PROTOBUF_NAMESPACE_CLOSE
namespace trusted_vault_pb {

enum VaultMetadata_LskfType : int {};
bool VaultMetadata_LskfType_IsValid(int value);
constexpr VaultMetadata_LskfType VaultMetadata_LskfType_LskfType_MIN =;
constexpr VaultMetadata_LskfType VaultMetadata_LskfType_LskfType_MAX =;
constexpr int VaultMetadata_LskfType_LskfType_ARRAYSIZE =;

const std::string& VaultMetadata_LskfType_Name(VaultMetadata_LskfType value);
template<typename T>
inline const std::string& VaultMetadata_LskfType_Name(T enum_t_value) {}
bool VaultMetadata_LskfType_Parse(
    ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, VaultMetadata_LskfType* value);
enum VaultMetadata_HashType : int {};
bool VaultMetadata_HashType_IsValid(int value);
constexpr VaultMetadata_HashType VaultMetadata_HashType_HashType_MIN =;
constexpr VaultMetadata_HashType VaultMetadata_HashType_HashType_MAX =;
constexpr int VaultMetadata_HashType_HashType_ARRAYSIZE =;

const std::string& VaultMetadata_HashType_Name(VaultMetadata_HashType value);
template<typename T>
inline const std::string& VaultMetadata_HashType_Name(T enum_t_value) {}
bool VaultMetadata_HashType_Parse(
    ::PROTOBUF_NAMESPACE_ID::ConstStringParam name, VaultMetadata_HashType* value);
// ===================================================================

class AsymmetricKeyPair final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:trusted_vault_pb.AsymmetricKeyPair) */ {};
// -------------------------------------------------------------------

class ApplicationKey final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:trusted_vault_pb.ApplicationKey) */ {};
// -------------------------------------------------------------------

class VaultParameters final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:trusted_vault_pb.VaultParameters) */ {};
// -------------------------------------------------------------------

class VaultMetadata final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:trusted_vault_pb.VaultMetadata) */ {};
// -------------------------------------------------------------------

class ChromeOsMetadata final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:trusted_vault_pb.ChromeOsMetadata) */ {};
// -------------------------------------------------------------------

class Vault final :
    public ::PROTOBUF_NAMESPACE_ID::MessageLite /* @@protoc_insertion_point(class_definition:trusted_vault_pb.Vault) */ {};
// ===================================================================


// ===================================================================

#ifdef __GNUC__
  #pragma GCC diagnostic push
  #pragma GCC diagnostic ignored "-Wstrict-aliasing"
#endif  // __GNUC__
// AsymmetricKeyPair

// bytes public_key = 1;
inline void AsymmetricKeyPair::clear_public_key() {}
inline const std::string& AsymmetricKeyPair::public_key() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void AsymmetricKeyPair::set_public_key(ArgT0&& arg0, ArgT... args) {}
inline std::string* AsymmetricKeyPair::mutable_public_key() {}
inline const std::string& AsymmetricKeyPair::_internal_public_key() const {}
inline void AsymmetricKeyPair::_internal_set_public_key(const std::string& value) {}
inline std::string* AsymmetricKeyPair::_internal_mutable_public_key() {}
inline std::string* AsymmetricKeyPair::release_public_key() {}
inline void AsymmetricKeyPair::set_allocated_public_key(std::string* public_key) {}

// bytes wrapped_private_key = 2;
inline void AsymmetricKeyPair::clear_wrapped_private_key() {}
inline const std::string& AsymmetricKeyPair::wrapped_private_key() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void AsymmetricKeyPair::set_wrapped_private_key(ArgT0&& arg0, ArgT... args) {}
inline std::string* AsymmetricKeyPair::mutable_wrapped_private_key() {}
inline const std::string& AsymmetricKeyPair::_internal_wrapped_private_key() const {}
inline void AsymmetricKeyPair::_internal_set_wrapped_private_key(const std::string& value) {}
inline std::string* AsymmetricKeyPair::_internal_mutable_wrapped_private_key() {}
inline std::string* AsymmetricKeyPair::release_wrapped_private_key() {}
inline void AsymmetricKeyPair::set_allocated_wrapped_private_key(std::string* wrapped_private_key) {}

// bytes wrapping_key = 3;
inline void AsymmetricKeyPair::clear_wrapping_key() {}
inline const std::string& AsymmetricKeyPair::wrapping_key() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void AsymmetricKeyPair::set_wrapping_key(ArgT0&& arg0, ArgT... args) {}
inline std::string* AsymmetricKeyPair::mutable_wrapping_key() {}
inline const std::string& AsymmetricKeyPair::_internal_wrapping_key() const {}
inline void AsymmetricKeyPair::_internal_set_wrapping_key(const std::string& value) {}
inline std::string* AsymmetricKeyPair::_internal_mutable_wrapping_key() {}
inline std::string* AsymmetricKeyPair::release_wrapping_key() {}
inline void AsymmetricKeyPair::set_allocated_wrapping_key(std::string* wrapping_key) {}

// -------------------------------------------------------------------

// ApplicationKey

// string key_name = 1;
inline void ApplicationKey::clear_key_name() {}
inline const std::string& ApplicationKey::key_name() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void ApplicationKey::set_key_name(ArgT0&& arg0, ArgT... args) {}
inline std::string* ApplicationKey::mutable_key_name() {}
inline const std::string& ApplicationKey::_internal_key_name() const {}
inline void ApplicationKey::_internal_set_key_name(const std::string& value) {}
inline std::string* ApplicationKey::_internal_mutable_key_name() {}
inline std::string* ApplicationKey::release_key_name() {}
inline void ApplicationKey::set_allocated_key_name(std::string* key_name) {}

// .trusted_vault_pb.AsymmetricKeyPair asymmetric_key_pair = 4;
inline bool ApplicationKey::_internal_has_asymmetric_key_pair() const {}
inline bool ApplicationKey::has_asymmetric_key_pair() const {}
inline void ApplicationKey::clear_asymmetric_key_pair() {}
inline const ::trusted_vault_pb::AsymmetricKeyPair& ApplicationKey::_internal_asymmetric_key_pair() const {}
inline const ::trusted_vault_pb::AsymmetricKeyPair& ApplicationKey::asymmetric_key_pair() const {}
inline void ApplicationKey::unsafe_arena_set_allocated_asymmetric_key_pair(
    ::trusted_vault_pb::AsymmetricKeyPair* asymmetric_key_pair) {}
inline ::trusted_vault_pb::AsymmetricKeyPair* ApplicationKey::release_asymmetric_key_pair() {}
inline ::trusted_vault_pb::AsymmetricKeyPair* ApplicationKey::unsafe_arena_release_asymmetric_key_pair() {}
inline ::trusted_vault_pb::AsymmetricKeyPair* ApplicationKey::_internal_mutable_asymmetric_key_pair() {}
inline ::trusted_vault_pb::AsymmetricKeyPair* ApplicationKey::mutable_asymmetric_key_pair() {}
inline void ApplicationKey::set_allocated_asymmetric_key_pair(::trusted_vault_pb::AsymmetricKeyPair* asymmetric_key_pair) {}

// -------------------------------------------------------------------

// VaultParameters

// bytes backend_public_key = 1;
inline void VaultParameters::clear_backend_public_key() {}
inline const std::string& VaultParameters::backend_public_key() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void VaultParameters::set_backend_public_key(ArgT0&& arg0, ArgT... args) {}
inline std::string* VaultParameters::mutable_backend_public_key() {}
inline const std::string& VaultParameters::_internal_backend_public_key() const {}
inline void VaultParameters::_internal_set_backend_public_key(const std::string& value) {}
inline std::string* VaultParameters::_internal_mutable_backend_public_key() {}
inline std::string* VaultParameters::release_backend_public_key() {}
inline void VaultParameters::set_allocated_backend_public_key(std::string* backend_public_key) {}

// bytes counter_id = 2;
inline void VaultParameters::clear_counter_id() {}
inline const std::string& VaultParameters::counter_id() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void VaultParameters::set_counter_id(ArgT0&& arg0, ArgT... args) {}
inline std::string* VaultParameters::mutable_counter_id() {}
inline const std::string& VaultParameters::_internal_counter_id() const {}
inline void VaultParameters::_internal_set_counter_id(const std::string& value) {}
inline std::string* VaultParameters::_internal_mutable_counter_id() {}
inline std::string* VaultParameters::release_counter_id() {}
inline void VaultParameters::set_allocated_counter_id(std::string* counter_id) {}

// int32 max_attempts = 3;
inline void VaultParameters::clear_max_attempts() {}
inline int32_t VaultParameters::_internal_max_attempts() const {}
inline int32_t VaultParameters::max_attempts() const {}
inline void VaultParameters::_internal_set_max_attempts(int32_t value) {}
inline void VaultParameters::set_max_attempts(int32_t value) {}

// bytes vault_handle = 4;
inline void VaultParameters::clear_vault_handle() {}
inline const std::string& VaultParameters::vault_handle() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void VaultParameters::set_vault_handle(ArgT0&& arg0, ArgT... args) {}
inline std::string* VaultParameters::mutable_vault_handle() {}
inline const std::string& VaultParameters::_internal_vault_handle() const {}
inline void VaultParameters::_internal_set_vault_handle(const std::string& value) {}
inline std::string* VaultParameters::_internal_mutable_vault_handle() {}
inline std::string* VaultParameters::release_vault_handle() {}
inline void VaultParameters::set_allocated_vault_handle(std::string* vault_handle) {}

// -------------------------------------------------------------------

// VaultMetadata

// .trusted_vault_pb.VaultMetadata.LskfType lskf_type = 1;
inline void VaultMetadata::clear_lskf_type() {}
inline ::trusted_vault_pb::VaultMetadata_LskfType VaultMetadata::_internal_lskf_type() const {}
inline ::trusted_vault_pb::VaultMetadata_LskfType VaultMetadata::lskf_type() const {}
inline void VaultMetadata::_internal_set_lskf_type(::trusted_vault_pb::VaultMetadata_LskfType value) {}
inline void VaultMetadata::set_lskf_type(::trusted_vault_pb::VaultMetadata_LskfType value) {}

// .trusted_vault_pb.VaultMetadata.HashType hash_type = 4;
inline void VaultMetadata::clear_hash_type() {}
inline ::trusted_vault_pb::VaultMetadata_HashType VaultMetadata::_internal_hash_type() const {}
inline ::trusted_vault_pb::VaultMetadata_HashType VaultMetadata::hash_type() const {}
inline void VaultMetadata::_internal_set_hash_type(::trusted_vault_pb::VaultMetadata_HashType value) {}
inline void VaultMetadata::set_hash_type(::trusted_vault_pb::VaultMetadata_HashType value) {}

// bytes hash_salt = 5;
inline void VaultMetadata::clear_hash_salt() {}
inline const std::string& VaultMetadata::hash_salt() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void VaultMetadata::set_hash_salt(ArgT0&& arg0, ArgT... args) {}
inline std::string* VaultMetadata::mutable_hash_salt() {}
inline const std::string& VaultMetadata::_internal_hash_salt() const {}
inline void VaultMetadata::_internal_set_hash_salt(const std::string& value) {}
inline std::string* VaultMetadata::_internal_mutable_hash_salt() {}
inline std::string* VaultMetadata::release_hash_salt() {}
inline void VaultMetadata::set_allocated_hash_salt(std::string* hash_salt) {}

// int32 hash_difficulty = 6;
inline void VaultMetadata::clear_hash_difficulty() {}
inline int32_t VaultMetadata::_internal_hash_difficulty() const {}
inline int32_t VaultMetadata::hash_difficulty() const {}
inline void VaultMetadata::_internal_set_hash_difficulty(int32_t value) {}
inline void VaultMetadata::set_hash_difficulty(int32_t value) {}

// bytes cert_path = 7;
inline void VaultMetadata::clear_cert_path() {}
inline const std::string& VaultMetadata::cert_path() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void VaultMetadata::set_cert_path(ArgT0&& arg0, ArgT... args) {}
inline std::string* VaultMetadata::mutable_cert_path() {}
inline const std::string& VaultMetadata::_internal_cert_path() const {}
inline void VaultMetadata::_internal_set_cert_path(const std::string& value) {}
inline std::string* VaultMetadata::_internal_mutable_cert_path() {}
inline std::string* VaultMetadata::release_cert_path() {}
inline void VaultMetadata::set_allocated_cert_path(std::string* cert_path) {}

// -------------------------------------------------------------------

// ChromeOsMetadata

// bytes device_id = 1;
inline void ChromeOsMetadata::clear_device_id() {}
inline const std::string& ChromeOsMetadata::device_id() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void ChromeOsMetadata::set_device_id(ArgT0&& arg0, ArgT... args) {}
inline std::string* ChromeOsMetadata::mutable_device_id() {}
inline const std::string& ChromeOsMetadata::_internal_device_id() const {}
inline void ChromeOsMetadata::_internal_set_device_id(const std::string& value) {}
inline std::string* ChromeOsMetadata::_internal_mutable_device_id() {}
inline std::string* ChromeOsMetadata::release_device_id() {}
inline void ChromeOsMetadata::set_allocated_device_id(std::string* device_id) {}

// -------------------------------------------------------------------

// Vault

// .trusted_vault_pb.VaultParameters vault_parameters = 2;
inline bool Vault::_internal_has_vault_parameters() const {}
inline bool Vault::has_vault_parameters() const {}
inline void Vault::clear_vault_parameters() {}
inline const ::trusted_vault_pb::VaultParameters& Vault::_internal_vault_parameters() const {}
inline const ::trusted_vault_pb::VaultParameters& Vault::vault_parameters() const {}
inline void Vault::unsafe_arena_set_allocated_vault_parameters(
    ::trusted_vault_pb::VaultParameters* vault_parameters) {}
inline ::trusted_vault_pb::VaultParameters* Vault::release_vault_parameters() {}
inline ::trusted_vault_pb::VaultParameters* Vault::unsafe_arena_release_vault_parameters() {}
inline ::trusted_vault_pb::VaultParameters* Vault::_internal_mutable_vault_parameters() {}
inline ::trusted_vault_pb::VaultParameters* Vault::mutable_vault_parameters() {}
inline void Vault::set_allocated_vault_parameters(::trusted_vault_pb::VaultParameters* vault_parameters) {}

// bytes vault_metadata = 3;
inline void Vault::clear_vault_metadata() {}
inline const std::string& Vault::vault_metadata() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void Vault::set_vault_metadata(ArgT0&& arg0, ArgT... args) {}
inline std::string* Vault::mutable_vault_metadata() {}
inline const std::string& Vault::_internal_vault_metadata() const {}
inline void Vault::_internal_set_vault_metadata(const std::string& value) {}
inline std::string* Vault::_internal_mutable_vault_metadata() {}
inline std::string* Vault::release_vault_metadata() {}
inline void Vault::set_allocated_vault_metadata(std::string* vault_metadata) {}

// bytes recovery_key = 4;
inline void Vault::clear_recovery_key() {}
inline const std::string& Vault::recovery_key() const {}
template <typename ArgT0, typename... ArgT>
inline PROTOBUF_ALWAYS_INLINE
void Vault::set_recovery_key(ArgT0&& arg0, ArgT... args) {}
inline std::string* Vault::mutable_recovery_key() {}
inline const std::string& Vault::_internal_recovery_key() const {}
inline void Vault::_internal_set_recovery_key(const std::string& value) {}
inline std::string* Vault::_internal_mutable_recovery_key() {}
inline std::string* Vault::release_recovery_key() {}
inline void Vault::set_allocated_recovery_key(std::string* recovery_key) {}

// repeated .trusted_vault_pb.ApplicationKey application_keys = 5;
inline int Vault::_internal_application_keys_size() const {}
inline int Vault::application_keys_size() const {}
inline void Vault::clear_application_keys() {}
inline ::trusted_vault_pb::ApplicationKey* Vault::mutable_application_keys(int index) {}
inline ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::trusted_vault_pb::ApplicationKey >*
Vault::mutable_application_keys() {}
inline const ::trusted_vault_pb::ApplicationKey& Vault::_internal_application_keys(int index) const {}
inline const ::trusted_vault_pb::ApplicationKey& Vault::application_keys(int index) const {}
inline ::trusted_vault_pb::ApplicationKey* Vault::_internal_add_application_keys() {}
inline ::trusted_vault_pb::ApplicationKey* Vault::add_application_keys() {}
inline const ::PROTOBUF_NAMESPACE_ID::RepeatedPtrField< ::trusted_vault_pb::ApplicationKey >&
Vault::application_keys() const {}

// .trusted_vault_pb.ChromeOsMetadata chrome_os_metadata = 11;
inline bool Vault::_internal_has_chrome_os_metadata() const {}
inline bool Vault::has_chrome_os_metadata() const {}
inline void Vault::set_has_chrome_os_metadata() {}
inline void Vault::clear_chrome_os_metadata() {}
inline ::trusted_vault_pb::ChromeOsMetadata* Vault::release_chrome_os_metadata() {}
inline const ::trusted_vault_pb::ChromeOsMetadata& Vault::_internal_chrome_os_metadata() const {}
inline const ::trusted_vault_pb::ChromeOsMetadata& Vault::chrome_os_metadata() const {}
inline ::trusted_vault_pb::ChromeOsMetadata* Vault::unsafe_arena_release_chrome_os_metadata() {}
inline void Vault::unsafe_arena_set_allocated_chrome_os_metadata(::trusted_vault_pb::ChromeOsMetadata* chrome_os_metadata) {}
inline ::trusted_vault_pb::ChromeOsMetadata* Vault::_internal_mutable_chrome_os_metadata() {}
inline ::trusted_vault_pb::ChromeOsMetadata* Vault::mutable_chrome_os_metadata() {}

inline bool Vault::has_platform_metadata() const {}
inline void Vault::clear_has_platform_metadata() {}
inline Vault::PlatformMetadataCase Vault::platform_metadata_case() const {}
#ifdef __GNUC__
  #pragma GCC diagnostic pop
#endif  // __GNUC__
// -------------------------------------------------------------------

// -------------------------------------------------------------------

// -------------------------------------------------------------------

// -------------------------------------------------------------------

// -------------------------------------------------------------------


// @@protoc_insertion_point(namespace_scope)

}  // namespace trusted_vault_pb

PROTOBUF_NAMESPACE_OPEN

template <> struct is_proto_enum< ::trusted_vault_pb::VaultMetadata_LskfType> : ::std::true_type {};
template <> struct is_proto_enum< ::trusted_vault_pb::VaultMetadata_HashType> : ::std::true_type {};

PROTOBUF_NAMESPACE_CLOSE

// @@protoc_insertion_point(global_scope)

#include <google/protobuf/port_undef.inc>
#endif  // GOOGLE_PROTOBUF_INCLUDED_GOOGLE_PROTOBUF_INCLUDED_recovery_5fkey_5fstore_2eproto