libcryptosec
include
libcryptosec
certificate
CertificateRequestFactory.h
Go to the documentation of this file.
1
#ifndef CERTIFICATEREQUESTFACTORY_H_
2
#define CERTIFICATEREQUESTFACTORY_H_
3
4
#include <
libcryptosec/certificate/CertificateRequest.h
>
5
#include <
libcryptosec/certificate/CertificateRequestSPKAC.h
>
6
#include <
libcryptosec/exception/RandomException.h
>
7
#include <
libcryptosec/exception/EncodeException.h
>
8
#include <
libcryptosec/exception/NetscapeSPKIException.h
>
9
10
class
CertificateRequestFactory
{
11
public
:
12
static
CertificateRequestSPKAC
*
fromSPKAC
(std::string &path)
13
throw
(
EncodeException
,
RandomException
,
NetscapeSPKIException
);
14
};
15
16
#endif
/* CERTIFICATEREQUESTFACTORY_H_ */
EncodeException.h
CertificateRequestSPKAC.h
CertificateRequestFactory
Definition:
CertificateRequestFactory.h:10
RandomException
Definition:
RandomException.h:6
NetscapeSPKIException
Definition:
NetscapeSPKIException.h:6
CertificateRequestSPKAC
Definition:
CertificateRequestSPKAC.h:7
EncodeException
Definition:
EncodeException.h:8
NetscapeSPKIException.h
CertificateRequestFactory::fromSPKAC
static CertificateRequestSPKAC * fromSPKAC(std::string &path)
Definition:
CertificateRequestFactory.cpp:3
CertificateRequest.h
RandomException.h
Generated by
1.8.13