Share via


RsaEncryptParameters interface

Encryption parameters for RSA encryption algorithms.

Properties

algorithm

The encryption algorithm to use.

plaintext

The plain text to encrypt.

Property Details

algorithm

The encryption algorithm to use.

algorithm: RsaEncryptionAlgorithm

Property Value

plaintext

The plain text to encrypt.

plaintext: Uint8Array

Property Value

Uint8Array