|
OpenDDS
Snapshot(2022/12/09-19:23)
|
#include "Certificate.h"#include "PrivateKey.h"#include "dds/DdsDcpsGuidC.h"#include "dds/DdsDcpsCoreC.h"#include <string>

Go to the source code of this file.
Namespaces | |
| OpenDDS | |
| The Internal API and Implementation of OpenDDS. | |
| module | OpenDDS::Security |
| OpenDDS::Security::SSL | |
Functions | |
| int | OpenDDS::Security::SSL::make_adjusted_guid (const OpenDDS::DCPS::GUID_t &src, OpenDDS::DCPS::GUID_t &dst, const Certificate &target) |
| int | OpenDDS::Security::SSL::make_nonce_256 (std::vector< unsigned char > &nonce) |
| int | OpenDDS::Security::SSL::make_nonce_256 (DDS::OctetSeq &nonce) |
| unsigned char | OpenDDS::Security::SSL::offset_1bit (const unsigned char array[], size_t i) |
| Gets byte from array as though it were shifted right one bit. More... | |
| int | OpenDDS::Security::SSL::hash (const std::vector< const DDS::OctetSeq *> &src, DDS::OctetSeq &dst) |
| int | OpenDDS::Security::SSL::hash_serialized (const DDS::BinaryPropertySeq &src, DDS::OctetSeq &dst) |
| int | OpenDDS::Security::SSL::sign_serialized (const DDS::BinaryPropertySeq &src, const PrivateKey &key, DDS::OctetSeq &dst) |
| int | OpenDDS::Security::SSL::verify_serialized (const DDS::BinaryPropertySeq &src, const Certificate &key, const DDS::OctetSeq &signed_data) |
1.8.13