lib/asymmetricCrypto
Api Code Documentation / Exports / lib/asymmetricCrypto
#
Table of contents#
Functions#
Functions#
decryptWithKeyâ–¸ decryptWithKey(toDecrypt
, privateKey
): Type
<string
>
#
ParametersName | Type |
---|---|
toDecrypt | any |
privateKey | any |
#
ReturnsType
<string
>
#
Defined insrc/lib/asymmetricCrypto.ts:15
#
encryptWithKeyâ–¸ encryptWithKey(toEncrypt
, publicKey
): Type
<string
>
#
ParametersName | Type |
---|---|
toEncrypt | any |
publicKey | any |
#
ReturnsType
<string
>