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 The encryption key (a 32-byte string). | 
| String | getUri()Get The URI of decryption key. | 
| String | getVector()Get The initialization vector for encryption (a 32-byte string). | 
| void | setKey(String Key)Set The encryption key (a 32-byte string). | 
| void | setUri(String Uri)Set The URI of decryption key. | 
| void | setVector(String Vector)Set The initialization vector for encryption (a 32-byte 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 - The encryption key (a 32-byte string).
Note: This field may return null, indicating that no valid values can be obtained.public String getVector()
public void setVector(String Vector)
Vector - The initialization vector for encryption (a 32-byte string).
Note: This field may return null, indicating that no valid values can be obtained.Copyright © 2025. All rights reserved.