Package version:

Interface EncryptResult

Result of the encrypt operation.

Hierarchy

  • EncryptResult

Properties

additionalAuthenticatedData?: Uint8Array

Additional data that is authenticated during decryption but not encrypted.

algorithm: string

The EncryptionAlgorithm used to encrypt the data.

authenticationTag?: Uint8Array

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

iv?: Uint8Array

The initialization vector used for encryption.

keyID?: string

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

result: Uint8Array

Result of the encrypt operation in bytes.

Generated using TypeDoc