blob: f15b2daeb290106e5d14956cf54d654f31568054 [file] [log] [blame]
Richard Hughes7383ce22018-05-08 14:14:35 +01001/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
2 *
3 * Copyright (C) 2017-2018 Richard Hughes <richard@hughsie.com>
4 *
Mario Limonciello51308e62018-05-28 20:05:46 -05005 * SPDX-License-Identifier: LGPL-2.1+
Richard Hughes7383ce22018-05-08 14:14:35 +01006 */
7
8#ifndef __FU_KEYRING_UTILS_H__
9#define __FU_KEYRING_UTILS_H__
10
11#include <appstream-glib.h>
12
13#include "fu-keyring.h"
14#include "fwupd-enums.h"
15
16FuKeyring *fu_keyring_create_for_kind (FwupdKeyringKind kind,
17 GError **error);
18gboolean fu_keyring_get_release_trust_flags (AsRelease *release,
19 FwupdTrustFlags *trust_flags,
20 GError **error);
21
22#endif /* __FU_KEYRING_UTILS_H__ */