// components/unexportable_keys/mojom/unexportable_key_service.mojom-shared-message-ids.h is auto generated by mojom_bindings_generator.py, do not edit

// Copyright 2018 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#ifndef COMPONENTS_UNEXPORTABLE_KEYS_MOJOM_UNEXPORTABLE_KEY_SERVICE_MOJOM_SHARED_MESSAGE_IDS_H_
#define COMPONENTS_UNEXPORTABLE_KEYS_MOJOM_UNEXPORTABLE_KEY_SERVICE_MOJOM_SHARED_MESSAGE_IDS_H_

#include <stdint.h>


namespace unexportable_keys::mojom {
namespace messages {


enum class UnexportableKeyService : uint32_t {
  kGenerateSigningKey = 0,
  kFromWrappedSigningKey = 1,
  kGenerateAttestationKey = 2,
  kFromWrappedAttestationKey = 3,
  kSign = 4,
  kCertify = 5,
  kGetAllKeysForGarbageCollection = 6,
  kDeleteKeys = 7,
  kDeleteAllKeys = 8,
};

}  // namespace messages

}  // unexportable_keys::mojom

#endif  // COMPONENTS_UNEXPORTABLE_KEYS_MOJOM_UNEXPORTABLE_KEY_SERVICE_MOJOM_SHARED_MESSAGE_IDS_H_