次の方法で共有


RsaDecryptParameters interface

RSA 暗号化アルゴリズムの復号化パラメーター。

プロパティ

algorithm

使用する暗号化アルゴリズム。

ciphertext

復号化する暗号テキスト。

プロパティの詳細

algorithm

使用する暗号化アルゴリズム。

algorithm: RsaEncryptionAlgorithm

プロパティ値

ciphertext

復号化する暗号テキスト。

ciphertext: Uint8Array

プロパティ値

Uint8Array