Classes | |
class | Certificate |
class | CertificateExtension |
A CertificateExtension represents the Extension entry in a certificate. More... | |
class | CertificateSubjectDescription |
A CertificateSubjectDescription represents the SubjectDescription entry in a Certificate. More... | |
class | IdentityCertificate |
class | PublicKey |
Functions | |
std::ostream & | operator<< (std::ostream &os, const Certificate &cert) |
std::ostream & | operator<< (std::ostream &os, const PublicKey &key) |
Variables | |
WireEncodable< Certificate > | |
WireDecodable< Certificate > | |
WireEncodable< IdentityCertificate > | |
WireDecodable< IdentityCertificate > | |
std::ostream & ndn::security::v1::operator<< | ( | std::ostream & | os, |
const Certificate & | cert | ||
) |
Definition at line 351 of file certificate.cpp.
References ndn::security::v1::Certificate::printCertificate().
std::ostream & ndn::security::v1::operator<< | ( | std::ostream & | os, |
const PublicKey & | key | ||
) |
Definition at line 145 of file public-key.cpp.
References ndn::Buffer::buf(), and ndn::security::v1::PublicKey::get().
ndn::security::v1::WireEncodable< Certificate > |
Definition at line 40 of file certificate.cpp.
ndn::security::v1::WireDecodable< Certificate > |
Definition at line 41 of file certificate.cpp.
ndn::security::v1::WireEncodable< IdentityCertificate > |
Definition at line 31 of file identity-certificate.cpp.
ndn::security::v1::WireDecodable< IdentityCertificate > |
Definition at line 32 of file identity-certificate.cpp.