ImagingTools Core SDK
Public Member Functions | List of all members
imtlic::IEncyptedLicenseKeyProviderabstract

#include <IEncyptedLicenseKeyProvider.h>

Inheritance diagram for imtlic::IEncyptedLicenseKeyProvider:
imtlic::CLicenseKeyProvider

Public Member Functions

virtual QByteArray GetLicenseKey (const IProductInstanceInfo &instance, const QByteArray &licenseId, const QByteArray &privateKey) const =0
 

Detailed Description

Provider of encrypted license keys for a product instance.

Definition at line 20 of file IEncyptedLicenseKeyProvider.h.

Member Function Documentation

◆ GetLicenseKey()

virtual QByteArray imtlic::IEncyptedLicenseKeyProvider::GetLicenseKey ( const IProductInstanceInfo instance,
const QByteArray &  licenseId,
const QByteArray &  privateKey 
) const
pure virtual

Get the encrypted license key for a given license-ID.