Package version:

Interface AesGcmDecryptParameters

Decryption parameters for AES-GCM encryption algorithms.

Hierarchy

  • AesGcmDecryptParameters

Properties

additionalAuthenticatedData?: Uint8Array

Optional data that is authenticated but not encrypted.

The encryption algorithm to use.

authenticationTag: Uint8Array

The authentication tag generated during encryption.

ciphertext: Uint8Array

The ciphertext to decrypt.

iv: Uint8Array

The initialization vector (or nonce) generated during encryption.

Generated using TypeDoc