public class DescribeDrmEncryptKeysRequest extends AbstractModel
Constructor and Description |
---|
DescribeDrmEncryptKeysRequest() |
Modifier and Type | Method and Description |
---|---|
DrmGetKeyPara |
getDrmGetKeyPara()
获取获取key所需要的参数。
|
String |
getRsaSignature()
获取base64 编码的DrmGetKeyPara参数数字签名。
|
void |
setDrmGetKeyPara(DrmGetKeyPara DrmGetKeyPara)
设置获取key所需要的参数。
|
void |
setRsaSignature(String RsaSignature)
设置base64 编码的DrmGetKeyPara参数数字签名。
|
void |
toMap(HashMap<String,String> map,
String prefix)
内部实现,用户禁止调用
|
fromJsonString, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public DrmGetKeyPara getDrmGetKeyPara()
public void setDrmGetKeyPara(DrmGetKeyPara DrmGetKeyPara)
DrmGetKeyPara
- 获取key所需要的参数。public String getRsaSignature()
public void setRsaSignature(String RsaSignature)
RsaSignature
- base64 编码的DrmGetKeyPara参数数字签名。Copyright © 2018. All rights reserved.