Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/mercurial/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Blockchain 当机密性打开时,如何解密事务负载?_Blockchain_Hyperledger - Fatal编程技术网

Blockchain 当机密性打开时,如何解密事务负载?

Blockchain 当机密性打开时,如何解密事务负载?,blockchain,hyperledger,Blockchain,Hyperledger,事务/API返回单个事务。但是当机密性被打开时,事务有效负载被加密 当机密性打开时,如何解密此事务负载?只有在您拥有发送事务的人的密钥对的情况下才能解密此事务负载(这就是为什么它是机密的) 如果您是发送事务的用户,则可以使用检索ECert和TCert。使用该证书,您可以解密事务的有效负载

事务/API返回单个事务。但是当机密性被打开时,事务有效负载被加密


当机密性打开时,如何解密此事务负载?

只有在您拥有发送事务的人的密钥对的情况下才能解密此事务负载(这就是为什么它是机密的)

如果您是发送事务的用户,则可以使用检索ECert和TCert。使用该证书,您可以解密事务的有效负载