Written by

Question Yufeng Li · Jul 27, 2020

SHA256withRSA 加密

想问一下IRIS里有SHA256withRSA  加密算法的实现吗?因为最近用到该加密算法进行接口调用。

Translated by moderator

I want to know if IRIS has SHA256 with RSA encryption algorithm? we have interface needing this encryption algorithm recently.

Comments

Qiao Peng · Sep 4, 2020

Hi Yufeng,

IRIS 的类%SYSTEM.Encryption的方法RSASHA3Sign应该是你想找的。
The method RSASHA3Sign of class %SYSTEM.Encryption is what you want.

Best regards,

Peng

0
Yufeng Li  Feb 17, 2021 to Qiao Peng

这个是好早之前的问题了, 我在我的iris里的%SYSTEM.Encryption  找不到RSASHA3Sign 这个方法,我的iris是2019版的,是版本太低吗?

0
Qiao Peng  Feb 17, 2021 to Yufeng Li

对,这个方法是IRIS 2020.1增加的。

Right, this method was added since InterSystems IRIS 2020.1.

0