aboutsummaryrefslogtreecommitdiff
path: root/src/certificatehelper.hpp
blob: 90cb526846eebc2c57935c777008fea9039057c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
#ifndef CERTIFICATEHELPER_HPP
#define CERTIFICATEHELPER_HPP

#include "cryptoidentity.hpp"

struct CertificateHelper
{
    CertificateHelper() = delete;



    static CryptoIdentity createNewIdentity(
            QString const & common_name,
            QDateTime const & expiry_date);
};

#endif // CERTIFICATEHELPER_HPP