#include <AuthorityKeyIdentifierExtension.hpp>
Inheritance diagram for limal::ca_mgm::AuthorityKeyIdentifierExt:

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 |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
Implements limal::ca_mgm::ExtensionBase. |
|
|
Return the content of this object for debugging Reimplemented from limal::ca_mgm::ExtensionBase. |
|
|
Return the DirName of the Authority |
|
|
Return the key ID of the Authority |
|
|
Return the serial number of the Authority |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Check if this object is valid
Implements limal::ca_mgm::ExtensionBase. |
|
|
Verify this object and return an Array with all error messages.
Implements limal::ca_mgm::ExtensionBase. |
|
|
Reimplemented from limal::ca_mgm::ExtensionBase. |
1.4.6