Options
All
  • Public
  • Public/Protected
  • All
Menu

Class AesCryptographyProvider

Package version

An AES cryptography provider supporting AES algorithms. The browser replacement of the AesCryptographyProvider. Since we do not support local cryptography in the browser this replacement always returns false for supportsAlgorithm and supportsOperation so that these methods should never be called.

internal

Hierarchy

  • AesCryptographyProvider

Implements

Index

Constructors

constructor

Methods

decrypt

encrypt

isSupported

sign

signData

unwrapKey

verify

verifyData

  • verifyData(_algorithm: string, _data: Uint8Array, _signature: Uint8Array, _updatedOptions: OperationOptions): Promise<VerifyResult>

wrapKey

Generated using TypeDoc