public class EncryptConfig extends Object implements Serializable
| 构造器和说明 |
|---|
EncryptConfig() |
EncryptConfig(String SSEAlgorithm,
String KMSDataEncryption,
String KMSMasterKeyID) |
| 限定符和类型 | 方法和说明 |
|---|---|
static EncryptConfig |
FromJsonObject(com.alibaba.fastjson.JSONObject object) |
String |
getKMSDataEncryption() |
String |
getKMSMasterKeyID() |
String |
getSSEAlgorithm() |
void |
setKMSDataEncryption(String KMSDataEncryption) |
void |
setKMSMasterKeyID(String KMSMasterKeyID) |
void |
setSSEAlgorithm(String SSEAlgorithm) |
com.alibaba.fastjson.JSONObject |
ToJsonObject() |
public static EncryptConfig FromJsonObject(com.alibaba.fastjson.JSONObject object)
public com.alibaba.fastjson.JSONObject ToJsonObject()
public String getSSEAlgorithm()
public void setSSEAlgorithm(String SSEAlgorithm)
public String getKMSDataEncryption()
public void setKMSDataEncryption(String KMSDataEncryption)
public String getKMSMasterKeyID()
public void setKMSMasterKeyID(String KMSMasterKeyID)
Copyright © 2026. All Rights Reserved.