Page Menu
Home
GnuPG
Search
Configure Global Search
Log In
Files
F27672549
keygroupimportexport.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Size
635 B
Subscribers
None
keygroupimportexport.h
View Options
/*
kleo/keygroupimportexport.h
This file is part of libkleopatra, the KDE keymanagement library
SPDX-FileCopyrightText: 2021 g10 Code GmbH
SPDX-FileContributor: Ingo Klöcker <dev@ingo-kloecker.de>
SPDX-License-Identifier: GPL-2.0-or-later
*/
#pragma once
#include
"kleo_export.h"
#include
<vector>
class
QString
;
namespace
Kleo
{
class
KeyGroup
;
KLEO_EXPORT
std
::
vector
<
KeyGroup
>
readKeyGroups
(
const
QString
&
filename
);
enum
class
WriteKeyGroups
{
Success
,
InvalidFilename
,
Error
,
};
KLEO_EXPORT
WriteKeyGroups
writeKeyGroups
(
const
QString
&
filename
,
const
std
::
vector
<
KeyGroup
>
&
groups
);
}
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Tue, Sep 16, 12:53 AM (1 d, 1 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
ce/ca/8a171716f87fb384e3c8978a9d77
Attached To
rLIBKLEO Libkleo
Event Timeline
Log In to Comment