- Decrypt(DecryptRequest) - Method in class com.tencentcloudapi.kms.v20190118.KmsClient
-
本接口用于解密密文,得到明文数据。
- DecryptRequest - Class in com.tencentcloudapi.kms.v20190118.models
-
- DecryptRequest() - Constructor for class com.tencentcloudapi.kms.v20190118.models.DecryptRequest
-
- DecryptRequest(DecryptRequest) - Constructor for class com.tencentcloudapi.kms.v20190118.models.DecryptRequest
-
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.
- DecryptResponse - Class in com.tencentcloudapi.kms.v20190118.models
-
- DecryptResponse() - Constructor for class com.tencentcloudapi.kms.v20190118.models.DecryptResponse
-
- DecryptResponse(DecryptResponse) - Constructor for class com.tencentcloudapi.kms.v20190118.models.DecryptResponse
-
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.
- DeleteImportedKeyMaterial(DeleteImportedKeyMaterialRequest) - Method in class com.tencentcloudapi.kms.v20190118.KmsClient
-
用于删除导入的密钥材料,仅对EXTERNAL类型的CMK有效,该接口将CMK设置为PendingImport 状态,并不会删除CMK,在重新进行密钥导入后可继续使用。彻底删除CMK请使用 ScheduleKeyDeletion 接口。
- DeleteImportedKeyMaterialRequest - Class in com.tencentcloudapi.kms.v20190118.models
-
- DeleteImportedKeyMaterialRequest() - Constructor for class com.tencentcloudapi.kms.v20190118.models.DeleteImportedKeyMaterialRequest
-
- DeleteImportedKeyMaterialRequest(DeleteImportedKeyMaterialRequest) - Constructor for class com.tencentcloudapi.kms.v20190118.models.DeleteImportedKeyMaterialRequest
-
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.
- DeleteImportedKeyMaterialResponse - Class in com.tencentcloudapi.kms.v20190118.models
-
- DeleteImportedKeyMaterialResponse() - Constructor for class com.tencentcloudapi.kms.v20190118.models.DeleteImportedKeyMaterialResponse
-
- DeleteImportedKeyMaterialResponse(DeleteImportedKeyMaterialResponse) - Constructor for class com.tencentcloudapi.kms.v20190118.models.DeleteImportedKeyMaterialResponse
-
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.
- DeleteWhiteBoxKey(DeleteWhiteBoxKeyRequest) - Method in class com.tencentcloudapi.kms.v20190118.KmsClient
-
删除白盒密钥, 注意:必须先禁用后,才可以删除。
- DeleteWhiteBoxKeyRequest - Class in com.tencentcloudapi.kms.v20190118.models
-
- DeleteWhiteBoxKeyRequest() - Constructor for class com.tencentcloudapi.kms.v20190118.models.DeleteWhiteBoxKeyRequest
-
- DeleteWhiteBoxKeyRequest(DeleteWhiteBoxKeyRequest) - Constructor for class com.tencentcloudapi.kms.v20190118.models.DeleteWhiteBoxKeyRequest
-
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.
- DeleteWhiteBoxKeyResponse - Class in com.tencentcloudapi.kms.v20190118.models
-
- DeleteWhiteBoxKeyResponse() - Constructor for class com.tencentcloudapi.kms.v20190118.models.DeleteWhiteBoxKeyResponse
-
- DeleteWhiteBoxKeyResponse(DeleteWhiteBoxKeyResponse) - Constructor for class com.tencentcloudapi.kms.v20190118.models.DeleteWhiteBoxKeyResponse
-
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.
- DescribeKey(DescribeKeyRequest) - Method in class com.tencentcloudapi.kms.v20190118.KmsClient
-
用于获取指定KeyId的主密钥属性详情信息。
- DescribeKeyRequest - Class in com.tencentcloudapi.kms.v20190118.models
-
- DescribeKeyRequest() - Constructor for class com.tencentcloudapi.kms.v20190118.models.DescribeKeyRequest
-
- DescribeKeyRequest(DescribeKeyRequest) - Constructor for class com.tencentcloudapi.kms.v20190118.models.DescribeKeyRequest
-
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.
- DescribeKeyResponse - Class in com.tencentcloudapi.kms.v20190118.models
-
- DescribeKeyResponse() - Constructor for class com.tencentcloudapi.kms.v20190118.models.DescribeKeyResponse
-
- DescribeKeyResponse(DescribeKeyResponse) - Constructor for class com.tencentcloudapi.kms.v20190118.models.DescribeKeyResponse
-
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.
- DescribeKeys(DescribeKeysRequest) - Method in class com.tencentcloudapi.kms.v20190118.KmsClient
-
该接口用于批量获取主密钥属性信息。
- DescribeKeysRequest - Class in com.tencentcloudapi.kms.v20190118.models
-
- DescribeKeysRequest() - Constructor for class com.tencentcloudapi.kms.v20190118.models.DescribeKeysRequest
-
- DescribeKeysRequest(DescribeKeysRequest) - Constructor for class com.tencentcloudapi.kms.v20190118.models.DescribeKeysRequest
-
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.
- DescribeKeysResponse - Class in com.tencentcloudapi.kms.v20190118.models
-
- DescribeKeysResponse() - Constructor for class com.tencentcloudapi.kms.v20190118.models.DescribeKeysResponse
-
- DescribeKeysResponse(DescribeKeysResponse) - Constructor for class com.tencentcloudapi.kms.v20190118.models.DescribeKeysResponse
-
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.
- DescribeWhiteBoxDecryptKey(DescribeWhiteBoxDecryptKeyRequest) - Method in class com.tencentcloudapi.kms.v20190118.KmsClient
-
获取白盒解密密钥
- DescribeWhiteBoxDecryptKeyRequest - Class in com.tencentcloudapi.kms.v20190118.models
-
- DescribeWhiteBoxDecryptKeyRequest() - Constructor for class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxDecryptKeyRequest
-
- DescribeWhiteBoxDecryptKeyRequest(DescribeWhiteBoxDecryptKeyRequest) - Constructor for class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxDecryptKeyRequest
-
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.
- DescribeWhiteBoxDecryptKeyResponse - Class in com.tencentcloudapi.kms.v20190118.models
-
- DescribeWhiteBoxDecryptKeyResponse() - Constructor for class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxDecryptKeyResponse
-
- DescribeWhiteBoxDecryptKeyResponse(DescribeWhiteBoxDecryptKeyResponse) - Constructor for class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxDecryptKeyResponse
-
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.
- DescribeWhiteBoxDeviceFingerprints(DescribeWhiteBoxDeviceFingerprintsRequest) - Method in class com.tencentcloudapi.kms.v20190118.KmsClient
-
获取指定密钥的设备指纹列表
- DescribeWhiteBoxDeviceFingerprintsRequest - Class in com.tencentcloudapi.kms.v20190118.models
-
- DescribeWhiteBoxDeviceFingerprintsRequest() - Constructor for class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxDeviceFingerprintsRequest
-
- DescribeWhiteBoxDeviceFingerprintsRequest(DescribeWhiteBoxDeviceFingerprintsRequest) - Constructor for class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxDeviceFingerprintsRequest
-
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.
- DescribeWhiteBoxDeviceFingerprintsResponse - Class in com.tencentcloudapi.kms.v20190118.models
-
- DescribeWhiteBoxDeviceFingerprintsResponse() - Constructor for class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxDeviceFingerprintsResponse
-
- DescribeWhiteBoxDeviceFingerprintsResponse(DescribeWhiteBoxDeviceFingerprintsResponse) - Constructor for class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxDeviceFingerprintsResponse
-
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.
- DescribeWhiteBoxKey(DescribeWhiteBoxKeyRequest) - Method in class com.tencentcloudapi.kms.v20190118.KmsClient
-
展示白盒密钥的信息
- DescribeWhiteBoxKeyDetails(DescribeWhiteBoxKeyDetailsRequest) - Method in class com.tencentcloudapi.kms.v20190118.KmsClient
-
获取白盒密钥列表
- DescribeWhiteBoxKeyDetailsRequest - Class in com.tencentcloudapi.kms.v20190118.models
-
- DescribeWhiteBoxKeyDetailsRequest() - Constructor for class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxKeyDetailsRequest
-
- DescribeWhiteBoxKeyDetailsRequest(DescribeWhiteBoxKeyDetailsRequest) - Constructor for class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxKeyDetailsRequest
-
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.
- DescribeWhiteBoxKeyDetailsResponse - Class in com.tencentcloudapi.kms.v20190118.models
-
- DescribeWhiteBoxKeyDetailsResponse() - Constructor for class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxKeyDetailsResponse
-
- DescribeWhiteBoxKeyDetailsResponse(DescribeWhiteBoxKeyDetailsResponse) - Constructor for class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxKeyDetailsResponse
-
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.
- DescribeWhiteBoxKeyRequest - Class in com.tencentcloudapi.kms.v20190118.models
-
- DescribeWhiteBoxKeyRequest() - Constructor for class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxKeyRequest
-
- DescribeWhiteBoxKeyRequest(DescribeWhiteBoxKeyRequest) - Constructor for class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxKeyRequest
-
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.
- DescribeWhiteBoxKeyResponse - Class in com.tencentcloudapi.kms.v20190118.models
-
- DescribeWhiteBoxKeyResponse() - Constructor for class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxKeyResponse
-
- DescribeWhiteBoxKeyResponse(DescribeWhiteBoxKeyResponse) - Constructor for class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxKeyResponse
-
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.
- DescribeWhiteBoxServiceStatus(DescribeWhiteBoxServiceStatusRequest) - Method in class com.tencentcloudapi.kms.v20190118.KmsClient
-
获取白盒密钥服务状态
- DescribeWhiteBoxServiceStatusRequest - Class in com.tencentcloudapi.kms.v20190118.models
-
- DescribeWhiteBoxServiceStatusRequest() - Constructor for class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxServiceStatusRequest
-
- DescribeWhiteBoxServiceStatusRequest(DescribeWhiteBoxServiceStatusRequest) - Constructor for class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxServiceStatusRequest
-
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.
- DescribeWhiteBoxServiceStatusResponse - Class in com.tencentcloudapi.kms.v20190118.models
-
- DescribeWhiteBoxServiceStatusResponse() - Constructor for class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxServiceStatusResponse
-
- DescribeWhiteBoxServiceStatusResponse(DescribeWhiteBoxServiceStatusResponse) - Constructor for class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxServiceStatusResponse
-
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.
- DeviceFingerprint - Class in com.tencentcloudapi.kms.v20190118.models
-
- DeviceFingerprint() - Constructor for class com.tencentcloudapi.kms.v20190118.models.DeviceFingerprint
-
- DeviceFingerprint(DeviceFingerprint) - Constructor for class com.tencentcloudapi.kms.v20190118.models.DeviceFingerprint
-
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.
- DisableKey(DisableKeyRequest) - Method in class com.tencentcloudapi.kms.v20190118.KmsClient
-
本接口用于禁用一个主密钥,处于禁用状态的Key无法用于加密、解密操作。
- DisableKeyRequest - Class in com.tencentcloudapi.kms.v20190118.models
-
- DisableKeyRequest() - Constructor for class com.tencentcloudapi.kms.v20190118.models.DisableKeyRequest
-
- DisableKeyRequest(DisableKeyRequest) - Constructor for class com.tencentcloudapi.kms.v20190118.models.DisableKeyRequest
-
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.
- DisableKeyResponse - Class in com.tencentcloudapi.kms.v20190118.models
-
- DisableKeyResponse() - Constructor for class com.tencentcloudapi.kms.v20190118.models.DisableKeyResponse
-
- DisableKeyResponse(DisableKeyResponse) - Constructor for class com.tencentcloudapi.kms.v20190118.models.DisableKeyResponse
-
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.
- DisableKeyRotation(DisableKeyRotationRequest) - Method in class com.tencentcloudapi.kms.v20190118.KmsClient
-
对指定的CMK禁止密钥轮换功能。
- DisableKeyRotationRequest - Class in com.tencentcloudapi.kms.v20190118.models
-
- DisableKeyRotationRequest() - Constructor for class com.tencentcloudapi.kms.v20190118.models.DisableKeyRotationRequest
-
- DisableKeyRotationRequest(DisableKeyRotationRequest) - Constructor for class com.tencentcloudapi.kms.v20190118.models.DisableKeyRotationRequest
-
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.
- DisableKeyRotationResponse - Class in com.tencentcloudapi.kms.v20190118.models
-
- DisableKeyRotationResponse() - Constructor for class com.tencentcloudapi.kms.v20190118.models.DisableKeyRotationResponse
-
- DisableKeyRotationResponse(DisableKeyRotationResponse) - Constructor for class com.tencentcloudapi.kms.v20190118.models.DisableKeyRotationResponse
-
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.
- DisableKeys(DisableKeysRequest) - Method in class com.tencentcloudapi.kms.v20190118.KmsClient
-
该接口用于批量禁止CMK的使用。
- DisableKeysRequest - Class in com.tencentcloudapi.kms.v20190118.models
-
- DisableKeysRequest() - Constructor for class com.tencentcloudapi.kms.v20190118.models.DisableKeysRequest
-
- DisableKeysRequest(DisableKeysRequest) - Constructor for class com.tencentcloudapi.kms.v20190118.models.DisableKeysRequest
-
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.
- DisableKeysResponse - Class in com.tencentcloudapi.kms.v20190118.models
-
- DisableKeysResponse() - Constructor for class com.tencentcloudapi.kms.v20190118.models.DisableKeysResponse
-
- DisableKeysResponse(DisableKeysResponse) - Constructor for class com.tencentcloudapi.kms.v20190118.models.DisableKeysResponse
-
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.
- DisableWhiteBoxKey(DisableWhiteBoxKeyRequest) - Method in class com.tencentcloudapi.kms.v20190118.KmsClient
-
禁用白盒密钥
- DisableWhiteBoxKeyRequest - Class in com.tencentcloudapi.kms.v20190118.models
-
- DisableWhiteBoxKeyRequest() - Constructor for class com.tencentcloudapi.kms.v20190118.models.DisableWhiteBoxKeyRequest
-
- DisableWhiteBoxKeyRequest(DisableWhiteBoxKeyRequest) - Constructor for class com.tencentcloudapi.kms.v20190118.models.DisableWhiteBoxKeyRequest
-
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.
- DisableWhiteBoxKeyResponse - Class in com.tencentcloudapi.kms.v20190118.models
-
- DisableWhiteBoxKeyResponse() - Constructor for class com.tencentcloudapi.kms.v20190118.models.DisableWhiteBoxKeyResponse
-
- DisableWhiteBoxKeyResponse(DisableWhiteBoxKeyResponse) - Constructor for class com.tencentcloudapi.kms.v20190118.models.DisableWhiteBoxKeyResponse
-
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.
- DisableWhiteBoxKeys(DisableWhiteBoxKeysRequest) - Method in class com.tencentcloudapi.kms.v20190118.KmsClient
-
批量禁用白盒密钥
- DisableWhiteBoxKeysRequest - Class in com.tencentcloudapi.kms.v20190118.models
-
- DisableWhiteBoxKeysRequest() - Constructor for class com.tencentcloudapi.kms.v20190118.models.DisableWhiteBoxKeysRequest
-
- DisableWhiteBoxKeysRequest(DisableWhiteBoxKeysRequest) - Constructor for class com.tencentcloudapi.kms.v20190118.models.DisableWhiteBoxKeysRequest
-
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.
- DisableWhiteBoxKeysResponse - Class in com.tencentcloudapi.kms.v20190118.models
-
- DisableWhiteBoxKeysResponse() - Constructor for class com.tencentcloudapi.kms.v20190118.models.DisableWhiteBoxKeysResponse
-
- DisableWhiteBoxKeysResponse(DisableWhiteBoxKeysResponse) - Constructor for class com.tencentcloudapi.kms.v20190118.models.DisableWhiteBoxKeysResponse
-
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.
- GenerateDataKey(GenerateDataKeyRequest) - Method in class com.tencentcloudapi.kms.v20190118.KmsClient
-
本接口生成一个数据密钥,您可以用这个密钥进行本地数据的加密。
- GenerateDataKeyRequest - Class in com.tencentcloudapi.kms.v20190118.models
-
- GenerateDataKeyRequest() - Constructor for class com.tencentcloudapi.kms.v20190118.models.GenerateDataKeyRequest
-
- GenerateDataKeyRequest(GenerateDataKeyRequest) - Constructor for class com.tencentcloudapi.kms.v20190118.models.GenerateDataKeyRequest
-
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.
- GenerateDataKeyResponse - Class in com.tencentcloudapi.kms.v20190118.models
-
- GenerateDataKeyResponse() - Constructor for class com.tencentcloudapi.kms.v20190118.models.GenerateDataKeyResponse
-
- GenerateDataKeyResponse(GenerateDataKeyResponse) - Constructor for class com.tencentcloudapi.kms.v20190118.models.GenerateDataKeyResponse
-
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.
- GenerateRandom(GenerateRandomRequest) - Method in class com.tencentcloudapi.kms.v20190118.KmsClient
-
随机数生成接口。
- GenerateRandomRequest - Class in com.tencentcloudapi.kms.v20190118.models
-
- GenerateRandomRequest() - Constructor for class com.tencentcloudapi.kms.v20190118.models.GenerateRandomRequest
-
- GenerateRandomRequest(GenerateRandomRequest) - Constructor for class com.tencentcloudapi.kms.v20190118.models.GenerateRandomRequest
-
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.
- GenerateRandomResponse - Class in com.tencentcloudapi.kms.v20190118.models
-
- GenerateRandomResponse() - Constructor for class com.tencentcloudapi.kms.v20190118.models.GenerateRandomResponse
-
- GenerateRandomResponse(GenerateRandomResponse) - Constructor for class com.tencentcloudapi.kms.v20190118.models.GenerateRandomResponse
-
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.
- getAlgorithm() - Method in class com.tencentcloudapi.kms.v20190118.models.AlgorithmInfo
-
Get 算法的名称
- getAlgorithm() - Method in class com.tencentcloudapi.kms.v20190118.models.AsymmetricRsaDecryptRequest
-
Get 在使用公钥加密时对应的算法:当前支持RSAES_PKCS1_V1_5、RSAES_OAEP_SHA_1、RSAES_OAEP_SHA_256
- getAlgorithm() - Method in class com.tencentcloudapi.kms.v20190118.models.CreateWhiteBoxKeyRequest
-
Get 创建密钥所有的算法类型,支持的取值:AES_256,SM4
- getAlgorithm() - Method in class com.tencentcloudapi.kms.v20190118.models.SignByAsymmetricKeyRequest
-
Get 签名算法,支持的算法:SM2DSA,ECC_P256_R1,RSA_PSS_SHA_256,RSA_PKCS1_SHA_256 等。更多支持的算法可通过 ListAlgorithms 接口进行查询。
- getAlgorithm() - Method in class com.tencentcloudapi.kms.v20190118.models.VerifyByAsymmetricKeyRequest
-
Get 签名算法,支持的算法:SM2DSA,ECC_P256_R1,RSA_PSS_SHA_256,RSA_PKCS1_SHA_256 等。更多支持的算法可通过 ListAlgorithms 接口进行查询。
- getAlgorithm() - Method in class com.tencentcloudapi.kms.v20190118.models.WhiteboxKeyInfo
-
Get 密钥所用的算法类型
- getAlias() - Method in class com.tencentcloudapi.kms.v20190118.models.CreateKeyRequest
-
Get 作为密钥更容易辨识,更容易被人看懂的别名, 不可为空,1-60个字母数字 - _ 的组合,首字符必须为字母或者数字。以 kms- 作为前缀的用于云产品使用,Alias 不可重复。
- getAlias() - Method in class com.tencentcloudapi.kms.v20190118.models.CreateKeyResponse
-
Get 作为密钥更容易辨识,更容易被人看懂的别名
- getAlias() - Method in class com.tencentcloudapi.kms.v20190118.models.CreateWhiteBoxKeyRequest
-
Get 作为密钥更容易辨识,更容易被人看懂的别名, 不可为空,1-60个字母数字 - _ 的组合,首字符必须为字母或者数字。Alias不可重复。
- getAlias() - Method in class com.tencentcloudapi.kms.v20190118.models.KeyMetadata
-
Get 作为密钥更容易辨识,更容易被人看懂的别名
- getAlias() - Method in class com.tencentcloudapi.kms.v20190118.models.UpdateAliasRequest
-
Get 新的别名,1-60个字符或数字的组合
- getAlias() - Method in class com.tencentcloudapi.kms.v20190118.models.WhiteboxKeyInfo
-
Get 作为密钥更容易辨识,更容易被人看懂的别名, 不可为空,1-60个字母数字 - _ 的组合,首字符必须为字母或者数字.
- getAsymmetricAlgorithms() - Method in class com.tencentcloudapi.kms.v20190118.models.ListAlgorithmsResponse
-
Get 本地区支持的非对称加密算法
- getAsymmetricSignVerifyAlgorithms() - Method in class com.tencentcloudapi.kms.v20190118.models.ListAlgorithmsResponse
-
Get 本地区支持的非对称签名验签算法
- getCiphertext() - Method in class com.tencentcloudapi.kms.v20190118.models.AsymmetricRsaDecryptRequest
-
Get 使用PublicKey加密的密文,Base64编码
- getCiphertext() - Method in class com.tencentcloudapi.kms.v20190118.models.AsymmetricSm2DecryptRequest
-
Get 使用PublicKey加密的密文,Base64编码。密文长度不能超过256字节。
- getCipherText() - Method in class com.tencentcloudapi.kms.v20190118.models.EncryptByWhiteBoxResponse
-
Get 加密后的密文,base64编码
- getCiphertextBlob() - Method in class com.tencentcloudapi.kms.v20190118.models.DecryptRequest
-
Get 待解密的密文数据
- getCiphertextBlob() - Method in class com.tencentcloudapi.kms.v20190118.models.EncryptResponse
-
Get 加密后的密文,base64编码。注意:本字段中打包了密文和密钥的相关信息,不是对明文的直接加密结果,只有将该字段作为Decrypt接口的输入参数,才可以解密出原文。
- getCiphertextBlob() - Method in class com.tencentcloudapi.kms.v20190118.models.GenerateDataKeyResponse
-
Get 数据密钥DataKey加密后的密文,用户需要自行保存该密文,KMS不托管用户的数据密钥。可以通过Decrypt接口从CiphertextBlob中获取数据密钥DataKey明文
- getCiphertextBlob() - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoDecryptRequest
-
Get 待解密的密文数据
- getCiphertextBlob() - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoEncryptResponse
-
Get 加密后的密文,base64编码。注意:本字段中打包了密文和密钥的相关信息,不是对明文的直接加密结果,只有将该字段作为PostQuantumCryptoDecrypt接口的输入参数,才可以解密出原文。
- getCiphertextBlob() - Method in class com.tencentcloudapi.kms.v20190118.models.ReEncryptRequest
-
Get 需要重新加密的密文
- getCiphertextBlob() - Method in class com.tencentcloudapi.kms.v20190118.models.ReEncryptResponse
-
Get 重新加密后的密文
- getCreateTime() - Method in class com.tencentcloudapi.kms.v20190118.models.CreateKeyResponse
-
Get 密钥创建时间,unix时间戳
- getCreateTime() - Method in class com.tencentcloudapi.kms.v20190118.models.KeyMetadata
-
Get 密钥创建时间
- getCreateTime() - Method in class com.tencentcloudapi.kms.v20190118.models.WhiteboxKeyInfo
-
Get 密钥创建时间,Unix时间戳
- getCreatorUin() - Method in class com.tencentcloudapi.kms.v20190118.models.KeyMetadata
-
Get 创建者
- getCreatorUin() - Method in class com.tencentcloudapi.kms.v20190118.models.WhiteboxKeyInfo
-
Get 创建者
- getDecryptKey() - Method in class com.tencentcloudapi.kms.v20190118.models.CreateWhiteBoxKeyResponse
-
Get 用于解密的密钥,base64编码
- getDecryptKey() - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxDecryptKeyResponse
-
Get 白盒解密密钥,base64编码
- getDecryptKey() - Method in class com.tencentcloudapi.kms.v20190118.models.WhiteboxKeyInfo
-
Get 白盒解密密钥,base64编码
- getDeletionDate() - Method in class com.tencentcloudapi.kms.v20190118.models.KeyMetadata
-
Get 计划删除的时间
注意:此字段可能返回 null,表示取不到有效值。
- getDeletionDate() - Method in class com.tencentcloudapi.kms.v20190118.models.ScheduleKeyDeletionResponse
-
Get 计划删除执行时间
- getDescription() - Method in class com.tencentcloudapi.kms.v20190118.models.CreateKeyRequest
-
Get CMK 的描述,最大1024字节
- getDescription() - Method in class com.tencentcloudapi.kms.v20190118.models.CreateKeyResponse
-
Get CMK的描述
注意:此字段可能返回 null,表示取不到有效值。
- getDescription() - Method in class com.tencentcloudapi.kms.v20190118.models.CreateWhiteBoxKeyRequest
-
Get 密钥的描述,最大1024字节
- getDescription() - Method in class com.tencentcloudapi.kms.v20190118.models.DeviceFingerprint
-
Get 描述信息,如:IP,设备名称等,最大1024字节
注意:此字段可能返回 null,表示取不到有效值。
- getDescription() - Method in class com.tencentcloudapi.kms.v20190118.models.KeyMetadata
-
Get CMK的描述
- getDescription() - Method in class com.tencentcloudapi.kms.v20190118.models.UpdateKeyDescriptionRequest
-
Get 新的描述信息,最大支持1024字节
- getDescription() - Method in class com.tencentcloudapi.kms.v20190118.models.WhiteboxKeyInfo
-
Get 密钥的描述信息
- getDestinationEncryptionContext() - Method in class com.tencentcloudapi.kms.v20190118.models.ReEncryptRequest
-
Get 重新加密使用的key/value对的json字符串,如果使用该字段,则返回的新密文在解密时需要填入相同的字符串
- getDestinationKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.ReEncryptRequest
-
Get 重新加密使用的CMK,如果为空,则使用密文原有的CMK重新加密(若密钥没有轮换则密文不会刷新)
- getDeviceFingerprintBind() - Method in class com.tencentcloudapi.kms.v20190118.models.WhiteboxKeyInfo
-
Get 是否有设备指纹与当前密钥绑定
注意:此字段可能返回 null,表示取不到有效值。
- getDeviceFingerprints() - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxDeviceFingerprintsResponse
-
Get 设备指纹列表
- getDeviceFingerprints() - Method in class com.tencentcloudapi.kms.v20190118.models.OverwriteWhiteBoxDeviceFingerprintsRequest
-
Get 设备指纹列表,如果列表为空,则表示删除该密钥对应的所有指纹信息。列表最大长度不超过200。
- getEncryptedKeyMaterial() - Method in class com.tencentcloudapi.kms.v20190118.models.ImportKeyMaterialRequest
-
Get 使用GetParametersForImport 返回的PublicKey加密后的密钥材料base64编码。对于国密版本region的KMS,导入的密钥材料长度要求为 128 bit,FIPS版本region的KMS, 导入的密钥材料长度要求为 256 bit。
- getEncryptionAlgorithm() - Method in class com.tencentcloudapi.kms.v20190118.models.DecryptRequest
-
Get 非对称加密算法,配合 EncryptionPublicKey 对返回数据进行加密。目前支持:SM2(以 C1C3C2 格式返回密文),SM2_C1C3C2_ASN1 (以 C1C3C2 ASN1 格式返回密文),RSAES_PKCS1_V1_5,RSAES_OAEP_SHA_1,RSAES_OAEP_SHA_256。若为空,则默认为 SM2。
- getEncryptionAlgorithm() - Method in class com.tencentcloudapi.kms.v20190118.models.GenerateDataKeyRequest
-
Get 非对称加密算法,配合 EncryptionPublicKey 对返回数据进行加密。目前支持:SM2(以 C1C3C2 格式返回密文),SM2_C1C3C2_ASN1 (以 C1C3C2 ASN1 格式返回密文),RSAES_PKCS1_V1_5,RSAES_OAEP_SHA_1,RSAES_OAEP_SHA_256。若为空,则默认为 SM2。
- getEncryptionAlgorithm() - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoDecryptRequest
-
Get 非对称加密算法,配合 EncryptionPublicKey 对返回数据进行加密。目前支持:SM2(以 C1C3C2 格式返回密文),SM2_C1C3C2_ASN1 (以 C1C3C2 ASN1 格式返回密文),RSAES_PKCS1_V1_5,RSAES_OAEP_SHA_1,RSAES_OAEP_SHA_256。若为空,则默认为 SM2。
- getEncryptionContext() - Method in class com.tencentcloudapi.kms.v20190118.models.DecryptRequest
-
Get key/value对的json字符串,如果Encrypt指定了该参数,则在调用Decrypt API时需要提供同样的参数,最大支持1024字符
- getEncryptionContext() - Method in class com.tencentcloudapi.kms.v20190118.models.EncryptRequest
-
Get key/value对的json字符串,如果指定了该参数,则在调用Decrypt API时需要提供同样的参数,最大支持1024个字符
- getEncryptionContext() - Method in class com.tencentcloudapi.kms.v20190118.models.GenerateDataKeyRequest
-
Get key/value对的json字符串,如果使用该字段,则返回的DataKey在解密时需要填入相同的字符串
- getEncryptionPublicKey() - Method in class com.tencentcloudapi.kms.v20190118.models.DecryptRequest
-
Get PEM 格式公钥字符串,支持 RSA2048 和 SM2 公钥,用于对返回数据中的 Plaintext 值进行加密。若为空,则不对 Plaintext 值加密。
- getEncryptionPublicKey() - Method in class com.tencentcloudapi.kms.v20190118.models.GenerateDataKeyRequest
-
Get PEM 格式公钥字符串,支持 RSA2048 和 SM2 公钥,用于对返回数据中的 Plaintext 值进行加密。若为空,则不对 Plaintext 值加密。
- getEncryptionPublicKey() - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoDecryptRequest
-
Get PEM 格式公钥字符串,支持 RSA2048 和 SM2 公钥,用于对返回数据中的 Plaintext 值进行加密。若为空,则不对 Plaintext 值加密。
- getEncryptKey() - Method in class com.tencentcloudapi.kms.v20190118.models.CreateWhiteBoxKeyResponse
-
Get 用于加密的密钥,base64编码
- getEncryptKey() - Method in class com.tencentcloudapi.kms.v20190118.models.WhiteboxKeyInfo
-
Get 白盒加密密钥,base64编码
- getExclusiveHSMEnabled() - Method in class com.tencentcloudapi.kms.v20190118.models.GetServiceStatusResponse
-
Get 是否开通 KMS 独享版
注意:此字段可能返回 null,表示取不到有效值。
- getExclusiveVSMEnabled() - Method in class com.tencentcloudapi.kms.v20190118.models.GetServiceStatusResponse
-
Get 是否开通 KMS 托管版
注意:此字段可能返回 null,表示取不到有效值。
- getHsmClusterId() - Method in class com.tencentcloudapi.kms.v20190118.models.CreateKeyRequest
-
Get KMS 高级版对应的 HSM 集群 ID(仅对 KMS 独占版/托管版服务实例有效)。
- getHsmClusterId() - Method in class com.tencentcloudapi.kms.v20190118.models.CreateKeyResponse
-
Get HSM 集群 ID(仅对 KMS 独占版/托管版服务实例有效)
注意:此字段可能返回 null,表示取不到有效值。
- getHsmClusterId() - Method in class com.tencentcloudapi.kms.v20190118.models.KeyMetadata
-
Get HSM 集群 ID(仅对 KMS 独占版/托管版服务实例有效)
注意:此字段可能返回 null,表示取不到有效值。
- getHsmClusterId() - Method in class com.tencentcloudapi.kms.v20190118.models.ListKeyDetailRequest
-
Get KMS 高级版对应的 HSM 集群 ID(仅对 KMS 独占版/托管版服务实例有效)。
- getHsmClusterId() - Method in class com.tencentcloudapi.kms.v20190118.models.ListKeysRequest
-
Get KMS 高级版对应的 HSM 集群 ID(仅对 KMS 独占版/托管版服务实例有效)。
- getIdentity() - Method in class com.tencentcloudapi.kms.v20190118.models.DeviceFingerprint
-
Get 指纹信息,由设备指纹采集工具采集获得,格式满足正则表达式:^[0-9a-f]{8}[\-][0-9a-f]{14}[\-][0-9a-f]{14}[\-][0-9a-f]{14}[\-][0-9a-f]{16}$
- getImportToken() - Method in class com.tencentcloudapi.kms.v20190118.models.GetParametersForImportResponse
-
Get 导入密钥材料需要的token,用于作为 ImportKeyMaterial 的参数。
- getImportToken() - Method in class com.tencentcloudapi.kms.v20190118.models.ImportKeyMaterialRequest
-
Get 通过调用GetParametersForImport获得的导入令牌。
- getInitializationVector() - Method in class com.tencentcloudapi.kms.v20190118.models.EncryptByWhiteBoxRequest
-
Get 初始化向量,大小为 16 Bytes,加密算法会使用到, base64编码;如果不传,则由后端服务随机生成。用户需要自行保存该值,作为解密的参数。
- getInitializationVector() - Method in class com.tencentcloudapi.kms.v20190118.models.EncryptByWhiteBoxResponse
-
Get 初始化向量,加密算法会使用到, base64编码。如果由调用方在入参中传入,则原样返回。如果调用方没有传入,则后端服务随机生成,并返回
- getInvalidType() - Method in class com.tencentcloudapi.kms.v20190118.models.GetServiceStatusResponse
-
Get 服务不可用类型: 0-未购买,1-正常, 2-欠费停服, 3-资源释放
注意:此字段可能返回 null,表示取不到有效值。
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.ArchiveKeyRequest
-
Get CMK唯一标识符
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.AsymmetricRsaDecryptRequest
-
Get CMK的唯一标识
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.AsymmetricRsaDecryptResponse
-
Get CMK的唯一标识
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.AsymmetricSm2DecryptRequest
-
Get CMK的唯一标识
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.AsymmetricSm2DecryptResponse
-
Get CMK的唯一标识
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.BindCloudResourceRequest
-
Get cmk的ID
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.CancelKeyArchiveRequest
-
Get CMK唯一标识符
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.CancelKeyDeletionRequest
-
Get 需要被取消删除的CMK的唯一标志
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.CancelKeyDeletionResponse
-
Get 唯一标志被取消删除的CMK。
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.CreateKeyResponse
-
Get CMK的全局唯一标识符
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.CreateWhiteBoxKeyResponse
-
Get 白盒密钥的全局唯一标识符
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.DecryptResponse
-
Get CMK的全局唯一标识
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.DeleteImportedKeyMaterialRequest
-
Get 指定需要删除密钥材料的EXTERNAL CMK。
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.DeleteWhiteBoxKeyRequest
-
Get 白盒密钥的全局唯一标识符
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeKeyRequest
-
Get CMK全局唯一标识符
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxDecryptKeyRequest
-
Get 白盒密钥的全局唯一标识符
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxDeviceFingerprintsRequest
-
Get 白盒密钥ID
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxKeyRequest
-
Get 白盒密钥的全局唯一标识符
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.DisableKeyRequest
-
Get CMK唯一标识符
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.DisableKeyRotationRequest
-
Get CMK唯一标识符
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.DisableWhiteBoxKeyRequest
-
Get 白盒密钥的全局唯一标识符
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.EnableKeyRequest
-
Get CMK唯一标识符
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.EnableKeyRotationRequest
-
Get CMK唯一标识符
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.EnableWhiteBoxKeyRequest
-
Get 白盒密钥的全局唯一标识符
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.EncryptByWhiteBoxRequest
-
Get 白盒密钥的全局唯一标识符
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.EncryptRequest
-
Get 调用CreateKey生成的CMK全局唯一标识符
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.EncryptResponse
-
Get 加密使用的CMK的全局唯一标识
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.GenerateDataKeyRequest
-
Get CMK全局唯一标识符
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.GenerateDataKeyResponse
-
Get CMK的全局唯一标识
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.GetKeyRotationStatusRequest
-
Get CMK唯一标识符
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.GetParametersForImportRequest
-
Get CMK的唯一标识,获取密钥参数的CMK必须是EXTERNAL类型,即在CreateKey时指定Type=2 类型的CMK。
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.GetParametersForImportResponse
-
Get CMK的唯一标识,用于指定目标导入密钥材料的CMK。
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.GetPublicKeyRequest
-
Get CMK的唯一标识。
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.GetPublicKeyResponse
-
Get CMK的唯一标识。
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.ImportKeyMaterialRequest
-
Get 指定导入密钥材料的CMK,需要和GetParametersForImport 指定的CMK相同。
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.Key
-
Get CMK的全局唯一标识。
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.KeyMetadata
-
Get CMK的全局唯一标识
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.OverwriteWhiteBoxDeviceFingerprintsRequest
-
Get 白盒密钥ID
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoDecryptResponse
-
Get CMK的全局唯一标识
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoEncryptRequest
-
Get 调用CreateKey生成的CMK全局唯一标识符
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoEncryptResponse
-
Get 加密使用的CMK的全局唯一标识
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoSignRequest
-
Get 密钥的唯一标识
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoVerifyRequest
-
Get 密钥的唯一标识
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.ReEncryptResponse
-
Get 重新加密使用的CMK
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.ScheduleKeyDeletionRequest
-
Get CMK的唯一标志
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.ScheduleKeyDeletionResponse
-
Get 唯一标志被计划删除的CMK
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.SignByAsymmetricKeyRequest
-
Get 密钥的唯一标识
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.UnbindCloudResourceRequest
-
Get cmk的ID
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.UpdateAliasRequest
-
Get CMK的全局唯一标识符
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.UpdateKeyDescriptionRequest
-
Get 需要修改描述信息的CMK ID
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.VerifyByAsymmetricKeyRequest
-
Get 密钥的唯一标识
- getKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.WhiteboxKeyInfo
-
Get 白盒密钥的全局唯一标识符
- getKeyIds() - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeKeysRequest
-
Get 查询CMK的ID列表,批量查询一次最多支持100个KeyId
- getKeyIds() - Method in class com.tencentcloudapi.kms.v20190118.models.DisableKeysRequest
-
Get 需要批量禁用的CMK Id 列表,CMK数量最大支持100
- getKeyIds() - Method in class com.tencentcloudapi.kms.v20190118.models.DisableWhiteBoxKeysRequest
-
Get 白盒密钥的全局唯一标识符列表。注意:要确保所有提供的KeyId是格式有效的,没有重复,个数不超过50个,并且都是有效存在的。
- getKeyIds() - Method in class com.tencentcloudapi.kms.v20190118.models.EnableKeysRequest
-
Get 需要批量启用的CMK Id 列表, CMK数量最大支持100
- getKeyIds() - Method in class com.tencentcloudapi.kms.v20190118.models.EnableWhiteBoxKeysRequest
-
Get 白盒密钥的全局唯一标识符列表。注意:要确保所有提供的KeyId是格式有效的,没有重复,个数不超过50个,并且都是有效存在的。
- getKeyInfo() - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxKeyResponse
-
Get 白盒密钥信息
- getKeyInfos() - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxKeyDetailsResponse
-
Get 白盒密钥信息列表。
- getKeyMetadata() - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeKeyResponse
-
Get 密钥属性信息
注意:此字段可能返回 null,表示取不到有效值。
- getKeyMetadatas() - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeKeysResponse
-
Get 返回的属性信息列表
注意:此字段可能返回 null,表示取不到有效值。
- getKeyMetadatas() - Method in class com.tencentcloudapi.kms.v20190118.models.ListKeyDetailResponse
-
Get 返回的属性信息列表。
注意:此字段可能返回 null,表示取不到有效值。
- getKeyRotationEnabled() - Method in class com.tencentcloudapi.kms.v20190118.models.GetKeyRotationStatusResponse
-
Get 密钥轮换是否开启
- getKeyRotationEnabled() - Method in class com.tencentcloudapi.kms.v20190118.models.KeyMetadata
-
Get 是否开启了密钥轮换功能
- GetKeyRotationStatus(GetKeyRotationStatusRequest) - Method in class com.tencentcloudapi.kms.v20190118.KmsClient
-
查询指定的CMK是否开启了密钥轮换功能。
- GetKeyRotationStatusRequest - Class in com.tencentcloudapi.kms.v20190118.models
-
- GetKeyRotationStatusRequest() - Constructor for class com.tencentcloudapi.kms.v20190118.models.GetKeyRotationStatusRequest
-
- GetKeyRotationStatusRequest(GetKeyRotationStatusRequest) - Constructor for class com.tencentcloudapi.kms.v20190118.models.GetKeyRotationStatusRequest
-
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.
- GetKeyRotationStatusResponse - Class in com.tencentcloudapi.kms.v20190118.models
-
- GetKeyRotationStatusResponse() - Constructor for class com.tencentcloudapi.kms.v20190118.models.GetKeyRotationStatusResponse
-
- GetKeyRotationStatusResponse(GetKeyRotationStatusResponse) - Constructor for class com.tencentcloudapi.kms.v20190118.models.GetKeyRotationStatusResponse
-
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.
- getKeys() - Method in class com.tencentcloudapi.kms.v20190118.models.ListKeysResponse
-
Get CMK列表数组
注意:此字段可能返回 null,表示取不到有效值。
- getKeySpec() - Method in class com.tencentcloudapi.kms.v20190118.models.GenerateDataKeyRequest
-
Get 指定生成Datakey的加密算法以及Datakey大小,AES_128或者AES_256。KeySpec 和 NumberOfBytes 必须指定一个
- getKeyState() - Method in class com.tencentcloudapi.kms.v20190118.models.CreateKeyResponse
-
Get CMK的状态
- getKeyState() - Method in class com.tencentcloudapi.kms.v20190118.models.KeyMetadata
-
Get CMK的状态, 取值为:Enabled | Disabled | PendingDelete | PendingImport | Archived
- getKeyState() - Method in class com.tencentcloudapi.kms.v20190118.models.ListKeyDetailRequest
-
Get 根据CMK状态筛选, 0表示全部CMK, 1 表示仅查询Enabled CMK, 2 表示仅查询Disabled CMK,3 表示查询PendingDelete 状态的CMK(处于计划删除状态的Key),4 表示查询 PendingImport 状态的CMK,5 表示查询 Archived 状态的 CMK
- getKeyStatus() - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxKeyDetailsRequest
-
Get 过滤条件:密钥的状态,0:disabled,1:enabled
- getKeyUsage() - Method in class com.tencentcloudapi.kms.v20190118.models.AlgorithmInfo
-
Get 算法的标识
- getKeyUsage() - Method in class com.tencentcloudapi.kms.v20190118.models.CreateKeyRequest
-
Get 指定key的用途,默认为 "ENCRYPT_DECRYPT" 表示创建对称加解密密钥,其它支持用途 “ASYMMETRIC_DECRYPT_RSA_2048” 表示创建用于加解密的RSA2048非对称密钥,“ASYMMETRIC_DECRYPT_SM2” 表示创建用于加解密的SM2非对称密钥,“ASYMMETRIC_SIGN_VERIFY_SM2” 表示创建用于签名验签的SM2非对称密钥,“ASYMMETRIC_SIGN_VERIFY_ECC” 表示创建用于签名验签的ECC非对称密钥,“ASYMMETRIC_SIGN_VERIFY_RSA_2048” 表示创建用于签名验签的RSA_2048非对称密钥,“ASYMMETRIC_SIGN_VERIFY_ECDSA384”表示创建用于签名验签的 ECDSA384 非对称秘钥。完整的秘钥用途与算法支持列表可通过 ListAlgorithms 接口获取。
- getKeyUsage() - Method in class com.tencentcloudapi.kms.v20190118.models.CreateKeyResponse
-
Get CMK的用途
- getKeyUsage() - Method in class com.tencentcloudapi.kms.v20190118.models.KeyMetadata
-
Get CMK用途,取值为: ENCRYPT_DECRYPT | ASYMMETRIC_DECRYPT_RSA_2048 | ASYMMETRIC_DECRYPT_SM2 | ASYMMETRIC_SIGN_VERIFY_SM2 | ASYMMETRIC_SIGN_VERIFY_RSA_2048 | ASYMMETRIC_SIGN_VERIFY_ECC
- getKeyUsage() - Method in class com.tencentcloudapi.kms.v20190118.models.ListKeyDetailRequest
-
Get 根据CMK的KeyUsage筛选,ALL表示筛选全部,可使用的参数为:ALL 或 ENCRYPT_DECRYPT 或 ASYMMETRIC_DECRYPT_RSA_2048 或 ASYMMETRIC_DECRYPT_SM2 或 ASYMMETRIC_SIGN_VERIFY_SM2 或 ASYMMETRIC_SIGN_VERIFY_RSA_2048 或 ASYMMETRIC_SIGN_VERIFY_ECC,为空则默认筛选ENCRYPT_DECRYPT类型
- getLimit() - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxKeyDetailsRequest
-
Get 含义跟 SQL 查询的 Limit 一致,表示本次最多获取 Limit 个元素。缺省值为0, 表示不分页
- getLimit() - Method in class com.tencentcloudapi.kms.v20190118.models.ListKeyDetailRequest
-
Get 含义跟 SQL 查询的 Limit 一致,表示本次最多获取 Limit 个元素。缺省值为10,最大值为200
- getLimit() - Method in class com.tencentcloudapi.kms.v20190118.models.ListKeysRequest
-
Get 含义跟 SQL 查询的 Limit 一致,表示本次获最多获取 Limit 个元素。缺省值为10,最大值为200
- getMessage() - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoSignRequest
-
Get Base64 编码的消息原文。消息原文的长度(Base64编码前的长度)不超过4096字节。
- getMessage() - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoVerifyRequest
-
Get Base64 编码的消息原文,消息原文的长度(Base64编码前的长度)不超过4096字节。
- getMessage() - Method in class com.tencentcloudapi.kms.v20190118.models.SignByAsymmetricKeyRequest
-
Get 消息原文或消息摘要。如果提供的是消息原文,则消息原文的长度(Base64编码前的长度)不超过4096字节。如果提供的是消息摘要,消息摘要长度(Base64编码前的长度)必须等于32字节
- getMessage() - Method in class com.tencentcloudapi.kms.v20190118.models.VerifyByAsymmetricKeyRequest
-
Get 消息原文或消息摘要。如果提供的是消息原文,则消息原文的长度(Base64编码前的长度)不超过4096字节。如果提供的是消息摘要,则消息摘要长度(Base64编码前的长度)必须等于32字节
- getMessageType() - Method in class com.tencentcloudapi.kms.v20190118.models.SignByAsymmetricKeyRequest
-
Get 消息类型:RAW,DIGEST,如果不传,默认为RAW,表示消息原文。
- getMessageType() - Method in class com.tencentcloudapi.kms.v20190118.models.VerifyByAsymmetricKeyRequest
-
Get 消息类型:RAW,DIGEST,如果不传,默认为RAW,表示消息原文。
- getNextRotateTime() - Method in class com.tencentcloudapi.kms.v20190118.models.KeyMetadata
-
Get 在密钥轮换开启状态下,下次轮换的时间
- getNumberOfBytes() - Method in class com.tencentcloudapi.kms.v20190118.models.GenerateDataKeyRequest
-
Get 生成的DataKey的长度,同时指定NumberOfBytes和KeySpec时,以NumberOfBytes为准。最小值为1, 最大值为1024。KeySpec 和 NumberOfBytes 必须指定一个
- getNumberOfBytes() - Method in class com.tencentcloudapi.kms.v20190118.models.GenerateRandomRequest
-
Get 生成的随机数的长度。最小值为1, 最大值为1024。
- getOffset() - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxKeyDetailsRequest
-
Get 含义跟 SQL 查询的 Offset 一致,表示本次获取从按一定顺序排列数组的第 Offset 个元素开始,缺省为0
- getOffset() - Method in class com.tencentcloudapi.kms.v20190118.models.ListKeyDetailRequest
-
Get 含义跟 SQL 查询的 Offset 一致,表示本次获取从按一定顺序排列数组的第 Offset 个元素开始,缺省为0
- getOffset() - Method in class com.tencentcloudapi.kms.v20190118.models.ListKeysRequest
-
Get 含义跟 SQL 查询的 Offset 一致,表示本次获取从按一定顺序排列数组的第 Offset 个元素开始,缺省为0
- getOrderType() - Method in class com.tencentcloudapi.kms.v20190118.models.ListKeyDetailRequest
-
Get 根据CMK创建时间排序, 0 表示按照降序排序,1表示按照升序排序
- getOrigin() - Method in class com.tencentcloudapi.kms.v20190118.models.KeyMetadata
-
Get CMK 密钥材料类型,由KMS创建的为: TENCENT_KMS, 由用户导入的类型为:EXTERNAL
注意:此字段可能返回 null,表示取不到有效值。
- getOrigin() - Method in class com.tencentcloudapi.kms.v20190118.models.ListKeyDetailRequest
-
Get 根据CMK类型筛选, "TENCENT_KMS" 表示筛选密钥材料由KMS创建的CMK, "EXTERNAL" 表示筛选密钥材料需要用户导入的 EXTERNAL类型CMK,"ALL" 或者不设置表示两种类型都查询,大小写敏感。
- getOwner() - Method in class com.tencentcloudapi.kms.v20190118.models.KeyMetadata
-
Get CMK的创建者,用户创建的为 user,授权各云产品自动创建的为对应的产品名
- getOwnerUin() - Method in class com.tencentcloudapi.kms.v20190118.models.WhiteboxKeyInfo
-
Get 创建者
- GetParametersForImport(GetParametersForImportRequest) - Method in class com.tencentcloudapi.kms.v20190118.KmsClient
-
获取导入主密钥(CMK)材料的参数,返回的Token作为执行ImportKeyMaterial的参数之一,返回的PublicKey用于对自主导入密钥材料进行加密。返回的Token和PublicKey 24小时后失效,失效后如需重新导入,需要再次调用该接口获取新的Token和PublicKey。
- GetParametersForImportRequest - Class in com.tencentcloudapi.kms.v20190118.models
-
- GetParametersForImportRequest() - Constructor for class com.tencentcloudapi.kms.v20190118.models.GetParametersForImportRequest
-
- GetParametersForImportRequest(GetParametersForImportRequest) - Constructor for class com.tencentcloudapi.kms.v20190118.models.GetParametersForImportRequest
-
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.
- GetParametersForImportResponse - Class in com.tencentcloudapi.kms.v20190118.models
-
- GetParametersForImportResponse() - Constructor for class com.tencentcloudapi.kms.v20190118.models.GetParametersForImportResponse
-
- GetParametersForImportResponse(GetParametersForImportResponse) - Constructor for class com.tencentcloudapi.kms.v20190118.models.GetParametersForImportResponse
-
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.
- getParametersValidTo() - Method in class com.tencentcloudapi.kms.v20190118.models.GetParametersForImportResponse
-
Get 该导出token和公钥的有效期,超过该时间后无法导入,需要重新调用GetParametersForImport获取。
- getPendingWindowInDays() - Method in class com.tencentcloudapi.kms.v20190118.models.ScheduleKeyDeletionRequest
-
Get 计划删除时间区间[7,30]
- getPlaintext() - Method in class com.tencentcloudapi.kms.v20190118.models.AsymmetricRsaDecryptResponse
-
Get 解密后的明文,base64编码
- getPlaintext() - Method in class com.tencentcloudapi.kms.v20190118.models.AsymmetricSm2DecryptResponse
-
Get 解密后的明文,base64编码
- getPlaintext() - Method in class com.tencentcloudapi.kms.v20190118.models.DecryptResponse
-
Get 若调用时未提供 EncryptionPublicKey,该字段值为 Base64 编码的明文,需进行 Base64 解码以获取明文。
若调用时提供了 EncryptionPublicKey,则该字段值为使用 EncryptionPublicKey 公钥进行非对称加密后的 Base64 编码的密文。需在 Base64 解码后,使用用户上传的公钥对应的私钥进行进一步解密,以获取明文。
- getPlainText() - Method in class com.tencentcloudapi.kms.v20190118.models.EncryptByWhiteBoxRequest
-
Get 待加密的文本, base64编码,文本的原始长度最大不超过4KB
- getPlaintext() - Method in class com.tencentcloudapi.kms.v20190118.models.EncryptRequest
-
Get 被加密的明文数据,该字段必须使用base64编码,原文最大长度支持4K
- getPlaintext() - Method in class com.tencentcloudapi.kms.v20190118.models.GenerateDataKeyResponse
-
Get 若调用时未提供 EncryptionPublicKey,该字段值为生成的数据密钥 DataKey 的 Base64 编码的明文,需进行 Base64 解码以获取 DataKey 明文。
若调用时提供了 EncryptionPublicKey,则该字段值为使用 EncryptionPublicKey 公钥进行非对称加密后的 Base64 编码的密文。需在 Base64 解码后,使用用户上传的公钥对应的私钥进行进一步解密,以获取 DataKey 明文。
- getPlaintext() - Method in class com.tencentcloudapi.kms.v20190118.models.GenerateRandomResponse
-
Get 生成的随机数的明文,该明文使用base64编码,用户需要使用base64解码得到明文。
- getPlainText() - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoDecryptResponse
-
Get 若调用时未提供 EncryptionPublicKey,该字段值为 Base64 编码的明文,需进行 Base64 解码以获取明文。
若调用时提供了 EncryptionPublicKey,则该字段值为使用 EncryptionPublicKey 公钥进行非对称加密后的 Base64 编码的密文。需在 Base64 解码后,使用用户上传的公钥对应的私钥进行进一步解密,以获取明文。
- getPlainText() - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoEncryptRequest
-
Get 被加密的明文数据,该字段必须使用base64编码,原文最大长度支持4K
- getProductId() - Method in class com.tencentcloudapi.kms.v20190118.models.BindCloudResourceRequest
-
Get 云产品的唯一性标识符
- getProductId() - Method in class com.tencentcloudapi.kms.v20190118.models.UnbindCloudResourceRequest
-
Get 云产品的唯一性标识符
- getProExpireTime() - Method in class com.tencentcloudapi.kms.v20190118.models.GetServiceStatusResponse
-
Get 旗舰版到期时间(Epoch Unix Timestamp)。
注意:此字段可能返回 null,表示取不到有效值。
- getProRenewFlag() - Method in class com.tencentcloudapi.kms.v20190118.models.GetServiceStatusResponse
-
Get 旗舰版是否自动续费:0-不自动续费,1-自动续费
注意:此字段可能返回 null,表示取不到有效值。
- getProResourceId() - Method in class com.tencentcloudapi.kms.v20190118.models.GetServiceStatusResponse
-
Get 旗舰版购买记录的唯一性标识。如果为开通旗舰版,则返回值为空
注意:此字段可能返回 null,表示取不到有效值。
- GetPublicKey(GetPublicKeyRequest) - Method in class com.tencentcloudapi.kms.v20190118.KmsClient
-
该接口用于获取非对称密钥的公钥信息,可用于本地数据加密或验签。只有处于Enabled状态的非对称密钥才可能获取公钥。
- getPublicKey() - Method in class com.tencentcloudapi.kms.v20190118.models.GetParametersForImportResponse
-
Get 用于加密密钥材料的RSA公钥,base64编码。使用PublicKey base64解码后的公钥将导入密钥进行加密后作为 ImportKeyMaterial 的参数。
- getPublicKey() - Method in class com.tencentcloudapi.kms.v20190118.models.GetPublicKeyResponse
-
Get 经过base64编码的公钥内容。
- getPublicKeyPem() - Method in class com.tencentcloudapi.kms.v20190118.models.GetPublicKeyResponse
-
Get PEM格式的公钥内容。
- GetPublicKeyRequest - Class in com.tencentcloudapi.kms.v20190118.models
-
- GetPublicKeyRequest() - Constructor for class com.tencentcloudapi.kms.v20190118.models.GetPublicKeyRequest
-
- GetPublicKeyRequest(GetPublicKeyRequest) - Constructor for class com.tencentcloudapi.kms.v20190118.models.GetPublicKeyRequest
-
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.
- GetPublicKeyResponse - Class in com.tencentcloudapi.kms.v20190118.models
-
- GetPublicKeyResponse() - Constructor for class com.tencentcloudapi.kms.v20190118.models.GetPublicKeyResponse
-
- GetPublicKeyResponse(GetPublicKeyResponse) - Constructor for class com.tencentcloudapi.kms.v20190118.models.GetPublicKeyResponse
-
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.
- getReEncrypted() - Method in class com.tencentcloudapi.kms.v20190118.models.ReEncryptResponse
-
Get true表示密文已经重新加密。同一个CMK进行重加密,在密钥没有发生轮换的情况下不会进行实际重新加密操作,返回原密文
- GetRegions(GetRegionsRequest) - Method in class com.tencentcloudapi.kms.v20190118.KmsClient
-
获取可以提供KMS服务的地域列表
- getRegions() - Method in class com.tencentcloudapi.kms.v20190118.models.GetRegionsResponse
-
Get 可用region列表
注意:此字段可能返回 null,表示取不到有效值。
- GetRegionsRequest - Class in com.tencentcloudapi.kms.v20190118.models
-
- GetRegionsRequest() - Constructor for class com.tencentcloudapi.kms.v20190118.models.GetRegionsRequest
-
- GetRegionsRequest(GetRegionsRequest) - Constructor for class com.tencentcloudapi.kms.v20190118.models.GetRegionsRequest
-
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.
- GetRegionsResponse - Class in com.tencentcloudapi.kms.v20190118.models
-
- GetRegionsResponse() - Constructor for class com.tencentcloudapi.kms.v20190118.models.GetRegionsResponse
-
- GetRegionsResponse(GetRegionsResponse) - Constructor for class com.tencentcloudapi.kms.v20190118.models.GetRegionsResponse
-
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.
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.ArchiveKeyResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.AsymmetricRsaDecryptResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.AsymmetricSm2DecryptResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.BindCloudResourceResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.CancelKeyArchiveResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.CancelKeyDeletionResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.CreateKeyResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.CreateWhiteBoxKeyResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.DecryptResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.DeleteImportedKeyMaterialResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.DeleteWhiteBoxKeyResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeKeyResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeKeysResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxDecryptKeyResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxDeviceFingerprintsResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxKeyDetailsResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxKeyResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxServiceStatusResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.DisableKeyResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.DisableKeyRotationResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.DisableKeysResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.DisableWhiteBoxKeyResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.DisableWhiteBoxKeysResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.EnableKeyResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.EnableKeyRotationResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.EnableKeysResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.EnableWhiteBoxKeyResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.EnableWhiteBoxKeysResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.EncryptByWhiteBoxResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.EncryptResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.GenerateDataKeyResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.GenerateRandomResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.GetKeyRotationStatusResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.GetParametersForImportResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.GetPublicKeyResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.GetRegionsResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.GetServiceStatusResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.ImportKeyMaterialResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.ListAlgorithmsResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.ListKeyDetailResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.ListKeysResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.OverwriteWhiteBoxDeviceFingerprintsResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoDecryptResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoEncryptResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoSignResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoVerifyResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.ReEncryptResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.ScheduleKeyDeletionResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.SignByAsymmetricKeyResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.UnbindCloudResourceResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.UpdateAliasResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.UpdateKeyDescriptionResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getRequestId() - Method in class com.tencentcloudapi.kms.v20190118.models.VerifyByAsymmetricKeyResponse
-
Get 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- getResourceId() - Method in class com.tencentcloudapi.kms.v20190118.models.BindCloudResourceRequest
-
Get 资源/实例ID,由调用方根据自己的云产品特征来定义,以字符串形式做存储。
- getResourceId() - Method in class com.tencentcloudapi.kms.v20190118.models.KeyMetadata
-
Get 资源ID,格式:creatorUin/$creatorUin/$keyId
- getResourceId() - Method in class com.tencentcloudapi.kms.v20190118.models.UnbindCloudResourceRequest
-
Get 资源/实例ID,由调用方根据自己的云产品特征来定义,以字符串形式做存储。
- getResourceId() - Method in class com.tencentcloudapi.kms.v20190118.models.WhiteboxKeyInfo
-
Get 资源ID,格式:creatorUin/$creatorUin/$keyId
- getRole() - Method in class com.tencentcloudapi.kms.v20190118.models.ListKeyDetailRequest
-
Get 根据创建者角色筛选,默认 0 表示用户自己创建的cmk, 1 表示授权其它云产品自动创建的cmk
- getRole() - Method in class com.tencentcloudapi.kms.v20190118.models.ListKeysRequest
-
Get 根据创建者角色筛选,默认 0 表示用户自己创建的cmk, 1 表示授权其它云产品自动创建的cmk
- getRotateDays() - Method in class com.tencentcloudapi.kms.v20190118.models.EnableKeyRotationRequest
-
Get 密钥轮转周期,单位天,允许范围 7 ~ 365,默认值 365。
- getSearchKeyAlias() - Method in class com.tencentcloudapi.kms.v20190118.models.ListKeyDetailRequest
-
Get 根据KeyId或者Alias进行模糊匹配查询
- getServiceEnabled() - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxServiceStatusResponse
-
Get 用户的白盒密钥服务是否可用
- getServiceEnabled() - Method in class com.tencentcloudapi.kms.v20190118.models.GetServiceStatusResponse
-
Get KMS服务是否开通, true 表示已开通
- GetServiceStatus(GetServiceStatusRequest) - Method in class com.tencentcloudapi.kms.v20190118.KmsClient
-
用于查询该用户是否已开通KMS服务
- GetServiceStatusRequest - Class in com.tencentcloudapi.kms.v20190118.models
-
- GetServiceStatusRequest() - Constructor for class com.tencentcloudapi.kms.v20190118.models.GetServiceStatusRequest
-
- GetServiceStatusRequest(GetServiceStatusRequest) - Constructor for class com.tencentcloudapi.kms.v20190118.models.GetServiceStatusRequest
-
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.
- GetServiceStatusResponse - Class in com.tencentcloudapi.kms.v20190118.models
-
- GetServiceStatusResponse() - Constructor for class com.tencentcloudapi.kms.v20190118.models.GetServiceStatusResponse
-
- GetServiceStatusResponse(GetServiceStatusResponse) - Constructor for class com.tencentcloudapi.kms.v20190118.models.GetServiceStatusResponse
-
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.
- getSignature() - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoSignResponse
-
Get 签名值,Base64编码。可使用 PostQuantumCryptoVerify接口对签名值进行验证。
- getSignature() - Method in class com.tencentcloudapi.kms.v20190118.models.SignByAsymmetricKeyResponse
-
Get 签名,Base64编码
- getSignatureValid() - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoVerifyResponse
-
Get 签名是否有效。true:签名有效,false:签名无效。
- getSignatureValid() - Method in class com.tencentcloudapi.kms.v20190118.models.VerifyByAsymmetricKeyResponse
-
Get 签名是否有效。true:签名有效,false:签名无效。
- getSignatureValue() - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoVerifyRequest
-
Get 签名值,通过调用KMS PostQuantumCryptoSign签名接口生成
- getSignatureValue() - Method in class com.tencentcloudapi.kms.v20190118.models.VerifyByAsymmetricKeyRequest
-
Get 签名值,通过调用KMS签名接口生成
- getSourceEncryptionContext() - Method in class com.tencentcloudapi.kms.v20190118.models.ReEncryptRequest
-
Get CiphertextBlob 密文加密时使用的key/value对的json字符串。如果加密时未使用,则为空
- getSourceKeyId() - Method in class com.tencentcloudapi.kms.v20190118.models.ReEncryptResponse
-
Get 重新加密前密文使用的CMK
- getStatus() - Method in class com.tencentcloudapi.kms.v20190118.models.WhiteboxKeyInfo
-
Get 白盒密钥的状态, 取值为:Enabled | Disabled
- getSubscriptionInfo() - Method in class com.tencentcloudapi.kms.v20190118.models.GetServiceStatusResponse
-
Get KMS 订阅信息。
注意:此字段可能返回 null,表示取不到有效值。
- getSymmetricAlgorithms() - Method in class com.tencentcloudapi.kms.v20190118.models.ListAlgorithmsResponse
-
Get 本地区支持的对称加密算法
- getTagCode() - Method in class com.tencentcloudapi.kms.v20190118.models.CreateKeyResponse
-
Get 标签操作的返回码.
- getTagCode() - Method in class com.tencentcloudapi.kms.v20190118.models.CreateWhiteBoxKeyResponse
-
Get 标签操作的返回码.
- getTagFilters() - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxKeyDetailsRequest
-
Get 标签过滤条件
- getTagFilters() - Method in class com.tencentcloudapi.kms.v20190118.models.ListKeyDetailRequest
-
Get 标签过滤条件
- getTagKey() - Method in class com.tencentcloudapi.kms.v20190118.models.Tag
-
Get 标签键
- getTagKey() - Method in class com.tencentcloudapi.kms.v20190118.models.TagFilter
-
Get 标签键
- getTagMsg() - Method in class com.tencentcloudapi.kms.v20190118.models.CreateKeyResponse
-
Get 标签操作的返回信息
注意:此字段可能返回 null,表示取不到有效值。
- getTagMsg() - Method in class com.tencentcloudapi.kms.v20190118.models.CreateWhiteBoxKeyResponse
-
Get 标签操作的返回信息
注意:此字段可能返回 null,表示取不到有效值。
- getTags() - Method in class com.tencentcloudapi.kms.v20190118.models.CreateKeyRequest
-
Get 标签列表
- getTags() - Method in class com.tencentcloudapi.kms.v20190118.models.CreateWhiteBoxKeyRequest
-
Get 标签列表
- getTagValue() - Method in class com.tencentcloudapi.kms.v20190118.models.Tag
-
Get 标签值
- getTagValue() - Method in class com.tencentcloudapi.kms.v20190118.models.TagFilter
-
Get 标签值
- getTotalCount() - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxKeyDetailsResponse
-
Get 白盒密钥总数。
注意:此字段可能返回 null,表示取不到有效值。
- getTotalCount() - Method in class com.tencentcloudapi.kms.v20190118.models.ListKeyDetailResponse
-
Get CMK的总数量
- getTotalCount() - Method in class com.tencentcloudapi.kms.v20190118.models.ListKeysResponse
-
Get CMK的总数量
- getType() - Method in class com.tencentcloudapi.kms.v20190118.models.CreateKeyRequest
-
Get 指定key类型,默认为1,1表示默认类型,由KMS创建CMK密钥,2 表示EXTERNAL 类型,该类型需要用户导入密钥材料,参考 GetParametersForImport 和 ImportKeyMaterial 接口
- getType() - Method in class com.tencentcloudapi.kms.v20190118.models.KeyMetadata
-
Get CMK类型,2 表示符合FIPS标准,4表示符合国密标准
- getUserLevel() - Method in class com.tencentcloudapi.kms.v20190118.models.GetServiceStatusResponse
-
Get 0-普通版,1-旗舰版
- getValidTo() - Method in class com.tencentcloudapi.kms.v20190118.models.ImportKeyMaterialRequest
-
Get 密钥材料过期时间 unix 时间戳,不指定或者 0 表示密钥材料不会过期,若指定过期时间,需要大于当前时间点,最大支持 2147443200。
- getValidTo() - Method in class com.tencentcloudapi.kms.v20190118.models.KeyMetadata
-
Get 在Origin为 EXTERNAL 时有效,表示密钥材料的有效日期, 0 表示不过期
注意:此字段可能返回 null,表示取不到有效值。
- getValue() - Method in enum com.tencentcloudapi.kms.v20190118.KmsErrorCode
-
- getWrappingAlgorithm() - Method in class com.tencentcloudapi.kms.v20190118.models.GetParametersForImportRequest
-
Get 指定加密密钥材料的算法,目前支持RSAES_PKCS1_V1_5、RSAES_OAEP_SHA_1、RSAES_OAEP_SHA_256
- getWrappingKeySpec() - Method in class com.tencentcloudapi.kms.v20190118.models.GetParametersForImportRequest
-
Get 指定加密密钥材料的类型,目前只支持RSA_2048
- ScheduleKeyDeletion(ScheduleKeyDeletionRequest) - Method in class com.tencentcloudapi.kms.v20190118.KmsClient
-
CMK计划删除接口,用于指定CMK删除的时间,可选时间区间为[7,30]天
- ScheduleKeyDeletionRequest - Class in com.tencentcloudapi.kms.v20190118.models
-
- ScheduleKeyDeletionRequest() - Constructor for class com.tencentcloudapi.kms.v20190118.models.ScheduleKeyDeletionRequest
-
- ScheduleKeyDeletionRequest(ScheduleKeyDeletionRequest) - Constructor for class com.tencentcloudapi.kms.v20190118.models.ScheduleKeyDeletionRequest
-
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.
- ScheduleKeyDeletionResponse - Class in com.tencentcloudapi.kms.v20190118.models
-
- ScheduleKeyDeletionResponse() - Constructor for class com.tencentcloudapi.kms.v20190118.models.ScheduleKeyDeletionResponse
-
- ScheduleKeyDeletionResponse(ScheduleKeyDeletionResponse) - Constructor for class com.tencentcloudapi.kms.v20190118.models.ScheduleKeyDeletionResponse
-
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.
- setAlgorithm(String) - Method in class com.tencentcloudapi.kms.v20190118.models.AlgorithmInfo
-
Set 算法的名称
- setAlgorithm(String) - Method in class com.tencentcloudapi.kms.v20190118.models.AsymmetricRsaDecryptRequest
-
Set 在使用公钥加密时对应的算法:当前支持RSAES_PKCS1_V1_5、RSAES_OAEP_SHA_1、RSAES_OAEP_SHA_256
- setAlgorithm(String) - Method in class com.tencentcloudapi.kms.v20190118.models.CreateWhiteBoxKeyRequest
-
Set 创建密钥所有的算法类型,支持的取值:AES_256,SM4
- setAlgorithm(String) - Method in class com.tencentcloudapi.kms.v20190118.models.SignByAsymmetricKeyRequest
-
Set 签名算法,支持的算法:SM2DSA,ECC_P256_R1,RSA_PSS_SHA_256,RSA_PKCS1_SHA_256 等。更多支持的算法可通过 ListAlgorithms 接口进行查询。
- setAlgorithm(String) - Method in class com.tencentcloudapi.kms.v20190118.models.VerifyByAsymmetricKeyRequest
-
Set 签名算法,支持的算法:SM2DSA,ECC_P256_R1,RSA_PSS_SHA_256,RSA_PKCS1_SHA_256 等。更多支持的算法可通过 ListAlgorithms 接口进行查询。
- setAlgorithm(String) - Method in class com.tencentcloudapi.kms.v20190118.models.WhiteboxKeyInfo
-
Set 密钥所用的算法类型
- setAlias(String) - Method in class com.tencentcloudapi.kms.v20190118.models.CreateKeyRequest
-
Set 作为密钥更容易辨识,更容易被人看懂的别名, 不可为空,1-60个字母数字 - _ 的组合,首字符必须为字母或者数字。以 kms- 作为前缀的用于云产品使用,Alias 不可重复。
- setAlias(String) - Method in class com.tencentcloudapi.kms.v20190118.models.CreateKeyResponse
-
Set 作为密钥更容易辨识,更容易被人看懂的别名
- setAlias(String) - Method in class com.tencentcloudapi.kms.v20190118.models.CreateWhiteBoxKeyRequest
-
Set 作为密钥更容易辨识,更容易被人看懂的别名, 不可为空,1-60个字母数字 - _ 的组合,首字符必须为字母或者数字。Alias不可重复。
- setAlias(String) - Method in class com.tencentcloudapi.kms.v20190118.models.KeyMetadata
-
Set 作为密钥更容易辨识,更容易被人看懂的别名
- setAlias(String) - Method in class com.tencentcloudapi.kms.v20190118.models.UpdateAliasRequest
-
Set 新的别名,1-60个字符或数字的组合
- setAlias(String) - Method in class com.tencentcloudapi.kms.v20190118.models.WhiteboxKeyInfo
-
Set 作为密钥更容易辨识,更容易被人看懂的别名, 不可为空,1-60个字母数字 - _ 的组合,首字符必须为字母或者数字.
- setAsymmetricAlgorithms(AlgorithmInfo[]) - Method in class com.tencentcloudapi.kms.v20190118.models.ListAlgorithmsResponse
-
Set 本地区支持的非对称加密算法
- setAsymmetricSignVerifyAlgorithms(AlgorithmInfo[]) - Method in class com.tencentcloudapi.kms.v20190118.models.ListAlgorithmsResponse
-
Set 本地区支持的非对称签名验签算法
- setCiphertext(String) - Method in class com.tencentcloudapi.kms.v20190118.models.AsymmetricRsaDecryptRequest
-
Set 使用PublicKey加密的密文,Base64编码
- setCiphertext(String) - Method in class com.tencentcloudapi.kms.v20190118.models.AsymmetricSm2DecryptRequest
-
Set 使用PublicKey加密的密文,Base64编码。密文长度不能超过256字节。
- setCipherText(String) - Method in class com.tencentcloudapi.kms.v20190118.models.EncryptByWhiteBoxResponse
-
Set 加密后的密文,base64编码
- setCiphertextBlob(String) - Method in class com.tencentcloudapi.kms.v20190118.models.DecryptRequest
-
Set 待解密的密文数据
- setCiphertextBlob(String) - Method in class com.tencentcloudapi.kms.v20190118.models.EncryptResponse
-
Set 加密后的密文,base64编码。注意:本字段中打包了密文和密钥的相关信息,不是对明文的直接加密结果,只有将该字段作为Decrypt接口的输入参数,才可以解密出原文。
- setCiphertextBlob(String) - Method in class com.tencentcloudapi.kms.v20190118.models.GenerateDataKeyResponse
-
Set 数据密钥DataKey加密后的密文,用户需要自行保存该密文,KMS不托管用户的数据密钥。可以通过Decrypt接口从CiphertextBlob中获取数据密钥DataKey明文
- setCiphertextBlob(String) - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoDecryptRequest
-
Set 待解密的密文数据
- setCiphertextBlob(String) - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoEncryptResponse
-
Set 加密后的密文,base64编码。注意:本字段中打包了密文和密钥的相关信息,不是对明文的直接加密结果,只有将该字段作为PostQuantumCryptoDecrypt接口的输入参数,才可以解密出原文。
- setCiphertextBlob(String) - Method in class com.tencentcloudapi.kms.v20190118.models.ReEncryptRequest
-
Set 需要重新加密的密文
- setCiphertextBlob(String) - Method in class com.tencentcloudapi.kms.v20190118.models.ReEncryptResponse
-
Set 重新加密后的密文
- setCreateTime(Long) - Method in class com.tencentcloudapi.kms.v20190118.models.CreateKeyResponse
-
Set 密钥创建时间,unix时间戳
- setCreateTime(Long) - Method in class com.tencentcloudapi.kms.v20190118.models.KeyMetadata
-
Set 密钥创建时间
- setCreateTime(Long) - Method in class com.tencentcloudapi.kms.v20190118.models.WhiteboxKeyInfo
-
Set 密钥创建时间,Unix时间戳
- setCreatorUin(Long) - Method in class com.tencentcloudapi.kms.v20190118.models.KeyMetadata
-
Set 创建者
- setCreatorUin(Long) - Method in class com.tencentcloudapi.kms.v20190118.models.WhiteboxKeyInfo
-
Set 创建者
- setDecryptKey(String) - Method in class com.tencentcloudapi.kms.v20190118.models.CreateWhiteBoxKeyResponse
-
Set 用于解密的密钥,base64编码
- setDecryptKey(String) - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxDecryptKeyResponse
-
Set 白盒解密密钥,base64编码
- setDecryptKey(String) - Method in class com.tencentcloudapi.kms.v20190118.models.WhiteboxKeyInfo
-
Set 白盒解密密钥,base64编码
- setDeletionDate(Long) - Method in class com.tencentcloudapi.kms.v20190118.models.KeyMetadata
-
Set 计划删除的时间
注意:此字段可能返回 null,表示取不到有效值。
- setDeletionDate(Long) - Method in class com.tencentcloudapi.kms.v20190118.models.ScheduleKeyDeletionResponse
-
Set 计划删除执行时间
- setDescription(String) - Method in class com.tencentcloudapi.kms.v20190118.models.CreateKeyRequest
-
Set CMK 的描述,最大1024字节
- setDescription(String) - Method in class com.tencentcloudapi.kms.v20190118.models.CreateKeyResponse
-
Set CMK的描述
注意:此字段可能返回 null,表示取不到有效值。
- setDescription(String) - Method in class com.tencentcloudapi.kms.v20190118.models.CreateWhiteBoxKeyRequest
-
Set 密钥的描述,最大1024字节
- setDescription(String) - Method in class com.tencentcloudapi.kms.v20190118.models.DeviceFingerprint
-
Set 描述信息,如:IP,设备名称等,最大1024字节
注意:此字段可能返回 null,表示取不到有效值。
- setDescription(String) - Method in class com.tencentcloudapi.kms.v20190118.models.KeyMetadata
-
Set CMK的描述
- setDescription(String) - Method in class com.tencentcloudapi.kms.v20190118.models.UpdateKeyDescriptionRequest
-
Set 新的描述信息,最大支持1024字节
- setDescription(String) - Method in class com.tencentcloudapi.kms.v20190118.models.WhiteboxKeyInfo
-
Set 密钥的描述信息
- setDestinationEncryptionContext(String) - Method in class com.tencentcloudapi.kms.v20190118.models.ReEncryptRequest
-
Set 重新加密使用的key/value对的json字符串,如果使用该字段,则返回的新密文在解密时需要填入相同的字符串
- setDestinationKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.ReEncryptRequest
-
Set 重新加密使用的CMK,如果为空,则使用密文原有的CMK重新加密(若密钥没有轮换则密文不会刷新)
- setDeviceFingerprintBind(Boolean) - Method in class com.tencentcloudapi.kms.v20190118.models.WhiteboxKeyInfo
-
Set 是否有设备指纹与当前密钥绑定
注意:此字段可能返回 null,表示取不到有效值。
- setDeviceFingerprints(DeviceFingerprint[]) - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxDeviceFingerprintsResponse
-
Set 设备指纹列表
- setDeviceFingerprints(DeviceFingerprint[]) - Method in class com.tencentcloudapi.kms.v20190118.models.OverwriteWhiteBoxDeviceFingerprintsRequest
-
Set 设备指纹列表,如果列表为空,则表示删除该密钥对应的所有指纹信息。列表最大长度不超过200。
- setEncryptedKeyMaterial(String) - Method in class com.tencentcloudapi.kms.v20190118.models.ImportKeyMaterialRequest
-
Set 使用GetParametersForImport 返回的PublicKey加密后的密钥材料base64编码。对于国密版本region的KMS,导入的密钥材料长度要求为 128 bit,FIPS版本region的KMS, 导入的密钥材料长度要求为 256 bit。
- setEncryptionAlgorithm(String) - Method in class com.tencentcloudapi.kms.v20190118.models.DecryptRequest
-
Set 非对称加密算法,配合 EncryptionPublicKey 对返回数据进行加密。目前支持:SM2(以 C1C3C2 格式返回密文),SM2_C1C3C2_ASN1 (以 C1C3C2 ASN1 格式返回密文),RSAES_PKCS1_V1_5,RSAES_OAEP_SHA_1,RSAES_OAEP_SHA_256。若为空,则默认为 SM2。
- setEncryptionAlgorithm(String) - Method in class com.tencentcloudapi.kms.v20190118.models.GenerateDataKeyRequest
-
Set 非对称加密算法,配合 EncryptionPublicKey 对返回数据进行加密。目前支持:SM2(以 C1C3C2 格式返回密文),SM2_C1C3C2_ASN1 (以 C1C3C2 ASN1 格式返回密文),RSAES_PKCS1_V1_5,RSAES_OAEP_SHA_1,RSAES_OAEP_SHA_256。若为空,则默认为 SM2。
- setEncryptionAlgorithm(String) - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoDecryptRequest
-
Set 非对称加密算法,配合 EncryptionPublicKey 对返回数据进行加密。目前支持:SM2(以 C1C3C2 格式返回密文),SM2_C1C3C2_ASN1 (以 C1C3C2 ASN1 格式返回密文),RSAES_PKCS1_V1_5,RSAES_OAEP_SHA_1,RSAES_OAEP_SHA_256。若为空,则默认为 SM2。
- setEncryptionContext(String) - Method in class com.tencentcloudapi.kms.v20190118.models.DecryptRequest
-
Set key/value对的json字符串,如果Encrypt指定了该参数,则在调用Decrypt API时需要提供同样的参数,最大支持1024字符
- setEncryptionContext(String) - Method in class com.tencentcloudapi.kms.v20190118.models.EncryptRequest
-
Set key/value对的json字符串,如果指定了该参数,则在调用Decrypt API时需要提供同样的参数,最大支持1024个字符
- setEncryptionContext(String) - Method in class com.tencentcloudapi.kms.v20190118.models.GenerateDataKeyRequest
-
Set key/value对的json字符串,如果使用该字段,则返回的DataKey在解密时需要填入相同的字符串
- setEncryptionPublicKey(String) - Method in class com.tencentcloudapi.kms.v20190118.models.DecryptRequest
-
Set PEM 格式公钥字符串,支持 RSA2048 和 SM2 公钥,用于对返回数据中的 Plaintext 值进行加密。若为空,则不对 Plaintext 值加密。
- setEncryptionPublicKey(String) - Method in class com.tencentcloudapi.kms.v20190118.models.GenerateDataKeyRequest
-
Set PEM 格式公钥字符串,支持 RSA2048 和 SM2 公钥,用于对返回数据中的 Plaintext 值进行加密。若为空,则不对 Plaintext 值加密。
- setEncryptionPublicKey(String) - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoDecryptRequest
-
Set PEM 格式公钥字符串,支持 RSA2048 和 SM2 公钥,用于对返回数据中的 Plaintext 值进行加密。若为空,则不对 Plaintext 值加密。
- setEncryptKey(String) - Method in class com.tencentcloudapi.kms.v20190118.models.CreateWhiteBoxKeyResponse
-
Set 用于加密的密钥,base64编码
- setEncryptKey(String) - Method in class com.tencentcloudapi.kms.v20190118.models.WhiteboxKeyInfo
-
Set 白盒加密密钥,base64编码
- setExclusiveHSMEnabled(Boolean) - Method in class com.tencentcloudapi.kms.v20190118.models.GetServiceStatusResponse
-
Set 是否开通 KMS 独享版
注意:此字段可能返回 null,表示取不到有效值。
- setExclusiveVSMEnabled(Boolean) - Method in class com.tencentcloudapi.kms.v20190118.models.GetServiceStatusResponse
-
Set 是否开通 KMS 托管版
注意:此字段可能返回 null,表示取不到有效值。
- setHsmClusterId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.CreateKeyRequest
-
Set KMS 高级版对应的 HSM 集群 ID(仅对 KMS 独占版/托管版服务实例有效)。
- setHsmClusterId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.CreateKeyResponse
-
Set HSM 集群 ID(仅对 KMS 独占版/托管版服务实例有效)
注意:此字段可能返回 null,表示取不到有效值。
- setHsmClusterId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.KeyMetadata
-
Set HSM 集群 ID(仅对 KMS 独占版/托管版服务实例有效)
注意:此字段可能返回 null,表示取不到有效值。
- setHsmClusterId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.ListKeyDetailRequest
-
Set KMS 高级版对应的 HSM 集群 ID(仅对 KMS 独占版/托管版服务实例有效)。
- setHsmClusterId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.ListKeysRequest
-
Set KMS 高级版对应的 HSM 集群 ID(仅对 KMS 独占版/托管版服务实例有效)。
- setIdentity(String) - Method in class com.tencentcloudapi.kms.v20190118.models.DeviceFingerprint
-
Set 指纹信息,由设备指纹采集工具采集获得,格式满足正则表达式:^[0-9a-f]{8}[\-][0-9a-f]{14}[\-][0-9a-f]{14}[\-][0-9a-f]{14}[\-][0-9a-f]{16}$
- setImportToken(String) - Method in class com.tencentcloudapi.kms.v20190118.models.GetParametersForImportResponse
-
Set 导入密钥材料需要的token,用于作为 ImportKeyMaterial 的参数。
- setImportToken(String) - Method in class com.tencentcloudapi.kms.v20190118.models.ImportKeyMaterialRequest
-
Set 通过调用GetParametersForImport获得的导入令牌。
- setInitializationVector(String) - Method in class com.tencentcloudapi.kms.v20190118.models.EncryptByWhiteBoxRequest
-
Set 初始化向量,大小为 16 Bytes,加密算法会使用到, base64编码;如果不传,则由后端服务随机生成。用户需要自行保存该值,作为解密的参数。
- setInitializationVector(String) - Method in class com.tencentcloudapi.kms.v20190118.models.EncryptByWhiteBoxResponse
-
Set 初始化向量,加密算法会使用到, base64编码。如果由调用方在入参中传入,则原样返回。如果调用方没有传入,则后端服务随机生成,并返回
- setInvalidType(Long) - Method in class com.tencentcloudapi.kms.v20190118.models.GetServiceStatusResponse
-
Set 服务不可用类型: 0-未购买,1-正常, 2-欠费停服, 3-资源释放
注意:此字段可能返回 null,表示取不到有效值。
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.ArchiveKeyRequest
-
Set CMK唯一标识符
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.AsymmetricRsaDecryptRequest
-
Set CMK的唯一标识
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.AsymmetricRsaDecryptResponse
-
Set CMK的唯一标识
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.AsymmetricSm2DecryptRequest
-
Set CMK的唯一标识
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.AsymmetricSm2DecryptResponse
-
Set CMK的唯一标识
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.BindCloudResourceRequest
-
Set cmk的ID
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.CancelKeyArchiveRequest
-
Set CMK唯一标识符
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.CancelKeyDeletionRequest
-
Set 需要被取消删除的CMK的唯一标志
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.CancelKeyDeletionResponse
-
Set 唯一标志被取消删除的CMK。
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.CreateKeyResponse
-
Set CMK的全局唯一标识符
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.CreateWhiteBoxKeyResponse
-
Set 白盒密钥的全局唯一标识符
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.DecryptResponse
-
Set CMK的全局唯一标识
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.DeleteImportedKeyMaterialRequest
-
Set 指定需要删除密钥材料的EXTERNAL CMK。
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.DeleteWhiteBoxKeyRequest
-
Set 白盒密钥的全局唯一标识符
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeKeyRequest
-
Set CMK全局唯一标识符
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxDecryptKeyRequest
-
Set 白盒密钥的全局唯一标识符
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxDeviceFingerprintsRequest
-
Set 白盒密钥ID
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxKeyRequest
-
Set 白盒密钥的全局唯一标识符
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.DisableKeyRequest
-
Set CMK唯一标识符
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.DisableKeyRotationRequest
-
Set CMK唯一标识符
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.DisableWhiteBoxKeyRequest
-
Set 白盒密钥的全局唯一标识符
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.EnableKeyRequest
-
Set CMK唯一标识符
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.EnableKeyRotationRequest
-
Set CMK唯一标识符
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.EnableWhiteBoxKeyRequest
-
Set 白盒密钥的全局唯一标识符
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.EncryptByWhiteBoxRequest
-
Set 白盒密钥的全局唯一标识符
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.EncryptRequest
-
Set 调用CreateKey生成的CMK全局唯一标识符
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.EncryptResponse
-
Set 加密使用的CMK的全局唯一标识
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.GenerateDataKeyRequest
-
Set CMK全局唯一标识符
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.GenerateDataKeyResponse
-
Set CMK的全局唯一标识
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.GetKeyRotationStatusRequest
-
Set CMK唯一标识符
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.GetParametersForImportRequest
-
Set CMK的唯一标识,获取密钥参数的CMK必须是EXTERNAL类型,即在CreateKey时指定Type=2 类型的CMK。
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.GetParametersForImportResponse
-
Set CMK的唯一标识,用于指定目标导入密钥材料的CMK。
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.GetPublicKeyRequest
-
Set CMK的唯一标识。
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.GetPublicKeyResponse
-
Set CMK的唯一标识。
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.ImportKeyMaterialRequest
-
Set 指定导入密钥材料的CMK,需要和GetParametersForImport 指定的CMK相同。
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.Key
-
Set CMK的全局唯一标识。
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.KeyMetadata
-
Set CMK的全局唯一标识
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.OverwriteWhiteBoxDeviceFingerprintsRequest
-
Set 白盒密钥ID
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoDecryptResponse
-
Set CMK的全局唯一标识
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoEncryptRequest
-
Set 调用CreateKey生成的CMK全局唯一标识符
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoEncryptResponse
-
Set 加密使用的CMK的全局唯一标识
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoSignRequest
-
Set 密钥的唯一标识
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoVerifyRequest
-
Set 密钥的唯一标识
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.ReEncryptResponse
-
Set 重新加密使用的CMK
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.ScheduleKeyDeletionRequest
-
Set CMK的唯一标志
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.ScheduleKeyDeletionResponse
-
Set 唯一标志被计划删除的CMK
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.SignByAsymmetricKeyRequest
-
Set 密钥的唯一标识
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.UnbindCloudResourceRequest
-
Set cmk的ID
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.UpdateAliasRequest
-
Set CMK的全局唯一标识符
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.UpdateKeyDescriptionRequest
-
Set 需要修改描述信息的CMK ID
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.VerifyByAsymmetricKeyRequest
-
Set 密钥的唯一标识
- setKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.WhiteboxKeyInfo
-
Set 白盒密钥的全局唯一标识符
- setKeyIds(String[]) - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeKeysRequest
-
Set 查询CMK的ID列表,批量查询一次最多支持100个KeyId
- setKeyIds(String[]) - Method in class com.tencentcloudapi.kms.v20190118.models.DisableKeysRequest
-
Set 需要批量禁用的CMK Id 列表,CMK数量最大支持100
- setKeyIds(String[]) - Method in class com.tencentcloudapi.kms.v20190118.models.DisableWhiteBoxKeysRequest
-
Set 白盒密钥的全局唯一标识符列表。注意:要确保所有提供的KeyId是格式有效的,没有重复,个数不超过50个,并且都是有效存在的。
- setKeyIds(String[]) - Method in class com.tencentcloudapi.kms.v20190118.models.EnableKeysRequest
-
Set 需要批量启用的CMK Id 列表, CMK数量最大支持100
- setKeyIds(String[]) - Method in class com.tencentcloudapi.kms.v20190118.models.EnableWhiteBoxKeysRequest
-
Set 白盒密钥的全局唯一标识符列表。注意:要确保所有提供的KeyId是格式有效的,没有重复,个数不超过50个,并且都是有效存在的。
- setKeyInfo(WhiteboxKeyInfo) - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxKeyResponse
-
Set 白盒密钥信息
- setKeyInfos(WhiteboxKeyInfo[]) - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxKeyDetailsResponse
-
Set 白盒密钥信息列表。
- setKeyMetadata(KeyMetadata) - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeKeyResponse
-
Set 密钥属性信息
注意:此字段可能返回 null,表示取不到有效值。
- setKeyMetadatas(KeyMetadata[]) - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeKeysResponse
-
Set 返回的属性信息列表
注意:此字段可能返回 null,表示取不到有效值。
- setKeyMetadatas(KeyMetadata[]) - Method in class com.tencentcloudapi.kms.v20190118.models.ListKeyDetailResponse
-
Set 返回的属性信息列表。
注意:此字段可能返回 null,表示取不到有效值。
- setKeyRotationEnabled(Boolean) - Method in class com.tencentcloudapi.kms.v20190118.models.GetKeyRotationStatusResponse
-
Set 密钥轮换是否开启
- setKeyRotationEnabled(Boolean) - Method in class com.tencentcloudapi.kms.v20190118.models.KeyMetadata
-
Set 是否开启了密钥轮换功能
- setKeys(Key[]) - Method in class com.tencentcloudapi.kms.v20190118.models.ListKeysResponse
-
Set CMK列表数组
注意:此字段可能返回 null,表示取不到有效值。
- setKeySpec(String) - Method in class com.tencentcloudapi.kms.v20190118.models.GenerateDataKeyRequest
-
Set 指定生成Datakey的加密算法以及Datakey大小,AES_128或者AES_256。KeySpec 和 NumberOfBytes 必须指定一个
- setKeyState(String) - Method in class com.tencentcloudapi.kms.v20190118.models.CreateKeyResponse
-
Set CMK的状态
- setKeyState(String) - Method in class com.tencentcloudapi.kms.v20190118.models.KeyMetadata
-
Set CMK的状态, 取值为:Enabled | Disabled | PendingDelete | PendingImport | Archived
- setKeyState(Long) - Method in class com.tencentcloudapi.kms.v20190118.models.ListKeyDetailRequest
-
Set 根据CMK状态筛选, 0表示全部CMK, 1 表示仅查询Enabled CMK, 2 表示仅查询Disabled CMK,3 表示查询PendingDelete 状态的CMK(处于计划删除状态的Key),4 表示查询 PendingImport 状态的CMK,5 表示查询 Archived 状态的 CMK
- setKeyStatus(Long) - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxKeyDetailsRequest
-
Set 过滤条件:密钥的状态,0:disabled,1:enabled
- setKeyUsage(String) - Method in class com.tencentcloudapi.kms.v20190118.models.AlgorithmInfo
-
Set 算法的标识
- setKeyUsage(String) - Method in class com.tencentcloudapi.kms.v20190118.models.CreateKeyRequest
-
Set 指定key的用途,默认为 "ENCRYPT_DECRYPT" 表示创建对称加解密密钥,其它支持用途 “ASYMMETRIC_DECRYPT_RSA_2048” 表示创建用于加解密的RSA2048非对称密钥,“ASYMMETRIC_DECRYPT_SM2” 表示创建用于加解密的SM2非对称密钥,“ASYMMETRIC_SIGN_VERIFY_SM2” 表示创建用于签名验签的SM2非对称密钥,“ASYMMETRIC_SIGN_VERIFY_ECC” 表示创建用于签名验签的ECC非对称密钥,“ASYMMETRIC_SIGN_VERIFY_RSA_2048” 表示创建用于签名验签的RSA_2048非对称密钥,“ASYMMETRIC_SIGN_VERIFY_ECDSA384”表示创建用于签名验签的 ECDSA384 非对称秘钥。完整的秘钥用途与算法支持列表可通过 ListAlgorithms 接口获取。
- setKeyUsage(String) - Method in class com.tencentcloudapi.kms.v20190118.models.CreateKeyResponse
-
Set CMK的用途
- setKeyUsage(String) - Method in class com.tencentcloudapi.kms.v20190118.models.KeyMetadata
-
Set CMK用途,取值为: ENCRYPT_DECRYPT | ASYMMETRIC_DECRYPT_RSA_2048 | ASYMMETRIC_DECRYPT_SM2 | ASYMMETRIC_SIGN_VERIFY_SM2 | ASYMMETRIC_SIGN_VERIFY_RSA_2048 | ASYMMETRIC_SIGN_VERIFY_ECC
- setKeyUsage(String) - Method in class com.tencentcloudapi.kms.v20190118.models.ListKeyDetailRequest
-
Set 根据CMK的KeyUsage筛选,ALL表示筛选全部,可使用的参数为:ALL 或 ENCRYPT_DECRYPT 或 ASYMMETRIC_DECRYPT_RSA_2048 或 ASYMMETRIC_DECRYPT_SM2 或 ASYMMETRIC_SIGN_VERIFY_SM2 或 ASYMMETRIC_SIGN_VERIFY_RSA_2048 或 ASYMMETRIC_SIGN_VERIFY_ECC,为空则默认筛选ENCRYPT_DECRYPT类型
- setLimit(Long) - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxKeyDetailsRequest
-
Set 含义跟 SQL 查询的 Limit 一致,表示本次最多获取 Limit 个元素。缺省值为0, 表示不分页
- setLimit(Long) - Method in class com.tencentcloudapi.kms.v20190118.models.ListKeyDetailRequest
-
Set 含义跟 SQL 查询的 Limit 一致,表示本次最多获取 Limit 个元素。缺省值为10,最大值为200
- setLimit(Long) - Method in class com.tencentcloudapi.kms.v20190118.models.ListKeysRequest
-
Set 含义跟 SQL 查询的 Limit 一致,表示本次获最多获取 Limit 个元素。缺省值为10,最大值为200
- setMessage(String) - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoSignRequest
-
Set Base64 编码的消息原文。消息原文的长度(Base64编码前的长度)不超过4096字节。
- setMessage(String) - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoVerifyRequest
-
Set Base64 编码的消息原文,消息原文的长度(Base64编码前的长度)不超过4096字节。
- setMessage(String) - Method in class com.tencentcloudapi.kms.v20190118.models.SignByAsymmetricKeyRequest
-
Set 消息原文或消息摘要。如果提供的是消息原文,则消息原文的长度(Base64编码前的长度)不超过4096字节。如果提供的是消息摘要,消息摘要长度(Base64编码前的长度)必须等于32字节
- setMessage(String) - Method in class com.tencentcloudapi.kms.v20190118.models.VerifyByAsymmetricKeyRequest
-
Set 消息原文或消息摘要。如果提供的是消息原文,则消息原文的长度(Base64编码前的长度)不超过4096字节。如果提供的是消息摘要,则消息摘要长度(Base64编码前的长度)必须等于32字节
- setMessageType(String) - Method in class com.tencentcloudapi.kms.v20190118.models.SignByAsymmetricKeyRequest
-
Set 消息类型:RAW,DIGEST,如果不传,默认为RAW,表示消息原文。
- setMessageType(String) - Method in class com.tencentcloudapi.kms.v20190118.models.VerifyByAsymmetricKeyRequest
-
Set 消息类型:RAW,DIGEST,如果不传,默认为RAW,表示消息原文。
- setNextRotateTime(Long) - Method in class com.tencentcloudapi.kms.v20190118.models.KeyMetadata
-
Set 在密钥轮换开启状态下,下次轮换的时间
- setNumberOfBytes(Long) - Method in class com.tencentcloudapi.kms.v20190118.models.GenerateDataKeyRequest
-
Set 生成的DataKey的长度,同时指定NumberOfBytes和KeySpec时,以NumberOfBytes为准。最小值为1, 最大值为1024。KeySpec 和 NumberOfBytes 必须指定一个
- setNumberOfBytes(Long) - Method in class com.tencentcloudapi.kms.v20190118.models.GenerateRandomRequest
-
Set 生成的随机数的长度。最小值为1, 最大值为1024。
- setOffset(Long) - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxKeyDetailsRequest
-
Set 含义跟 SQL 查询的 Offset 一致,表示本次获取从按一定顺序排列数组的第 Offset 个元素开始,缺省为0
- setOffset(Long) - Method in class com.tencentcloudapi.kms.v20190118.models.ListKeyDetailRequest
-
Set 含义跟 SQL 查询的 Offset 一致,表示本次获取从按一定顺序排列数组的第 Offset 个元素开始,缺省为0
- setOffset(Long) - Method in class com.tencentcloudapi.kms.v20190118.models.ListKeysRequest
-
Set 含义跟 SQL 查询的 Offset 一致,表示本次获取从按一定顺序排列数组的第 Offset 个元素开始,缺省为0
- setOrderType(Long) - Method in class com.tencentcloudapi.kms.v20190118.models.ListKeyDetailRequest
-
Set 根据CMK创建时间排序, 0 表示按照降序排序,1表示按照升序排序
- setOrigin(String) - Method in class com.tencentcloudapi.kms.v20190118.models.KeyMetadata
-
Set CMK 密钥材料类型,由KMS创建的为: TENCENT_KMS, 由用户导入的类型为:EXTERNAL
注意:此字段可能返回 null,表示取不到有效值。
- setOrigin(String) - Method in class com.tencentcloudapi.kms.v20190118.models.ListKeyDetailRequest
-
Set 根据CMK类型筛选, "TENCENT_KMS" 表示筛选密钥材料由KMS创建的CMK, "EXTERNAL" 表示筛选密钥材料需要用户导入的 EXTERNAL类型CMK,"ALL" 或者不设置表示两种类型都查询,大小写敏感。
- setOwner(String) - Method in class com.tencentcloudapi.kms.v20190118.models.KeyMetadata
-
Set CMK的创建者,用户创建的为 user,授权各云产品自动创建的为对应的产品名
- setOwnerUin(Long) - Method in class com.tencentcloudapi.kms.v20190118.models.WhiteboxKeyInfo
-
Set 创建者
- setParametersValidTo(Long) - Method in class com.tencentcloudapi.kms.v20190118.models.GetParametersForImportResponse
-
Set 该导出token和公钥的有效期,超过该时间后无法导入,需要重新调用GetParametersForImport获取。
- setPendingWindowInDays(Long) - Method in class com.tencentcloudapi.kms.v20190118.models.ScheduleKeyDeletionRequest
-
Set 计划删除时间区间[7,30]
- setPlaintext(String) - Method in class com.tencentcloudapi.kms.v20190118.models.AsymmetricRsaDecryptResponse
-
Set 解密后的明文,base64编码
- setPlaintext(String) - Method in class com.tencentcloudapi.kms.v20190118.models.AsymmetricSm2DecryptResponse
-
Set 解密后的明文,base64编码
- setPlaintext(String) - Method in class com.tencentcloudapi.kms.v20190118.models.DecryptResponse
-
Set 若调用时未提供 EncryptionPublicKey,该字段值为 Base64 编码的明文,需进行 Base64 解码以获取明文。
若调用时提供了 EncryptionPublicKey,则该字段值为使用 EncryptionPublicKey 公钥进行非对称加密后的 Base64 编码的密文。需在 Base64 解码后,使用用户上传的公钥对应的私钥进行进一步解密,以获取明文。
- setPlainText(String) - Method in class com.tencentcloudapi.kms.v20190118.models.EncryptByWhiteBoxRequest
-
Set 待加密的文本, base64编码,文本的原始长度最大不超过4KB
- setPlaintext(String) - Method in class com.tencentcloudapi.kms.v20190118.models.EncryptRequest
-
Set 被加密的明文数据,该字段必须使用base64编码,原文最大长度支持4K
- setPlaintext(String) - Method in class com.tencentcloudapi.kms.v20190118.models.GenerateDataKeyResponse
-
Set 若调用时未提供 EncryptionPublicKey,该字段值为生成的数据密钥 DataKey 的 Base64 编码的明文,需进行 Base64 解码以获取 DataKey 明文。
若调用时提供了 EncryptionPublicKey,则该字段值为使用 EncryptionPublicKey 公钥进行非对称加密后的 Base64 编码的密文。需在 Base64 解码后,使用用户上传的公钥对应的私钥进行进一步解密,以获取 DataKey 明文。
- setPlaintext(String) - Method in class com.tencentcloudapi.kms.v20190118.models.GenerateRandomResponse
-
Set 生成的随机数的明文,该明文使用base64编码,用户需要使用base64解码得到明文。
- setPlainText(String) - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoDecryptResponse
-
Set 若调用时未提供 EncryptionPublicKey,该字段值为 Base64 编码的明文,需进行 Base64 解码以获取明文。
若调用时提供了 EncryptionPublicKey,则该字段值为使用 EncryptionPublicKey 公钥进行非对称加密后的 Base64 编码的密文。需在 Base64 解码后,使用用户上传的公钥对应的私钥进行进一步解密,以获取明文。
- setPlainText(String) - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoEncryptRequest
-
Set 被加密的明文数据,该字段必须使用base64编码,原文最大长度支持4K
- setProductId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.BindCloudResourceRequest
-
Set 云产品的唯一性标识符
- setProductId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.UnbindCloudResourceRequest
-
Set 云产品的唯一性标识符
- setProExpireTime(Long) - Method in class com.tencentcloudapi.kms.v20190118.models.GetServiceStatusResponse
-
Set 旗舰版到期时间(Epoch Unix Timestamp)。
注意:此字段可能返回 null,表示取不到有效值。
- setProRenewFlag(Long) - Method in class com.tencentcloudapi.kms.v20190118.models.GetServiceStatusResponse
-
Set 旗舰版是否自动续费:0-不自动续费,1-自动续费
注意:此字段可能返回 null,表示取不到有效值。
- setProResourceId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.GetServiceStatusResponse
-
Set 旗舰版购买记录的唯一性标识。如果为开通旗舰版,则返回值为空
注意:此字段可能返回 null,表示取不到有效值。
- setPublicKey(String) - Method in class com.tencentcloudapi.kms.v20190118.models.GetParametersForImportResponse
-
Set 用于加密密钥材料的RSA公钥,base64编码。使用PublicKey base64解码后的公钥将导入密钥进行加密后作为 ImportKeyMaterial 的参数。
- setPublicKey(String) - Method in class com.tencentcloudapi.kms.v20190118.models.GetPublicKeyResponse
-
Set 经过base64编码的公钥内容。
- setPublicKeyPem(String) - Method in class com.tencentcloudapi.kms.v20190118.models.GetPublicKeyResponse
-
Set PEM格式的公钥内容。
- setReEncrypted(Boolean) - Method in class com.tencentcloudapi.kms.v20190118.models.ReEncryptResponse
-
Set true表示密文已经重新加密。同一个CMK进行重加密,在密钥没有发生轮换的情况下不会进行实际重新加密操作,返回原密文
- setRegions(String[]) - Method in class com.tencentcloudapi.kms.v20190118.models.GetRegionsResponse
-
Set 可用region列表
注意:此字段可能返回 null,表示取不到有效值。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.ArchiveKeyResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.AsymmetricRsaDecryptResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.AsymmetricSm2DecryptResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.BindCloudResourceResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.CancelKeyArchiveResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.CancelKeyDeletionResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.CreateKeyResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.CreateWhiteBoxKeyResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.DecryptResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.DeleteImportedKeyMaterialResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.DeleteWhiteBoxKeyResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeKeyResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeKeysResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxDecryptKeyResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxDeviceFingerprintsResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxKeyDetailsResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxKeyResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxServiceStatusResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.DisableKeyResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.DisableKeyRotationResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.DisableKeysResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.DisableWhiteBoxKeyResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.DisableWhiteBoxKeysResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.EnableKeyResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.EnableKeyRotationResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.EnableKeysResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.EnableWhiteBoxKeyResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.EnableWhiteBoxKeysResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.EncryptByWhiteBoxResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.EncryptResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.GenerateDataKeyResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.GenerateRandomResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.GetKeyRotationStatusResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.GetParametersForImportResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.GetPublicKeyResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.GetRegionsResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.GetServiceStatusResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.ImportKeyMaterialResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.ListAlgorithmsResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.ListKeyDetailResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.ListKeysResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.OverwriteWhiteBoxDeviceFingerprintsResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoDecryptResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoEncryptResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoSignResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoVerifyResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.ReEncryptResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.ScheduleKeyDeletionResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.SignByAsymmetricKeyResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.UnbindCloudResourceResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.UpdateAliasResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.UpdateKeyDescriptionResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setRequestId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.VerifyByAsymmetricKeyResponse
-
Set 唯一请求 ID,每次请求都会返回。定位问题时需要提供该次请求的 RequestId。
- setResourceId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.BindCloudResourceRequest
-
Set 资源/实例ID,由调用方根据自己的云产品特征来定义,以字符串形式做存储。
- setResourceId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.KeyMetadata
-
Set 资源ID,格式:creatorUin/$creatorUin/$keyId
- setResourceId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.UnbindCloudResourceRequest
-
Set 资源/实例ID,由调用方根据自己的云产品特征来定义,以字符串形式做存储。
- setResourceId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.WhiteboxKeyInfo
-
Set 资源ID,格式:creatorUin/$creatorUin/$keyId
- setRole(Long) - Method in class com.tencentcloudapi.kms.v20190118.models.ListKeyDetailRequest
-
Set 根据创建者角色筛选,默认 0 表示用户自己创建的cmk, 1 表示授权其它云产品自动创建的cmk
- setRole(Long) - Method in class com.tencentcloudapi.kms.v20190118.models.ListKeysRequest
-
Set 根据创建者角色筛选,默认 0 表示用户自己创建的cmk, 1 表示授权其它云产品自动创建的cmk
- setRotateDays(Long) - Method in class com.tencentcloudapi.kms.v20190118.models.EnableKeyRotationRequest
-
Set 密钥轮转周期,单位天,允许范围 7 ~ 365,默认值 365。
- setSearchKeyAlias(String) - Method in class com.tencentcloudapi.kms.v20190118.models.ListKeyDetailRequest
-
Set 根据KeyId或者Alias进行模糊匹配查询
- setServiceEnabled(Boolean) - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxServiceStatusResponse
-
Set 用户的白盒密钥服务是否可用
- setServiceEnabled(Boolean) - Method in class com.tencentcloudapi.kms.v20190118.models.GetServiceStatusResponse
-
Set KMS服务是否开通, true 表示已开通
- setSignature(String) - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoSignResponse
-
Set 签名值,Base64编码。可使用 PostQuantumCryptoVerify接口对签名值进行验证。
- setSignature(String) - Method in class com.tencentcloudapi.kms.v20190118.models.SignByAsymmetricKeyResponse
-
Set 签名,Base64编码
- setSignatureValid(Boolean) - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoVerifyResponse
-
Set 签名是否有效。true:签名有效,false:签名无效。
- setSignatureValid(Boolean) - Method in class com.tencentcloudapi.kms.v20190118.models.VerifyByAsymmetricKeyResponse
-
Set 签名是否有效。true:签名有效,false:签名无效。
- setSignatureValue(String) - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoVerifyRequest
-
Set 签名值,通过调用KMS PostQuantumCryptoSign签名接口生成
- setSignatureValue(String) - Method in class com.tencentcloudapi.kms.v20190118.models.VerifyByAsymmetricKeyRequest
-
Set 签名值,通过调用KMS签名接口生成
- setSourceEncryptionContext(String) - Method in class com.tencentcloudapi.kms.v20190118.models.ReEncryptRequest
-
Set CiphertextBlob 密文加密时使用的key/value对的json字符串。如果加密时未使用,则为空
- setSourceKeyId(String) - Method in class com.tencentcloudapi.kms.v20190118.models.ReEncryptResponse
-
Set 重新加密前密文使用的CMK
- setStatus(String) - Method in class com.tencentcloudapi.kms.v20190118.models.WhiteboxKeyInfo
-
Set 白盒密钥的状态, 取值为:Enabled | Disabled
- setSubscriptionInfo(String) - Method in class com.tencentcloudapi.kms.v20190118.models.GetServiceStatusResponse
-
Set KMS 订阅信息。
注意:此字段可能返回 null,表示取不到有效值。
- setSymmetricAlgorithms(AlgorithmInfo[]) - Method in class com.tencentcloudapi.kms.v20190118.models.ListAlgorithmsResponse
-
Set 本地区支持的对称加密算法
- setTagCode(Long) - Method in class com.tencentcloudapi.kms.v20190118.models.CreateKeyResponse
-
Set 标签操作的返回码.
- setTagCode(Long) - Method in class com.tencentcloudapi.kms.v20190118.models.CreateWhiteBoxKeyResponse
-
Set 标签操作的返回码.
- setTagFilters(TagFilter[]) - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxKeyDetailsRequest
-
Set 标签过滤条件
- setTagFilters(TagFilter[]) - Method in class com.tencentcloudapi.kms.v20190118.models.ListKeyDetailRequest
-
Set 标签过滤条件
- setTagKey(String) - Method in class com.tencentcloudapi.kms.v20190118.models.Tag
-
Set 标签键
- setTagKey(String) - Method in class com.tencentcloudapi.kms.v20190118.models.TagFilter
-
Set 标签键
- setTagMsg(String) - Method in class com.tencentcloudapi.kms.v20190118.models.CreateKeyResponse
-
Set 标签操作的返回信息
注意:此字段可能返回 null,表示取不到有效值。
- setTagMsg(String) - Method in class com.tencentcloudapi.kms.v20190118.models.CreateWhiteBoxKeyResponse
-
Set 标签操作的返回信息
注意:此字段可能返回 null,表示取不到有效值。
- setTags(Tag[]) - Method in class com.tencentcloudapi.kms.v20190118.models.CreateKeyRequest
-
Set 标签列表
- setTags(Tag[]) - Method in class com.tencentcloudapi.kms.v20190118.models.CreateWhiteBoxKeyRequest
-
Set 标签列表
- setTagValue(String) - Method in class com.tencentcloudapi.kms.v20190118.models.Tag
-
Set 标签值
- setTagValue(String[]) - Method in class com.tencentcloudapi.kms.v20190118.models.TagFilter
-
Set 标签值
- setTotalCount(Long) - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxKeyDetailsResponse
-
Set 白盒密钥总数。
注意:此字段可能返回 null,表示取不到有效值。
- setTotalCount(Long) - Method in class com.tencentcloudapi.kms.v20190118.models.ListKeyDetailResponse
-
Set CMK的总数量
- setTotalCount(Long) - Method in class com.tencentcloudapi.kms.v20190118.models.ListKeysResponse
-
Set CMK的总数量
- setType(Long) - Method in class com.tencentcloudapi.kms.v20190118.models.CreateKeyRequest
-
Set 指定key类型,默认为1,1表示默认类型,由KMS创建CMK密钥,2 表示EXTERNAL 类型,该类型需要用户导入密钥材料,参考 GetParametersForImport 和 ImportKeyMaterial 接口
- setType(Long) - Method in class com.tencentcloudapi.kms.v20190118.models.KeyMetadata
-
Set CMK类型,2 表示符合FIPS标准,4表示符合国密标准
- setUserLevel(Long) - Method in class com.tencentcloudapi.kms.v20190118.models.GetServiceStatusResponse
-
Set 0-普通版,1-旗舰版
- setValidTo(Long) - Method in class com.tencentcloudapi.kms.v20190118.models.ImportKeyMaterialRequest
-
Set 密钥材料过期时间 unix 时间戳,不指定或者 0 表示密钥材料不会过期,若指定过期时间,需要大于当前时间点,最大支持 2147443200。
- setValidTo(Long) - Method in class com.tencentcloudapi.kms.v20190118.models.KeyMetadata
-
Set 在Origin为 EXTERNAL 时有效,表示密钥材料的有效日期, 0 表示不过期
注意:此字段可能返回 null,表示取不到有效值。
- setWrappingAlgorithm(String) - Method in class com.tencentcloudapi.kms.v20190118.models.GetParametersForImportRequest
-
Set 指定加密密钥材料的算法,目前支持RSAES_PKCS1_V1_5、RSAES_OAEP_SHA_1、RSAES_OAEP_SHA_256
- setWrappingKeySpec(String) - Method in class com.tencentcloudapi.kms.v20190118.models.GetParametersForImportRequest
-
Set 指定加密密钥材料的类型,目前只支持RSA_2048
- SignByAsymmetricKey(SignByAsymmetricKeyRequest) - Method in class com.tencentcloudapi.kms.v20190118.KmsClient
-
非对称密钥签名。
注意:只有 KeyUsage 为 ASYMMETRIC_SIGN_VERIFY_SM2、ASYMMETRIC_SIGN_VERIFY_ECC 或其他支持的 ASYMMETRIC_SIGN_VERIFY_${ALGORITHM} 的密钥才可以使用签名功能。
- SignByAsymmetricKeyRequest - Class in com.tencentcloudapi.kms.v20190118.models
-
- SignByAsymmetricKeyRequest() - Constructor for class com.tencentcloudapi.kms.v20190118.models.SignByAsymmetricKeyRequest
-
- SignByAsymmetricKeyRequest(SignByAsymmetricKeyRequest) - Constructor for class com.tencentcloudapi.kms.v20190118.models.SignByAsymmetricKeyRequest
-
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.
- SignByAsymmetricKeyResponse - Class in com.tencentcloudapi.kms.v20190118.models
-
- SignByAsymmetricKeyResponse() - Constructor for class com.tencentcloudapi.kms.v20190118.models.SignByAsymmetricKeyResponse
-
- SignByAsymmetricKeyResponse(SignByAsymmetricKeyResponse) - Constructor for class com.tencentcloudapi.kms.v20190118.models.SignByAsymmetricKeyResponse
-
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.
- Tag - Class in com.tencentcloudapi.kms.v20190118.models
-
- Tag() - Constructor for class com.tencentcloudapi.kms.v20190118.models.Tag
-
- Tag(Tag) - Constructor for class com.tencentcloudapi.kms.v20190118.models.Tag
-
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.
- TagFilter - Class in com.tencentcloudapi.kms.v20190118.models
-
- TagFilter() - Constructor for class com.tencentcloudapi.kms.v20190118.models.TagFilter
-
- TagFilter(TagFilter) - Constructor for class com.tencentcloudapi.kms.v20190118.models.TagFilter
-
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.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.AlgorithmInfo
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.ArchiveKeyRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.ArchiveKeyResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.AsymmetricRsaDecryptRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.AsymmetricRsaDecryptResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.AsymmetricSm2DecryptRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.AsymmetricSm2DecryptResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.BindCloudResourceRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.BindCloudResourceResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.CancelKeyArchiveRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.CancelKeyArchiveResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.CancelKeyDeletionRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.CancelKeyDeletionResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.CreateKeyRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.CreateKeyResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.CreateWhiteBoxKeyRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.CreateWhiteBoxKeyResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.DecryptRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.DecryptResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.DeleteImportedKeyMaterialRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.DeleteImportedKeyMaterialResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.DeleteWhiteBoxKeyRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.DeleteWhiteBoxKeyResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeKeyRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeKeyResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeKeysRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeKeysResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxDecryptKeyRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxDecryptKeyResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxDeviceFingerprintsRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxDeviceFingerprintsResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxKeyDetailsRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxKeyDetailsResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxKeyRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxKeyResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxServiceStatusRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.DescribeWhiteBoxServiceStatusResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.DeviceFingerprint
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.DisableKeyRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.DisableKeyResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.DisableKeyRotationRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.DisableKeyRotationResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.DisableKeysRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.DisableKeysResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.DisableWhiteBoxKeyRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.DisableWhiteBoxKeyResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.DisableWhiteBoxKeysRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.DisableWhiteBoxKeysResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.EnableKeyRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.EnableKeyResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.EnableKeyRotationRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.EnableKeyRotationResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.EnableKeysRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.EnableKeysResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.EnableWhiteBoxKeyRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.EnableWhiteBoxKeyResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.EnableWhiteBoxKeysRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.EnableWhiteBoxKeysResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.EncryptByWhiteBoxRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.EncryptByWhiteBoxResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.EncryptRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.EncryptResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.GenerateDataKeyRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.GenerateDataKeyResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.GenerateRandomRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.GenerateRandomResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.GetKeyRotationStatusRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.GetKeyRotationStatusResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.GetParametersForImportRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.GetParametersForImportResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.GetPublicKeyRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.GetPublicKeyResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.GetRegionsRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.GetRegionsResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.GetServiceStatusRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.GetServiceStatusResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.ImportKeyMaterialRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.ImportKeyMaterialResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.Key
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.KeyMetadata
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.ListAlgorithmsRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.ListAlgorithmsResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.ListKeyDetailRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.ListKeyDetailResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.ListKeysRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.ListKeysResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.OverwriteWhiteBoxDeviceFingerprintsRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.OverwriteWhiteBoxDeviceFingerprintsResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoDecryptRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoDecryptResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoEncryptRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoEncryptResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoSignRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoSignResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoVerifyRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.PostQuantumCryptoVerifyResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.ReEncryptRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.ReEncryptResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.ScheduleKeyDeletionRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.ScheduleKeyDeletionResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.SignByAsymmetricKeyRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.SignByAsymmetricKeyResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.Tag
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.TagFilter
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.UnbindCloudResourceRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.UnbindCloudResourceResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.UpdateAliasRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.UpdateAliasResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.UpdateKeyDescriptionRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.UpdateKeyDescriptionResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.VerifyByAsymmetricKeyRequest
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.VerifyByAsymmetricKeyResponse
-
Internal implementation, normal users should not use it.
- toMap(HashMap<String, String>, String) - Method in class com.tencentcloudapi.kms.v20190118.models.WhiteboxKeyInfo
-
Internal implementation, normal users should not use it.