#include <AuthorityInfoAccessExtension.hpp>
ca_mgm::AuthorityInformation::AuthorityInformation |
( |
| ) |
|
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 |
ca_mgm::AuthorityInformation::~AuthorityInformation |
( |
| ) |
|
std::vector<std::string> ca_mgm::AuthorityInformation::dump |
( |
| ) |
const |
Return the content of this object for debugging
std::string ca_mgm::AuthorityInformation::getAccessOID |
( |
| ) |
const |
LiteralValue ca_mgm::AuthorityInformation::getLocation |
( |
| ) |
const |
Return the location object
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 |
bool ca_mgm::AuthorityInformation::valid |
( |
| ) |
const |
Check if this object is valid
- Returns
- true if this object is valid, otherwise false
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
The documentation for this class was generated from the following file: