#include <AuthorityInfoAccessExtension.hpp>
◆ AuthorityInformation() [1/3]
| ca_mgm::AuthorityInformation::AuthorityInformation |
( |
| ) |
|
◆ AuthorityInformation() [2/3]
| ca_mgm::AuthorityInformation::AuthorityInformation |
( |
const std::string & |
accessOID, |
|
|
const LiteralValue & |
location |
|
) |
| |
Construct an object with access OID and location
LiteralValue lv("URI", "http://www.example.com/ca/");
- Parameters
-
| accessOID | OCSP, caIssuers or any valid OID |
| location | location of the information |
◆ AuthorityInformation() [3/3]
◆ ~AuthorityInformation()
| ca_mgm::AuthorityInformation::~AuthorityInformation |
( |
| ) |
|
◆ dump()
| std::vector<std::string> ca_mgm::AuthorityInformation::dump |
( |
| ) |
const |
Return the content of this object for debugging
◆ getAccessOID()
| std::string ca_mgm::AuthorityInformation::getAccessOID |
( |
| ) |
const |
◆ getLocation()
| LiteralValue ca_mgm::AuthorityInformation::getLocation |
( |
| ) |
const |
Return the location object
◆ operator=()
◆ setAuthorityInformation()
| void ca_mgm::AuthorityInformation::setAuthorityInformation |
( |
const std::string & |
accessOID, |
|
|
const LiteralValue & |
location |
|
) |
| |
Set new Authority Informations
- Parameters
-
| accessOID | OCSP, caIssuers or any valid OID |
| location | location of the information |
◆ valid()
| bool ca_mgm::AuthorityInformation::valid |
( |
| ) |
const |
Check if this object is valid
- Returns
- true if this object is valid, otherwise false
◆ verify()
| std::vector<std::string> ca_mgm::AuthorityInformation::verify |
( |
| ) |
const |
Verify this object and return an Array with all error messages.
- Returns
- Array with error messages. If this Array is empty this object is valid
◆ operator<
◆ operator==
◆ m_impl
The documentation for this class was generated from the following file: