#include <CertificatePoliciesExtension.hpp>
Public Member Functions | |
| UserNotice () | |
| UserNotice (const UserNotice ¬ice) | |
| virtual | ~UserNotice () |
| UserNotice & | operator= (const UserNotice ¬ice) |
| void | initWithSection (CAConfig *caConfig, Type type, const String §ionName) |
| void | setExplicitText (const String &text) |
| String | getExplicitText () const |
| void | setOrganizationNotice (const String &org, const BLOCXX_NAMESPACE::List< BLOCXX_NAMESPACE::Int32 > &numbers) |
| String | getOrganization () const |
| BLOCXX_NAMESPACE::List < BLOCXX_NAMESPACE::Int32 > | getNoticeNumbers () const |
| virtual BLOCXX_NAMESPACE::String | commit2Config (CA &ca, Type type, BLOCXX_NAMESPACE::UInt32 num) const |
| virtual bool | valid () const |
| virtual BLOCXX_NAMESPACE::StringArray | verify () const |
| virtual BLOCXX_NAMESPACE::StringArray | dump () const |
Private Attributes | |
| BLOCXX_NAMESPACE::COWIntrusiveReference < UserNoticeImpl > | m_impl |
Friends | |
| bool | operator== (const UserNotice &l, const UserNotice &r) |
| bool | operator< (const UserNotice &l, const UserNotice &r) |
| limal::ca_mgm::UserNotice::UserNotice | ( | ) |
| limal::ca_mgm::UserNotice::UserNotice | ( | const UserNotice & | notice | ) |
| virtual limal::ca_mgm::UserNotice::~UserNotice | ( | ) | [virtual] |
| virtual BLOCXX_NAMESPACE ::String limal::ca_mgm::UserNotice::commit2Config | ( | CA & | ca, | |
| Type | type, | |||
| BLOCXX_NAMESPACE::UInt32 | num | |||
| ) | const [virtual] |
| virtual BLOCXX_NAMESPACE ::StringArray limal::ca_mgm::UserNotice::dump | ( | ) | const [virtual] |
| String limal::ca_mgm::UserNotice::getExplicitText | ( | ) | const |
| BLOCXX_NAMESPACE ::List< BLOCXX_NAMESPACE ::Int32> limal::ca_mgm::UserNotice::getNoticeNumbers | ( | ) | const |
| String limal::ca_mgm::UserNotice::getOrganization | ( | ) | const |
| void limal::ca_mgm::UserNotice::initWithSection | ( | CAConfig * | caConfig, | |
| Type | type, | |||
| const String & | sectionName | |||
| ) |
| UserNotice& limal::ca_mgm::UserNotice::operator= | ( | const UserNotice & | notice | ) |
| void limal::ca_mgm::UserNotice::setExplicitText | ( | const String & | text | ) |
| void limal::ca_mgm::UserNotice::setOrganizationNotice | ( | const String & | org, | |
| const BLOCXX_NAMESPACE::List< BLOCXX_NAMESPACE::Int32 > & | numbers | |||
| ) |
| virtual bool limal::ca_mgm::UserNotice::valid | ( | ) | const [virtual] |
| virtual BLOCXX_NAMESPACE ::StringArray limal::ca_mgm::UserNotice::verify | ( | ) | const [virtual] |
| bool operator< | ( | const UserNotice & | l, | |
| const UserNotice & | r | |||
| ) | [friend] |
| bool operator== | ( | const UserNotice & | l, | |
| const UserNotice & | r | |||
| ) | [friend] |
BLOCXX_NAMESPACE ::COWIntrusiveReference<UserNoticeImpl> limal::ca_mgm::UserNotice::m_impl [private] |