public class SimpleAesDrm extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
SimpleAesDrm()  | 
SimpleAesDrm(SimpleAesDrm 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 | 
getKey()
Get Encryption key (32-byte hexadecimal string). 
 | 
String | 
getUri()
Get The URI of decryption key. 
 | 
String | 
getVector()
Get Initialization vector for encryption (32-byte hexadecimal string). 
 | 
void | 
setKey(String Key)
Set Encryption key (32-byte hexadecimal string). 
 | 
void | 
setUri(String Uri)
Set The URI of decryption key. 
 | 
void | 
setVector(String Vector)
Set Initialization vector for encryption (32-byte hexadecimal string). 
 | 
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 SimpleAesDrm()
public SimpleAesDrm(SimpleAesDrm source)
public String getUri()
public void setUri(String Uri)
Uri - The URI of decryption key.
Note: This field may return null, indicating that no valid values can be obtained.public String getKey()
public void setKey(String Key)
Key - Encryption key (32-byte hexadecimal string).
Note: This field may return null, indicating that no valid value can be obtained.public String getVector()
public void setVector(String Vector)
Vector - Initialization vector for encryption (32-byte hexadecimal string).
Note: This field may return null, indicating that no valid value can be obtained.Copyright © 2025. All rights reserved.