RMS SDK for C++  0.2.1
A client library for using Microsoft RMS from Linux.
Static Public Member Functions | List of all members
rmscore::modernapi::HttpHelper Class Reference

Helper class to add additional trusted CA certificates for use only with this library. More...

#include <HttpHelper.h>

Static Public Member Functions

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...
 

Detailed Description

Helper class to add additional trusted CA certificates for use only with this library.

Member Function Documentation

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
certificateSerialized 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
certificateSerialized certificate.
Returns
True if operation succeeded, otherwise false.

The documentation for this class was generated from the following files: