|
IBR-DTNSuite
0.10
|
Classes | |
| class | BundleAuthenticationBlock |
| class | ExtensionSecurityBlock |
| class | MutualSerializer |
| class | PayloadConfidentialBlock |
| class | PayloadIntegrityBlock |
| class | SecurityBlock |
| class | SecurityKey |
| class | StrictSerializer |
| class | SecurityCertificateException |
| class | SecurityCertificateManager |
| This class is a manager to handle certificates. More... | |
| class | SecurityKeyManager |
| class | SecurityManager |
Functions | |
| std::ostream & | operator<< (std::ostream &stream, const SecurityBlock::TLVList &tlvlist) |
| std::istream & | operator>> (std::istream &stream, SecurityBlock::TLVList &tlvlist) |
| std::ostream & | operator<< (std::ostream &stream, const SecurityBlock::TLV &tlv) |
| std::istream & | operator>> (std::istream &stream, SecurityBlock::TLV &tlv) |
| std::ostream& dtn::security::operator<< | ( | std::ostream & | stream, |
| const SecurityBlock::TLVList & | tlvlist | ||
| ) |
Definition at line 134 of file SecurityBlock.cpp.
| std::ostream& dtn::security::operator<< | ( | std::ostream & | stream, |
| const SecurityBlock::TLV & | tlv | ||
| ) |
Definition at line 173 of file SecurityBlock.cpp.
| std::istream& dtn::security::operator>> | ( | std::istream & | stream, |
| SecurityBlock::TLVList & | tlvlist | ||
| ) |
Definition at line 146 of file SecurityBlock.cpp.
References dtn::security::SecurityBlock::TLVList::getLength().

| std::istream& dtn::security::operator>> | ( | std::istream & | stream, |
| SecurityBlock::TLV & | tlv | ||
| ) |
Definition at line 180 of file SecurityBlock.cpp.