Skip to main content
Version: 20 Mar 2024

MLMediaDRMRSAInputParam

Module: Media Player

More...

#include <ml_media_drm.h>

Public Attributes

TypeName
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.