A CertificateSubjectDescription represents the SubjectDescription entry in a Certificate.
More...
#include <certificate-subject-description.hpp>
A CertificateSubjectDescription represents the SubjectDescription entry in a Certificate.
Definition at line 43 of file certificate-subject-description.hpp.
ndn::security::v1::CertificateSubjectDescription::CertificateSubjectDescription |
( |
CryptoPP::BufferedTransformation & |
in | ) |
|
|
inlineexplicit |
ndn::security::v1::CertificateSubjectDescription::CertificateSubjectDescription |
( |
const Oid & |
oid, |
|
|
const std::string & |
value |
|
) |
| |
|
inline |
void ndn::security::v1::CertificateSubjectDescription::decode |
( |
CryptoPP::BufferedTransformation & |
in | ) |
|
- Todo:
- May be add more intelligent processing, since the following may fail if somebody encoded attribute that uses non PRINTABLE_STRING as value
Definition at line 57 of file certificate-subject-description.cpp.
void ndn::security::v1::CertificateSubjectDescription::encode |
( |
CryptoPP::BufferedTransformation & |
out | ) |
const |
std::string ndn::security::v1::CertificateSubjectDescription::getOidString |
( |
| ) |
const |
|
inline |
const std::string& ndn::security::v1::CertificateSubjectDescription::getValue |
( |
| ) |
const |
|
inline |