#include <src/api/mip/protection/parsed_publishing_license.h>
Definition at line 47 of file parsed_publishing_license.h.
◆ GetConnectionInfo()
Gets the connection info.
◆ GetContentId()
virtual const std::string & ParsedPublishingLicense::GetContentId |
( |
| ) |
|
|
pure virtual |
◆ GetDescriptor()
virtual std::shared_ptr< LicenseDescriptor > ParsedPublishingLicense::GetDescriptor |
( |
| ) |
|
|
pure virtual |
◆ GetDomains()
virtual const std::vector< std::string > & ParsedPublishingLicense::GetDomains |
( |
| ) |
|
|
pure virtual |
Gets the license domains.
◆ GetDoubleKeyAlgorithm()
virtual const std::string & ParsedPublishingLicense::GetDoubleKeyAlgorithm |
( |
| ) |
|
|
pure virtual |
Gets the double key algorithm.
◆ GetEncryptedRightsData()
virtual const std::vector< uint8_t > & ParsedPublishingLicense::GetEncryptedRightsData |
( |
| ) |
|
|
pure virtual |
Gets the encrypted rights data.
Used internally by the SDK. Applications should not try to decipher or modify this data.
◆ GetIssuedTime()
virtual const std::chrono::time_point< std::chrono::system_clock > & ParsedPublishingLicense::GetIssuedTime |
( |
| ) |
|
|
pure virtual |
◆ GetIssuerId()
virtual const std::string & ParsedPublishingLicense::GetIssuerId |
( |
| ) |
|
|
pure virtual |
◆ GetLabelInfo()
virtual const mip::LabelInfo & ParsedPublishingLicense::GetLabelInfo |
( |
| ) |
|
|
pure virtual |
Gets the label info of the license, if applicable.
◆ GetOwner()
virtual const std::string & ParsedPublishingLicense::GetOwner |
( |
| ) |
|
|
pure virtual |
◆ GetReferralInfoUrl()
virtual const std::string & ParsedPublishingLicense::GetReferralInfoUrl |
( |
| ) |
|
|
pure virtual |
Gets the referral info url.
◆ GetServerPublicCert()
virtual const std::string & ParsedPublishingLicense::GetServerPublicCert |
( |
| ) |
|
|
pure virtual |
Gets the server public cert.
◆ GetSignedApplicationData()
virtual const std::vector< std::shared_ptr< LicenseApplicationData > > & ParsedPublishingLicense::GetSignedApplicationData |
( |
| ) |
|
|
pure virtual |
Gets the signed application data.
The documentation for this class was generated from the following file: