共用方式為


RsaDecryptParameters interface

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

屬性

algorithm

要使用的加密演算法。

ciphertext

要解密的加密文字。

屬性詳細資料

algorithm

要使用的加密演算法。

algorithm: RsaEncryptionAlgorithm

屬性值

ciphertext

要解密的加密文字。

ciphertext: Uint8Array

屬性值

Uint8Array