|
limal-ca-mgm
|
#include <AuthorityInfoAccessExtension.hpp>
Public Member Functions | |
| AuthorityInfoAccessExt () | |
| AuthorityInfoAccessExt (const AuthorityInfoAccessExt &extension) | |
| AuthorityInfoAccessExt (CAConfig *caConfig, Type type) | |
| virtual | ~AuthorityInfoAccessExt () |
| AuthorityInfoAccessExt & | operator= (const AuthorityInfoAccessExt &extension) |
| void | setAuthorityInformation (const BLOCXX_NAMESPACE::List< AuthorityInformation > &infolist) |
| BLOCXX_NAMESPACE::List < AuthorityInformation > | getAuthorityInformation () const |
| virtual void | commit2Config (CA &ca, Type type) const |
| virtual bool | valid () const |
| virtual BLOCXX_NAMESPACE::StringArray | verify () const |
| virtual BLOCXX_NAMESPACE::StringArray | dump () const |
Public Member Functions inherited from limal::ca_mgm::ExtensionBase | |
| ExtensionBase (bool extPresent=false, bool extCritical=false) | |
| ExtensionBase (const ExtensionBase &extension) | |
| virtual | ~ExtensionBase () |
| ExtensionBase & | operator= (const ExtensionBase &extension) |
| void | setPresent (bool extPresent) |
| void | setCritical (bool extCritical) |
| bool | isCritical () const |
| bool | isPresent () const |
Private Attributes | |
| BLOCXX_NAMESPACE::COWIntrusiveReference < AuthorityInfoAccessExtImpl > | m_impl |
The authority information access extension gives details about how to access certain information relating to the CA.
| limal::ca_mgm::AuthorityInfoAccessExt::AuthorityInfoAccessExt | ( | ) |
Construct an empty object
| limal::ca_mgm::AuthorityInfoAccessExt::AuthorityInfoAccessExt | ( | const AuthorityInfoAccessExt & | extension | ) |
Construct an AuthorityInfoAccessExt object from a config object
| caConfig | object of the configuration file |
| type | the type describes the section of the config file |
|
virtual |
|
virtual |
Write the informations of this object back to the configuration file
| ca | the CA object which holds the config object |
| type | the type describes the section of the config file |
Implements limal::ca_mgm::ExtensionBase.
|
virtual |
Return the content of this object for debugging
Reimplemented from limal::ca_mgm::ExtensionBase.
| BLOCXX_NAMESPACE::List<AuthorityInformation> limal::ca_mgm::AuthorityInfoAccessExt::getAuthorityInformation | ( | ) | const |
Return the list with Authority Informations
| AuthorityInfoAccessExt& limal::ca_mgm::AuthorityInfoAccessExt::operator= | ( | const AuthorityInfoAccessExt & | extension | ) |
| void limal::ca_mgm::AuthorityInfoAccessExt::setAuthorityInformation | ( | const BLOCXX_NAMESPACE::List< AuthorityInformation > & | infolist | ) |
Set a new list of Authority Informations
|
virtual |
Check if this object is valid
Implements limal::ca_mgm::ExtensionBase.
|
virtual |
Verify this object and return an Array with all error messages.
Implements limal::ca_mgm::ExtensionBase.
|
private |
Reimplemented from limal::ca_mgm::ExtensionBase.
1.8.1