Share via


RsaDecryptParameters interface

Decryption parameters for RSA encryption algorithms.

Properties

algorithm

The encryption algorithm to use.

ciphertext

The ciphertext to decrypt.

Property Details

algorithm

The encryption algorithm to use.

algorithm: RsaEncryptionAlgorithm

Property Value

ciphertext

The ciphertext to decrypt.

ciphertext: Uint8Array

Property Value

Uint8Array