Package version:

Interface AesGcmEncryptParameters

Encryption parameters for AES-GCM encryption algorithms.

Hierarchy

  • AesGcmEncryptParameters

Properties

additionalAuthenticatedData?: Uint8Array

Optional data that is authenticated but not encrypted.

The encryption algorithm to use.

plaintext: Uint8Array

The plain text to encrypt.

Generated using TypeDoc