public class KeyParam extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| KeyParam() | 
| KeyParam(KeyParam 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 | getIv()Get 请使用腾讯云DRM 提供的公钥,使用rsa加密算法,PKCS1填充方式对解密密钥进行加密,并对加密结果进行base64编码。 | 
| String | getKey()Get 请使用腾讯云DRM 提供的公钥,使用rsa加密算法,PKCS1填充方式对解密密钥进行加密,并对加密结果进行base64编码。 | 
| String | getKeyId()Get 密钥ID。 | 
| String | getTrack()Get 加密track类型。取值范围:
SD、HD、UHD1、UHD2、AUDIO | 
| void | setIv(String Iv)Set 请使用腾讯云DRM 提供的公钥,使用rsa加密算法,PKCS1填充方式对解密密钥进行加密,并对加密结果进行base64编码。 | 
| void | setKey(String Key)Set 请使用腾讯云DRM 提供的公钥,使用rsa加密算法,PKCS1填充方式对解密密钥进行加密,并对加密结果进行base64编码。 | 
| void | setKeyId(String KeyId)Set 密钥ID。 | 
| void | setTrack(String Track)Set 加密track类型。取值范围:
SD、HD、UHD1、UHD2、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 KeyParam()
public KeyParam(KeyParam source)
public String getTrack()
public void setTrack(String Track)
Track - 加密track类型。取值范围:
SD、HD、UHD1、UHD2、AUDIOpublic String getKey()
public void setKey(String Key)
Key - 请使用腾讯云DRM 提供的公钥,使用rsa加密算法,PKCS1填充方式对解密密钥进行加密,并对加密结果进行base64编码。public String getKeyId()
public void setKeyId(String KeyId)
KeyId - 密钥ID。public String getIv()
public void setIv(String Iv)
Iv - 请使用腾讯云DRM 提供的公钥,使用rsa加密算法,PKCS1填充方式对解密密钥进行加密,并对加密结果进行base64编码。Copyright © 2025. All rights reserved.