NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
ndn::security::v1 Namespace Reference

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 >
 

Function Documentation

◆ operator<<() [1/2]

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

◆ operator<<() [2/2]

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().

Variable Documentation

◆ WireEncodable< Certificate >

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

Definition at line 40 of file certificate.cpp.

◆ WireDecodable< Certificate >

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

Definition at line 41 of file certificate.cpp.

◆ WireEncodable< IdentityCertificate >

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

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

◆ WireDecodable< IdentityCertificate >

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

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