ndn::security::v1 Namespace Reference

Data Structures

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 >
 

Function Documentation

std::ostream & ndn::security::v1::operator<< ( std::ostream &  os,
const PublicKey key 
)

Definition at line 145 of file v1/public-key.cpp.

std::ostream & ndn::security::v1::operator<< ( std::ostream &  os,
const Certificate cert 
)

Definition at line 351 of file certificate.cpp.

Variable Documentation

ndn::security::v1::WireDecodable< Certificate >

Definition at line 41 of file certificate.cpp.

ndn::security::v1::WireDecodable< IdentityCertificate >

Definition at line 32 of file identity-certificate.cpp.

ndn::security::v1::WireEncodable< Certificate >

Definition at line 40 of file certificate.cpp.

ndn::security::v1::WireEncodable< IdentityCertificate >

Definition at line 31 of file identity-certificate.cpp.