MLMediaDRMRSAInputParam
Module: Media Player
#include <ml_media_drm.h>
Public Attributes
Type | Name |
---|---|
char * | algorithm The MAC algorithm used for padding/signing. The only supported algorithm now is "HmacSHA256". |
MLMediaDRMByteArray * | wrapped_rsa_key |
Detailed Description
struct MLMediaDRMRSAInputParam;
Data type that encapsulates algorithm, wrapped_key for RSA operation.
Public Attributes Documentation
algorithm
char * algorithm;
The MAC algorithm used for padding/signing. The only supported algorithm now is "HmacSHA256".
wrapped_rsa_key
MLMediaDRMByteArray * wrapped_rsa_key;
The wrapped RSA key to be used.