RADLib
RADical C++ application framework
RADSecurity::TrustedLicenseKey Struct Reference

Public issuer key trusted for license verification. More...

#include <RADSecurity.h>

Public Attributes

std::string keyId
 Stable key id stored in the signed license document. More...
 
std::string publicKeyPem
 PEM-encoded issuer public key. More...
 
bool revoked = false
 Whether this key has been explicitly revoked by policy. More...
 

Detailed Description

Public issuer key trusted for license verification.

Member Data Documentation

◆ keyId

std::string RADSecurity::TrustedLicenseKey::keyId

Stable key id stored in the signed license document.

◆ publicKeyPem

std::string RADSecurity::TrustedLicenseKey::publicKeyPem

PEM-encoded issuer public key.

◆ revoked

bool RADSecurity::TrustedLicenseKey::revoked = false

Whether this key has been explicitly revoked by policy.


The documentation for this struct was generated from the following file: