Shaka Packager SDK
|
#include <crypto_params.h>
Public Attributes | |
std::string | key_server_url |
PlayReady license / key server URL. | |
std::string | program_identifier |
PlayReady program identifier. | |
std::string | ca_file |
std::string | client_cert_file |
Absolute path to client certificate file. | |
std::string | client_cert_private_key_file |
Absolute path to the private key file. | |
std::string | client_cert_private_key_password |
Password to the private key file. | |
PlayReady encryption parameters. key_server_url
and program_identifier
are required. The presence of other parameters may be necessary depends on server configuration.
Definition at line 106 of file crypto_params.h.
std::string shaka::PlayReadyEncryptionParams::ca_file |
Absolute path to the Certificate Authority file for the server cert in PEM format.
Definition at line 113 of file crypto_params.h.