跳到主要内容

rsaDecrypt()

function rsaDecrypt(cipherText, privateKeyPem): Promise<string>;

Defined in: crypto/rsaDecrypt.ts:26

RSA 解密

Parameters

ParameterTypeDescription
cipherTextstring密文
privateKeyPemstring私钥

Returns

Promise<string>