|
IBR-DTNSuite 0.6
|
Classes | |
| class | BundleAuthenticationBlock |
| class | ExtensionSecurityBlock |
| class | MutualSerializer |
| class | PayloadConfidentialBlock |
| class | PayloadIntegrityBlock |
| class | SecurityBlock |
| class | SecurityKey |
| class | StrictSerializer |
| 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 119 of file SecurityBlock.cpp.
| std::ostream& dtn::security::operator<< | ( | std::ostream & | stream, |
| const SecurityBlock::TLV & | tlv | ||
| ) |
Definition at line 158 of file SecurityBlock.cpp.
| std::istream& dtn::security::operator>> | ( | std::istream & | stream, |
| SecurityBlock::TLV & | tlv | ||
| ) |
Definition at line 165 of file SecurityBlock.cpp.
| std::istream& dtn::security::operator>> | ( | std::istream & | stream, |
| SecurityBlock::TLVList & | tlvlist | ||
| ) |
Definition at line 131 of file SecurityBlock.cpp.
References dtn::security::SecurityBlock::TLVList::getLength().
