CommonData.hpp File Reference
#include <blocxx/Types.hpp>
#include "blocxx/BLOCXX_config.h"
#include <sys/types.h>
#include "blocxx/Types.hpp"
#include "blocxx/COWIntrusiveReference.hpp"
#include "blocxx/ReferenceHelpers.hpp"
#include <iosfwd>
#include <exception>
#include <new>
#include <cerrno>
#include <string>
#include "blocxx/SafeBool.hpp"
#include <list>
#include "blocxx/ArrayFwd.hpp"
#include "blocxx/COWReference.hpp"
#include "blocxx/Exception.hpp"
#include <vector>
#include "blocxx/Array.hpp"
#include <map>
#include <functional>
#include <features.h>
Go to the source code of this file.
Namespaces |
namespace | limal |
| The main LiMaL namespace.
|
namespace | limal::ca_mgm |
| The LiMaL ca-mgm library namespace.
|
Defines |
#define | REPOSITORY "/var/lib/CAM/" |
Typedefs |
typedef BLOCXX_NAMESPACE::String | limal::ca_mgm::String |
typedef BLOCXX_NAMESPACE::List
< String > | limal::ca_mgm::StringList |
Enumerations |
enum | limal::ca_mgm::Type {
limal::ca_mgm::E_Client_Req,
limal::ca_mgm::E_Server_Req,
limal::ca_mgm::E_CA_Req,
limal::ca_mgm::E_Client_Cert,
limal::ca_mgm::E_Server_Cert,
limal::ca_mgm::E_CA_Cert,
limal::ca_mgm::E_CRL
} |
enum | limal::ca_mgm::FormatType { limal::ca_mgm::E_PEM,
limal::ca_mgm::E_DER
} |
enum | limal::ca_mgm::KeyAlg { limal::ca_mgm::E_RSA,
limal::ca_mgm::E_DSA,
limal::ca_mgm::E_DH
} |
enum | limal::ca_mgm::SigAlg { limal::ca_mgm::E_SHA1RSA,
limal::ca_mgm::E_MD5RSA,
limal::ca_mgm::E_SHA1DSA
} |
enum | limal::ca_mgm::MD { limal::ca_mgm::E_SHA1,
limal::ca_mgm::E_MD5,
limal::ca_mgm::E_MDC2
} |
enum | limal::ca_mgm::EErrorCodes {
limal::ca_mgm::E_GENERIC = BLOCXX_NAMESPACE ::Exception::UNKNOWN_ERROR_CODE,
limal::ca_mgm::E_C_EMPTY = -100,
limal::ca_mgm::E_ST_EMPTY = -101,
limal::ca_mgm::E_L_EMPTY = -102,
limal::ca_mgm::E_O_EMPTY = -103,
limal::ca_mgm::E_OU_EMPTY = -104,
limal::ca_mgm::E_CN_EMPTY = -105,
limal::ca_mgm::E_EM_EMPTY = -106,
limal::ca_mgm::E_C_NF = -110,
limal::ca_mgm::E_ST_NF = -111,
limal::ca_mgm::E_L_NF = -112,
limal::ca_mgm::E_O_NF = -113,
limal::ca_mgm::E_OU_NF = -114,
limal::ca_mgm::E_CN_NF = -115,
limal::ca_mgm::E_EM_NF = -116,
limal::ca_mgm::E_C_NM = -120,
limal::ca_mgm::E_ST_NM = -121,
limal::ca_mgm::E_L_NM = -122,
limal::ca_mgm::E_O_NM = -123,
limal::ca_mgm::E_OU_NM = -124,
limal::ca_mgm::E_CN_NM = -125,
limal::ca_mgm::E_EM_NM = -126,
limal::ca_mgm::E_INVALID_PASSWD = -200,
limal::ca_mgm::E_FILE_NOT_FOUND = 2,
limal::ca_mgm::E_FILE_EXISTS = 17
} |
Define Documentation
#define REPOSITORY "/var/lib/CAM/" |