public class DescribeKeysRequest extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| DescribeKeysRequest() | 
| DescribeKeysRequest(DescribeKeysRequest source)NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
       and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy. | 
| Modifier and Type | Method and Description | 
|---|---|
| String | getContentId()Get 一个加密内容的唯一标识。
如果该参数为空,则后台自动生成 | 
| String | getContentType()Get 内容类型。接口取值VodVideo,LiveVideo | 
| String | getDrmType()Get 使用的DRM方案类型,接口取值WIDEVINE、FAIRPLAY、NORMALAES。 | 
| String | getRsaPublicKey()Get Base64编码的Rsa公钥,用来加密出参中的SessionKey。
如果该参数为空,则出参中SessionKey为明文。 | 
| String[] | getTracks()Get 加密的track列表,接口取值VIDEO、AUDIO。 | 
| void | setContentId(String ContentId)Set 一个加密内容的唯一标识。
如果该参数为空,则后台自动生成 | 
| void | setContentType(String ContentType)Set 内容类型。接口取值VodVideo,LiveVideo | 
| void | setDrmType(String DrmType)Set 使用的DRM方案类型,接口取值WIDEVINE、FAIRPLAY、NORMALAES。 | 
| void | setRsaPublicKey(String RsaPublicKey)Set Base64编码的Rsa公钥,用来加密出参中的SessionKey。
如果该参数为空,则出参中SessionKey为明文。 | 
| void | setTracks(String[] Tracks)Set 加密的track列表,接口取值VIDEO、AUDIO。 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic DescribeKeysRequest()
public DescribeKeysRequest(DescribeKeysRequest source)
public String getDrmType()
public void setDrmType(String DrmType)
DrmType - 使用的DRM方案类型,接口取值WIDEVINE、FAIRPLAY、NORMALAES。public String[] getTracks()
public void setTracks(String[] Tracks)
Tracks - 加密的track列表,接口取值VIDEO、AUDIO。public String getContentType()
public void setContentType(String ContentType)
ContentType - 内容类型。接口取值VodVideo,LiveVideopublic String getRsaPublicKey()
public void setRsaPublicKey(String RsaPublicKey)
RsaPublicKey - Base64编码的Rsa公钥,用来加密出参中的SessionKey。
如果该参数为空,则出参中SessionKey为明文。public String getContentId()
public void setContentId(String ContentId)
ContentId - 一个加密内容的唯一标识。
如果该参数为空,则后台自动生成Copyright © 2025. All rights reserved.