9 #ifndef _RMS_LIB_HTTPHELPER_H_
10 #define _RMS_LIB_HTTPHELPER_H_
15 #include "ModernAPIExport.h"
32 static bool addCACertificateBase64(
const std::vector<uint8_t>& certificate);
40 static bool addCACertificateDer(
const std::vector<uint8_t>& certificate);
45 #endif // _RMS_LIB_HTTPHELPER_H_
Helper class to add additional trusted CA certificates for use only with this library.
Definition: HttpHelper.h:23
Definition: AuthenticationCallbackImpl.h:16