public class EncryptionKey extends AbstractModel
Constructor and Description |
---|
EncryptionKey() |
EncryptionKey(EncryptionKey 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 |
getCreateTime()
Get DEK密钥创建时间。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getDEKCipherTextBlob()
Get 实例加密密钥DEK的密文。
注意:此字段可能返回 null,表示取不到有效值。
|
Long |
getIsEnabled()
Get 密钥是否启用,1-启用, 0-未启用。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getKeyAlias()
Get KMS实例加密Key的别名。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getKeyId()
Get KMS实例加密的KeyId。
注意:此字段可能返回 null,表示取不到有效值。
|
String |
getKeyRegion()
Get KMS密钥所在地域。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setCreateTime(String CreateTime)
Set DEK密钥创建时间。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setDEKCipherTextBlob(String DEKCipherTextBlob)
Set 实例加密密钥DEK的密文。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setIsEnabled(Long IsEnabled)
Set 密钥是否启用,1-启用, 0-未启用。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setKeyAlias(String KeyAlias)
Set KMS实例加密Key的别名。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setKeyId(String KeyId)
Set KMS实例加密的KeyId。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
setKeyRegion(String KeyRegion)
Set KMS密钥所在地域。
注意:此字段可能返回 null,表示取不到有效值。
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public EncryptionKey()
public EncryptionKey(EncryptionKey source)
public String getKeyId()
public void setKeyId(String KeyId)
KeyId
- KMS实例加密的KeyId。
注意:此字段可能返回 null,表示取不到有效值。public String getKeyAlias()
public void setKeyAlias(String KeyAlias)
KeyAlias
- KMS实例加密Key的别名。
注意:此字段可能返回 null,表示取不到有效值。public String getDEKCipherTextBlob()
public void setDEKCipherTextBlob(String DEKCipherTextBlob)
DEKCipherTextBlob
- 实例加密密钥DEK的密文。
注意:此字段可能返回 null,表示取不到有效值。public Long getIsEnabled()
public void setIsEnabled(Long IsEnabled)
IsEnabled
- 密钥是否启用,1-启用, 0-未启用。
注意:此字段可能返回 null,表示取不到有效值。public String getKeyRegion()
public void setKeyRegion(String KeyRegion)
KeyRegion
- KMS密钥所在地域。
注意:此字段可能返回 null,表示取不到有效值。public String getCreateTime()
public void setCreateTime(String CreateTime)
CreateTime
- DEK密钥创建时间。
注意:此字段可能返回 null,表示取不到有效值。Copyright © 2022. All rights reserved.