API 文档工具与插件functionsrsaDecrypt()本页总览rsaDecrypt() function rsaDecrypt(cipherText, privateKeyPem): Promise<string>; Defined in: crypto/rsaDecrypt.ts:26 RSA 解密 Parameters ParameterTypeDescriptioncipherTextstring密文privateKeyPemstring私钥 Returns Promise<string>