public class EncryptConfig extends Object implements Serializable
| Constructor and Description |
|---|
EncryptConfig() |
EncryptConfig(String SSEAlgorithm,
String KMSDataEncryption,
String KMSMasterKeyID) |
| Modifier and Type | Method and Description |
|---|---|
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 © 2025. All Rights Reserved.