#include <AuthorityKeyIdentifierExtension.hpp>

Public Member Functions | |
| AuthorityKeyIdentifierExt () | |
| AuthorityKeyIdentifierExt (const AuthorityKeyIdentifierExt &extension) | |
| virtual | ~AuthorityKeyIdentifierExt () |
| AuthorityKeyIdentifierExt & | operator= (const AuthorityKeyIdentifierExt &extension) |
| String | getKeyID () const |
| String | getDirName () const |
| String | getSerial () const |
| virtual bool | valid () const |
| virtual BLOCXX_NAMESPACE::StringArray | verify () const |
| virtual BLOCXX_NAMESPACE::StringArray | dump () const |
Protected Member Functions | |
| void | setKeyID (const String &kid) |
| void | setDirName (const String &dirName) |
| void | setSerial (const String &serial) |
Protected Attributes | |
| BLOCXX_NAMESPACE::COWIntrusiveReference < AuthorityKeyIdentifierExtImpl > | m_impl |
Private Member Functions | |
| virtual void | commit2Config (CA &ca, Type type) const |
| limal::ca_mgm::AuthorityKeyIdentifierExt::AuthorityKeyIdentifierExt | ( | ) |
| limal::ca_mgm::AuthorityKeyIdentifierExt::AuthorityKeyIdentifierExt | ( | const AuthorityKeyIdentifierExt & | extension | ) |
| virtual limal::ca_mgm::AuthorityKeyIdentifierExt::~AuthorityKeyIdentifierExt | ( | ) | [virtual] |
| virtual void limal::ca_mgm::AuthorityKeyIdentifierExt::commit2Config | ( | CA & | ca, | |
| Type | type | |||
| ) | const [private, virtual] |
Implements limal::ca_mgm::ExtensionBase.
| virtual BLOCXX_NAMESPACE ::StringArray limal::ca_mgm::AuthorityKeyIdentifierExt::dump | ( | ) | const [virtual] |
Return the content of this object for debugging
Reimplemented from limal::ca_mgm::ExtensionBase.
| String limal::ca_mgm::AuthorityKeyIdentifierExt::getDirName | ( | ) | const |
Return the DirName of the Authority
| String limal::ca_mgm::AuthorityKeyIdentifierExt::getKeyID | ( | ) | const |
Return the key ID of the Authority
| String limal::ca_mgm::AuthorityKeyIdentifierExt::getSerial | ( | ) | const |
Return the serial number of the Authority
| AuthorityKeyIdentifierExt& limal::ca_mgm::AuthorityKeyIdentifierExt::operator= | ( | const AuthorityKeyIdentifierExt & | extension | ) |
| void limal::ca_mgm::AuthorityKeyIdentifierExt::setDirName | ( | const String & | dirName | ) | [protected] |
| void limal::ca_mgm::AuthorityKeyIdentifierExt::setKeyID | ( | const String & | kid | ) | [protected] |
| void limal::ca_mgm::AuthorityKeyIdentifierExt::setSerial | ( | const String & | serial | ) | [protected] |
| virtual bool limal::ca_mgm::AuthorityKeyIdentifierExt::valid | ( | ) | const [virtual] |
Check if this object is valid
Implements limal::ca_mgm::ExtensionBase.
| virtual BLOCXX_NAMESPACE ::StringArray limal::ca_mgm::AuthorityKeyIdentifierExt::verify | ( | ) | const [virtual] |
Verify this object and return an Array with all error messages.
Implements limal::ca_mgm::ExtensionBase.
BLOCXX_NAMESPACE ::COWIntrusiveReference<AuthorityKeyIdentifierExtImpl> limal::ca_mgm::AuthorityKeyIdentifierExt::m_impl [protected] |
Reimplemented from limal::ca_mgm::ExtensionBase.