#include <AuthorityInfoAccessExtension.hpp>
Public Member Functions | |
| AuthorityInformation () | |
| AuthorityInformation (const String &accessOID, const LiteralValue &location) | |
| AuthorityInformation (const AuthorityInformation &ai) | |
| ~AuthorityInformation () | |
| AuthorityInformation & | operator= (const AuthorityInformation &ai) |
| void | setAuthorityInformation (const String &accessOID, const LiteralValue &location) |
| String | getAccessOID () const |
| LiteralValue | getLocation () const |
| bool | valid () const |
| BLOCXX_NAMESPACE::Array< String > | verify () const |
| BLOCXX_NAMESPACE::Array< String > | dump () const |
Private Attributes | |
| BLOCXX_NAMESPACE::COWIntrusiveReference< AuthorityInformationImpl > | m_impl |
Friends | |
| bool | operator== (const AuthorityInformation &l, const AuthorityInformation &r) |
| bool | operator< (const AuthorityInformation &l, const AuthorityInformation &r) |
|
|
Construct an empty AuthorityInformation object |
|
||||||||||||
|
Construct an object with access OID and location
LiteralValue lv("URI", "http://www.example.com/ca/"); AuthorityInformation ai("caIssuers", lv);
|
|
|
Copy an AuthorityInformation object |
|
|
Destructor |
|
|
Return the content of this object for debugging |
|
|
Return the access OID |
|
|
Return the location object |
|
|
|
|
||||||||||||
|
Set new Authority Informations
|
|
|
Check if this object is valid
|
|
|
Verify this object and return an Array with all error messages.
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
|
1.4.6