加密

<p><span style="font-size:18px"><strong>加密:Encrypt</strong></span></p> <p><strong>描述</strong></p> <p>通过使用用户主密钥(CMK)将明文加密为密文。</p> <p><strong>请求参数</strong></p> <table border="1"> <thead> <tr> <th> <p>名称</p> </th> <th> <p>类型</p> </th> <th> <p>是否必需</p> </th> <th> <p>描述</p> </th> </tr> </thead> <tbody> <tr> <td> <p>keyId</p> </td> <td> <p>String</p> </td> <td> <p>是</p> </td> <td> <p>密钥的全局唯一标识符</p> </td> </tr> <tr> <td> <p>plaintext</p> </td> <td> <p>String</p> </td> <td> <p>是</p> </td> <td> <p>待加密明文</p> </td> </tr> <tr> <td> <p>encryptionContext</p> </td> <td> <p>String</p> </td> <td> <p>否</p> </td> <td> <p>附加盐值,如果指定了该参数,则在调用Decrypt 时需要提供同样的参数</p> </td> </tr> </tbody> </table> <p><strong>返回参数</strong></p> <table border="1"> <thead> <tr> <th> <p>名称</p> </th> <th> <p>类型</p> </th> <th> <p>描述</p> </th> </tr> </thead> <tbody> <tr> <td> <p>code</p> </td> <td> <p>String</p> </td> <td> <p>返回码,成功返回&quot;SUCCESS&quot;</p> </td> </tr> <tr> <td> <p>keyId</p> </td> <td> <p>String</p> </td> <td> <p>密钥的全局唯一标识符</p> </td> </tr> <tr> <td> <p>cipherTextBlob</p> </td> <td> <p>String</p> </td> <td> <p>加密过的密文</p> </td> </tr> <tr> <td> <p>requestId</p> </td> <td> <p>String</p> </td> <td> <p>当前请求ID</p> </td> </tr> </tbody> </table> <p><strong>请求示例</strong></p> <pre> <code>https://kms-cn-shanghai.yun.pingan.com/?action=Encrypt &amp;keyId=&lt;cmkid&gt; &amp;plainText=&lt;your plain text&gt; &amp;encryptionContext=&lt; encryption context &gt; &amp;&lt;公共请求参数&gt;</code></pre> <p><strong>返回示例</strong></p> <pre> <code>{ "code": "SUCCESS", "cipherTextBlob": "your cipher text blob", "keyId": "your key id", "requestId": "338c8960-7f4a-4e31-9690-ff1de2921e06" }</code></pre> <p>&nbsp;</p>
以上内容是否解决了您的问题?
请补全提交信息!
联系我们

电话咨询

400-151-8800

邮件咨询

fincloud@ocft.com

在线客服

工单支持

解决云产品相关技术问题