Cryptolens Client API for C++
Public Member Functions | Static Public Member Functions | List of all members
cryptolens_io::v20190401::RawLicenseKey Class Reference

#include <RawLicenseKey.hpp>

Public Member Functions

std::string const & get_base64_license () const
 
std::string const & get_signature () const
 
std::string const & get_license () const
 

Static Public Member Functions

template<typename SignatureVerifier >
static optional< RawLicenseKeymake (basic_Error &e, SignatureVerifier const &verifier, std::string base64_license, std::string signature)
 

Detailed Description

This class represents a raw reply from the Cryptolens Web API with a license key.

This object cannot be queried directly, instead a LicenseKey object must be created, e.g:

LicenseKey key = LicenseKey::make(raw_license_key)

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