Cas Client repo update-2.
-Parse EMM in Cas plugin -Entitlement key rotation support -Multi_content_license support
This commit is contained in:
@@ -5063,6 +5063,29 @@ OEMCryptoResult OEMCrypto_CreateEntitledKeySession(
|
||||
OEMCryptoResult OEMCrypto_RemoveEntitledKeySession(
|
||||
OEMCrypto_SESSION key_session);
|
||||
|
||||
/*
|
||||
* OEMCrypto_ReassociateEntitledKeySession
|
||||
*
|
||||
* Description:
|
||||
* This method associates an existing entitled key session to the specified OEMCrypto session.
|
||||
*
|
||||
* Parameters:
|
||||
* [in] key_session: id of the entitled key session.
|
||||
* [in] oec_session: handle for the OEMCrypto session to be associated with
|
||||
* the entitled key session.
|
||||
*
|
||||
* Returns:
|
||||
* OEMCrypto_SUCCESS success
|
||||
* OEMCrypto_ERROR_NOT_IMPLEMENTED
|
||||
* OEMCrypto_ERROR_INVALID_ENTITLED_KEY_SESSION
|
||||
* OEMCrypto_ERROR_INVALID_SESSION
|
||||
*
|
||||
* Version:
|
||||
* This method is new in API version 17.
|
||||
*/
|
||||
OEMCryptoResult OEMCrypto_ReassociateEntitledKeySession(
|
||||
OEMCrypto_SESSION key_session, OEMCrypto_SESSION oec_session);
|
||||
|
||||
/****************************************************************************/
|
||||
/****************************************************************************/
|
||||
/* The following functions are deprecated. They are not required for the
|
||||
|
||||
Reference in New Issue
Block a user