MLMediaDRMHMACInputParam
Module: Media Player
#include <ml_media_drm.h>
Public Attributes
Type | Name |
---|---|
char * | algorithm The MAC algorithm used for the MAC-HASH operation. The only supported algorithm now is "HmacSHA256". |
MLMediaDRMByteArray * | key_set_id |
Detailed Description
struct MLMediaDRMHMACInputParam;
Data type that encapsulates algorithm, key_set_id for HMAC based Sign/Verify.
Public Attributes Documentation
algorithm
char * algorithm;
The MAC algorithm used for the MAC-HASH operation. The only supported algorithm now is "HmacSHA256".
key_set_id
MLMediaDRMByteArray * key_set_id;
The identifier for the key to be used.