public interface IVodEncryptionSettingsService
| 限定符和类型 | 方法和说明 |
|---|---|
VodGetEncryptionSettingsResponse |
getEncryptionSettings(VodGetEncryptionSettingsRequest vodGetEncryptionSettingsRequest)
获取账号加密设置
API地址:https://dev.polyv.net/2019/videoproduct/v-api/v-api-encryptionsetting/get-playsafe/
|
VodUpdateEncryptionSettingsResponse |
updateEncryptionSettings(VodUpdateEncryptionSettingsRequest vodUpdateEncryptionSettingsRequest)
设置账号加密设置
API地址:https://dev.polyv.net/2019/videoproduct/v-api/v-api-encryptionsetting/set-playsafe/
|
VodGetEncryptionSettingsResponse getEncryptionSettings(VodGetEncryptionSettingsRequest vodGetEncryptionSettingsRequest) throws IOException, NoSuchAlgorithmException
vodGetEncryptionSettingsRequest - 获取账号加密设置请求实体IOException - 异常NoSuchAlgorithmException - 异常VodUpdateEncryptionSettingsResponse updateEncryptionSettings(VodUpdateEncryptionSettingsRequest vodUpdateEncryptionSettingsRequest) throws IOException, NoSuchAlgorithmException
vodUpdateEncryptionSettingsRequest - 设置账号加密设置请求实体IOException - 异常NoSuchAlgorithmException - 异常Copyright © 2022. All rights reserved.