Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface KeyOperationsParameters

Package version

The key operations parameters.

Hierarchy

  • KeyOperationsParameters

Index

Properties

Optional additionalAuthenticatedData

additionalAuthenticatedData: Uint8Array

Additional data to authenticate but not encrypt/decrypt when using authenticated crypto algorithms.

algorithm

algorithm identifier

Optional authenticationTag

authenticationTag: Uint8Array

The tag to authenticate when performing decryption with an authenticated algorithm.

Optional iv

iv: Uint8Array

Initialization vector for symmetric algorithms.

value

value: Uint8Array

Generated using TypeDoc