Module: CPKIFAuthorityKeyIdentifier
Definition in file AuthorityKeyIdentifier.h.
#include "PKIFdll.h"
#include <vector>
#include <iosfwd>
#include "X509Extension.h"


Go to the source code of this file.
Classes | |
| class | CPKIFAuthorityKeyIdentifier |
Defines | |
| #define | CAC_API_FACTORY |
Functions | |
| FD_LIST_PTR (CPKIFGeneralName) | |
| DECLARE_SMART_POINTERS (CPKIFAuthorityKeyIdentifier) | |
| CAC_API std::ostream & | operator<< (std::ostream &os, const CPKIFAuthorityKeyIdentifierPtr &akid) |
| output a textual representation of the value of the extension to os | |
| CAC_API std::ostream & | operator<< (std::ostream &os, const CPKIFAuthorityKeyIdentifier &akid) |
| output a textual representation of the value of the extension to os | |
| #define CAC_API_FACTORY |
Definition at line 18 of file AuthorityKeyIdentifier.h.
| DECLARE_SMART_POINTERS | ( | CPKIFAuthorityKeyIdentifier | ) |
| FD_LIST_PTR | ( | CPKIFGeneralName | ) |
| CAC_API std::ostream& operator<< | ( | std::ostream & | os, | |
| const CPKIFAuthorityKeyIdentifier & | akid | |||
| ) |
output a textual representation of the value of the extension to os
Definition at line 289 of file AuthorityKeyIdentifier.cpp.
References btoa(), CPKIFAuthorityKeyIdentifier::IssDNAndSerialNumberPresent(), CPKIFAuthorityKeyIdentifier::Issuer(), CPKIFAuthorityKeyIdentifier::KeyIdentifier(), CPKIFAuthorityKeyIdentifier::KeyIDPresent(), and CPKIFAuthorityKeyIdentifier::SerialNumber().
| CAC_API std::ostream& operator<< | ( | std::ostream & | os, | |
| const CPKIFAuthorityKeyIdentifierPtr & | akid | |||
| ) |
output a textual representation of the value of the extension to os
Definition at line 283 of file AuthorityKeyIdentifier.cpp.
References operator<<().
1.5.6