22 #ifndef LIMAL_CA_MGM_CRL_DISTRIBUTION_POINTS_EXTENSION_HPP
23 #define LIMAL_CA_MGM_CRL_DISTRIBUTION_POINTS_EXTENSION_HPP
29 #include <blocxx/COWIntrusiveReference.hpp>
31 namespace LIMAL_NAMESPACE {
33 namespace CA_MGM_NAMESPACE {
37 class CRLDistributionPointsExtImpl;
55 setCRLDistributionPoints(blocxx::List<LiteralValue>);
57 blocxx::List<LiteralValue>
58 getCRLDistributionPoints()
const;
61 commit2Config(
CA& ca,
Type type)
const;
66 virtual blocxx::StringArray
69 virtual blocxx::StringArray
73 blocxx::COWIntrusiveReference<CRLDistributionPointsExtImpl>
m_impl;
80 #endif // LIMAL_CA_MGM_CRL_DISTRIBUTION_POINTS_EXTENSION_HPP