次の方法で共有


RsaEncryptParameters interface

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

プロパティ

algorithm

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

plaintext

暗号化するプレーン テキスト。

プロパティの詳細

algorithm

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

algorithm: RsaEncryptionAlgorithm

プロパティ値

plaintext

暗号化するプレーン テキスト。

plaintext: Uint8Array

プロパティ値

Uint8Array