Helper class to add additional trusted CA certificates for use only with this library.
More...
#include <HttpHelper.h>
|
| static bool | addCACertificateBase64 (const std::vector< uint8_t > &certificate) |
| | Adds trusted CA certificates for use only with this library. Certificates should be serialized in Base64 format. More...
|
| |
| static bool | addCACertificateDer (const std::vector< uint8_t > &certificate) |
| | Adds trusted CA certificates for use only with this library. Certificates should be serialized in DER format. More...
|
| |
Helper class to add additional trusted CA certificates for use only with this library.
| bool rmscore::modernapi::HttpHelper::addCACertificateBase64 |
( |
const std::vector< uint8_t > & |
certificate | ) |
|
|
static |
Adds trusted CA certificates for use only with this library. Certificates should be serialized in Base64 format.
- Parameters
-
| certificate | Serialized certificate. |
- Returns
- True if operation succeeded, otherwise false.
| bool rmscore::modernapi::HttpHelper::addCACertificateDer |
( |
const std::vector< uint8_t > & |
certificate | ) |
|
|
static |
Adds trusted CA certificates for use only with this library. Certificates should be serialized in DER format.
- Parameters
-
| certificate | Serialized certificate. |
- Returns
- True if operation succeeded, otherwise false.
The documentation for this class was generated from the following files:
- sdk/rms_sdk/ModernAPI/HttpHelper.h
- sdk/rms_sdk/ModernAPI/HttpHelper.cpp