Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DecryptResult

Package version

Result of the decrypt operation.

Hierarchy

  • DecryptResult

Index

Properties

Properties

algorithm

algorithm: EncryptionAlgorithm

The {@link EncryptionAlgorithm} used to decrypt the encrypted data.

Optional keyID

keyID: undefined | string

The ID of the Key Vault Key used to decrypt the encrypted data.

result

result: Uint8Array

Result of the decrypt operation in bytes.

Generated using TypeDoc