#include <SubjectKeyIdentifierExtension.hpp>

Public Member Functions | |
| SubjectKeyIdentifierExt () | |
| SubjectKeyIdentifierExt (CAConfig *caConfig, Type type) | |
| SubjectKeyIdentifierExt (bool autoDetect, const String &keyid=String()) | |
| SubjectKeyIdentifierExt (const SubjectKeyIdentifierExt &extension) | |
| virtual | ~SubjectKeyIdentifierExt () |
| SubjectKeyIdentifierExt & | operator= (const SubjectKeyIdentifierExt &extension) |
| void | setSubjectKeyIdentifier (bool autoDetect, const String &keyId=String()) |
| bool | isAutoDetectionEnabled () const |
| String | getKeyID () 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 |
Private Attributes | |
| BLOCXX_NAMESPACE::COWIntrusiveReference < SubjectKeyIdentifierExtImpl > | m_impl |
| limal::ca_mgm::SubjectKeyIdentifierExt::SubjectKeyIdentifierExt | ( | ) |
| limal::ca_mgm::SubjectKeyIdentifierExt::SubjectKeyIdentifierExt | ( | bool | autoDetect, | |
| const String & | keyid = String() | |||
| ) |
| limal::ca_mgm::SubjectKeyIdentifierExt::SubjectKeyIdentifierExt | ( | const SubjectKeyIdentifierExt & | extension | ) |
| virtual limal::ca_mgm::SubjectKeyIdentifierExt::~SubjectKeyIdentifierExt | ( | ) | [virtual] |
| virtual void limal::ca_mgm::SubjectKeyIdentifierExt::commit2Config | ( | CA & | ca, | |
| Type | type | |||
| ) | const [virtual] |
Implements limal::ca_mgm::ExtensionBase.
| virtual BLOCXX_NAMESPACE ::StringArray limal::ca_mgm::SubjectKeyIdentifierExt::dump | ( | ) | const [virtual] |
Reimplemented from limal::ca_mgm::ExtensionBase.
| String limal::ca_mgm::SubjectKeyIdentifierExt::getKeyID | ( | ) | const |
Get the keyID.
| bool limal::ca_mgm::SubjectKeyIdentifierExt::isAutoDetectionEnabled | ( | ) | const |
| SubjectKeyIdentifierExt& limal::ca_mgm::SubjectKeyIdentifierExt::operator= | ( | const SubjectKeyIdentifierExt & | extension | ) |
| void limal::ca_mgm::SubjectKeyIdentifierExt::setSubjectKeyIdentifier | ( | bool | autoDetect, | |
| const String & | keyId = String() | |||
| ) |
| virtual bool limal::ca_mgm::SubjectKeyIdentifierExt::valid | ( | ) | const [virtual] |
Implements limal::ca_mgm::ExtensionBase.
| virtual BLOCXX_NAMESPACE ::StringArray limal::ca_mgm::SubjectKeyIdentifierExt::verify | ( | ) | const [virtual] |
Implements limal::ca_mgm::ExtensionBase.
BLOCXX_NAMESPACE ::COWIntrusiveReference<SubjectKeyIdentifierExtImpl> limal::ca_mgm::SubjectKeyIdentifierExt::m_impl [private] |
Reimplemented from limal::ca_mgm::ExtensionBase.