ice:GenerateKMSDataKey *全部资源 * 无 无 请求参数 名称类型必填描述示例值 当前API无需请求参数 返回参数 名称类型描述示例值 object 返回数据。 RequestId string 请求ID。 ***11-DB8D-4A9A-875B-275798*** DataKey object 数据密钥信息。 KeyId string 主密钥的全局唯一标识符。 7906979c-8e06-46a2...
ice:GenerateKMSDataKey *全部资源 * 无 无 请求参数 名称类型必填描述示例值 当前API无需请求参数 返回参数 名称类型描述示例值 object 返回数据。 RequestId string 请求ID。 ***11-DB8D-4A9A-875B-275798*** DataKey object 数据密钥信息。 KeyId string 主密钥的全局唯一标识符。 7906979c-8e06-46a2...
GenerateDataKey 接口描述 使用指定的CMK生成Data Key请求URI POST /?action=GenerateDataKey请求体参数请求体字段数据结构说明 参数类型是否必需描述示例值 keyId String 是 CMK的密钥Id 5be45b47-38ba-f055-e892-25ff66c91adc keySpec String 否 AES_128, AES_256 要生成的密钥规格 numberOfBytes Integer 否...
The Amazon Resource Name ([key ARN][1]) of the CMK that encrypted the data key. #plaintext ⇒ String The plaintext data key.Instance Attribute Details #ciphertext_blob ⇒ String The encrypted copy of the data key. When you use the HTTP API or the AWS CLI, the value is Base64...
JavagenerateDataKey方法属于com.amazonaws.services.kms.AWSKMSClient类。 使用说明: 返回可在应用程序中用于本地加密数据的数据加密密钥。 您必须指定在其下生成数据密钥的客户主密钥 (CMK)。您还必须使用KeySpec或NumberOfBytes字段指定数据键的长度。您必须指定一个字段或另一个字段,但不能同时指定两者。对于常用密...
方法名:generateDataKey AWSKMS.generateDataKey介绍 [英]Returns a data encryption key that you can use in your application to encrypt data locally. You must specify the customer master key (CMK) under which to generate the data key. You must also specify the length of the data key using eit...
类名称:AWSKMSClient 方法名:generateDataKey AWSKMSClient.generateDataKey介绍 [英]Returns a data encryption key that you can use in your application to encrypt data locally. You must specify the customer master key (CMK) under which to generate the data key. You must also specify the length ...
com.amazonaws.services.kms.model.GenerateDataKeyRequest.getEncryptionContext()方法的使用及代码示例,com.amazonaws.services.kms.model.GenerateDataKeyRequest
DirectKmsMaterialProvider.generateDataKey(...) /** * Returns a data encryption key that you can use in your application to encrypt data locally. The default * implementation calls KMS to generate the data key using the parameters provided in the ...
本文整理了Java中com.amazonaws.services.kms.model.GenerateDataKeyRequest.setGrantTokens()方法的一些代码示例,展示了GenerateDataKeyRequest.setGrantTokens()的具体用法。这些代码示例主要来源于Github/Stackoverflow/Maven等平台,是从一些精选项目中提取出来的代码,具有较强的参考意义,能在一定程度帮忙到你。GenerateData...