检测到您已登录华为云国际站账号,为了您更好的体验,建议您访问国际站服务网站 https://www.huaweicloud.com/intl/zh-cn
不再显示此消息
哈希函数对结果进行加密,由此实现对信息完整性的保护以及信息验证。 - 数字签名 数字签名(Digital Signature)又称公钥数字签名,通常用于验证消息的真实性和完整性。发送方通过私钥对信息加密签名后发送给接收方,接收方通过公钥进行解密验签,通过信息对比保障电子文件的安全性,达到预防篡改、伪装的目的。
CLOUD_SDK_SK in the local environment String ak = System.getenv("CLOUD_SDK_AK"); String sk = System.getenv("CLOUD_SDK_SK");
keypair 是 Object SSH密钥对信息,详情请参见表3。 表3 keypair字段数据结构说明 参数 是否必选 参数类型 描述 public_key 是 String SSH密钥对对应的publicKey信息。 name 是 String SSH密钥对的名称。 fingerprint
发布区域:华北-北京四、华东-上海一、华南-广州、 创建密钥库 禁用密钥库 签名验签 签名验签是一种加密机制,是保证数据传输安全性以及完整性的重要手段。通过签名验签的方式,可以防止信息在传输过程中被篡改或伪造。 发布区域:全部 签名数据 验证签名 密钥授权 用户可以为其他IAM用户或账号创建授权,授予
type 否 String 取值为枚举类型。password或keypair。 key 否 String type为枚举值password时,key表示密码; type为枚举值keypair时,key表示私钥; 响应参数 状态码: 202 表6 响应Body参数 参数 参数类型 描述
build(); RestoreSecretRequest request = new RestoreSecretRequest(); request.withSecretName("{secret_name}"); try {
kms.v2.model.*; public class DecryptDatakeySolution { public static void main(String[] args) { // The AK and SK used for authentication
v1.model.*; public class ListSecretVersionsSolution { public static void main(String[] args) { // The AK and SK used for authentication
描述 fingerprint 是 String SSH密钥对应指纹信息。 name 是 String SSH密钥对的名称。 public_key 是 String SSH密钥对对应的publicKey信息。 示例 如下以查询SSH密钥列表为例。 请求样例 无 响应样例 { "keypairs":
CLOUD_SDK_SK in the local environment String ak = System.getenv("CLOUD_SDK_AK"); String sk = System.getenv("CLOUD_SDK_SK");
授权允许的操作列表。 有效的值:“create-datakey”,“create-datakey-without-plaintext”,“encrypt-datakey”,“decrypt-datakey”,“describe-key”,“create-grant”,“retire-
CreateSecretTagRequest request = new CreateSecretTagRequest(); request.withSecretId("{secret_id}"); CreateSecretTagRequestBody
model.*; public class DeleteSecretForScheduleSolution { public static void main(String[] args) { // The AK and SK used for authentication
csms.v1.model.*; public class ShowSecretSolution { public static void main(String[] args) { // The AK and SK used for authentication
= &model.CreateSecretRequest{} secretStringCreateSecretRequestBody:= "this is a demo secret string" kmsKeyIdCreateSecretRequestBody:= "0d
EncryptDatakeyRequest request = new EncryptDatakeyRequest(); EncryptDatakeyRequestBody body = new EncryptDatakeyRequestBody();
The AK and SK used for authentication are hard-coded or stored in plaintext, which has great security risks. It is recommended that the AK and
strings 待删除的别名 key_id 是 String 别名关联的密钥ID 响应参数 无 请求示例 删除别名为kms-1234和kms-4567, 关联的密钥为bb6a3d22-dc93-47ac-b5bd-88df7ad35f1e { "key_id" : "bb6a3d
集群已激活 集群里的加密机数量不少于2台 加密机集群当前未用于创建专属密钥库 Cluster-1234 CA证书 选择您的CA证书。 选择后,自动生成“CA证书内容”。 CA证书内容 证书的pem编码。 - 创建成功后密钥库默认状态为“禁用”,在“操作”列中,单击“启用”。 父主题: 管理密钥库
CLOUD_SDK_SK in the local environment String ak = System.getenv("CLOUD_SDK_AK"); String sk = System.getenv("CLOUD_SDK_SK");