区块链服务 BCS-ABE用户密钥解密数据:请求参数

时间:2024-07-01 09:12:17

请求参数

表1 请求Body参数

参数

是否必选

参数类型

描述

orgID

String

组织id

channelID

String

通道id

cryptoMethod

String

加密方法,目前固定为SW

cert

String

证书

sk

String

私钥

timestamp

String

时间戳

encryptData

String

数据密文,当onChainStore设置为“true”时,可不输入

applyer

String

申请者的身份标识

provider

String

授权者的身份标识

orderSeq

String

订单序列号,当onChainStore为true时,订单序列号必填。

onChainStore

String

数据密文是否在链上存储,可设置为“true”或“false”,默认为“false”。如果设置为“true”,则不需要输入encryptData,可自动在链上获取数据密文

support.huaweicloud.com/devg-bcs/DecryptData_1.html