共用方式為


RsaEncryptParameters interface

RSA 加密演算法的加密參數。

屬性

algorithm

要使用的加密演算法。

plaintext

要加密的純文字。

屬性詳細資料

algorithm

要使用的加密演算法。

algorithm: RsaEncryptionAlgorithm

屬性值

plaintext

要加密的純文字。

plaintext: Uint8Array

屬性值

Uint8Array