aboutsummaryrefslogtreecommitdiff
path: root/src/certificatehelper.hpp
blob: e395666bb0438ac14e469ce47a677f000f88b336 (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 expiry_date);
};

#endif // CERTIFICATEHELPER_HPP