rsaEncrypt()
function rsaEncrypt(text, publicKeyPem): Promise<string>;
Defined in: crypto/rsaEncrypt.ts:26
RAS 加密
Parameters
| Parameter | Type |
|---|---|
text | string |
publicKeyPem | string |
Returns
Promise<string>
function rsaEncrypt(text, publicKeyPem): Promise<string>;
Defined in: crypto/rsaEncrypt.ts:26
RAS 加密
| Parameter | Type |
|---|---|
text | string |
publicKeyPem | string |
Promise<string>