Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AesCbcDecryptParameters

Package version

Decryption parameters for AES-CBC encryption algorithms.

Hierarchy

  • AesCbcDecryptParameters

Index

Properties

Properties

algorithm

The encryption algorithm to use.

ciphertext

ciphertext: Uint8Array

The ciphertext to decrypt.

iv

iv: Uint8Array

The initialization vector generated during encryption.

Generated using TypeDoc