public class SimpleAesEdkPair extends AbstractModel
Constructor and Description |
---|
SimpleAesEdkPair() |
SimpleAesEdkPair(SimpleAesEdkPair 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 |
getDk()
Get 数据密钥。返回的数据密钥 DK 为 Base64 编码字符串。
|
String |
getEdk()
Get 加密后的数据密钥。
|
void |
setDk(String Dk)
Set 数据密钥。返回的数据密钥 DK 为 Base64 编码字符串。
|
void |
setEdk(String Edk)
Set 加密后的数据密钥。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public SimpleAesEdkPair()
public SimpleAesEdkPair(SimpleAesEdkPair source)
public String getEdk()
public void setEdk(String Edk)
Edk
- 加密后的数据密钥。public String getDk()
public void setDk(String Dk)
Dk
- 数据密钥。返回的数据密钥 DK 为 Base64 编码字符串。Copyright © 2022. All rights reserved.