Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface EncryptResult

Package version

Result of the encrypt operation.

Hierarchy

  • EncryptResult

Index

Properties

Optional additionalAuthenticatedData

additionalAuthenticatedData: Uint8Array

Additional data that is authenticated during decryption but not encrypted.

algorithm

algorithm: EncryptionAlgorithm

The {@link EncryptionAlgorithm} used to encrypt the data.

Optional authenticationTag

authenticationTag: Uint8Array

The authentication tag resulting from encryption with a symmetric key including A128GCM, A192GCM, and A256GCM.

Optional iv

iv: Uint8Array

The initialization vector used for encryption.

Optional keyID

keyID: undefined | string

The ID of the Key Vault Key used to encrypt the data.

result

result: Uint8Array

Result of the encrypt operation in bytes.

Generated using TypeDoc