跳到主要内容

rsaEncrypt()

function rsaEncrypt(text, publicKeyPem): Promise<string>;

Defined in: crypto/rsaEncrypt.ts:26

RAS 加密

Parameters

ParameterType
textstring
publicKeyPemstring

Returns

Promise<string>