public class Encryption extends AbstractModel
header, skipSign
Constructor and Description |
---|
Encryption() |
Encryption(Encryption 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 |
getAlgorithm()
Get
|
String |
getCiphertextBlob()
Get
|
String[] |
getEncryptList()
Get
|
String |
getIv()
Get
|
String[] |
getTagList()
Get
|
void |
setAlgorithm(String Algorithm)
Set
|
void |
setCiphertextBlob(String CiphertextBlob)
Set
|
void |
setEncryptList(String[] EncryptList)
Set
|
void |
setIv(String Iv)
Set
|
void |
setTagList(String[] TagList)
Set
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonString
public Encryption()
public Encryption(Encryption source)
public String[] getEncryptList()
public void setEncryptList(String[] EncryptList)
EncryptList
- public String getCiphertextBlob()
public void setCiphertextBlob(String CiphertextBlob)
CiphertextBlob
- public String getIv()
public void setIv(String Iv)
Iv
- public String getAlgorithm()
public void setAlgorithm(String Algorithm)
Algorithm
- public String[] getTagList()
public void setTagList(String[] TagList)
TagList
- Copyright © 2024. All rights reserved.