Function encryptWithSymmetricKey

  • Encrypt a blob with a symmetric key

    Returns

    The encrypted blob

    Parameters

    • symmKey: CryptoKey

      The symmetric key

    • data: Uint8Array | BufferSource

      The blob to encrypt

    Returns Promise<Blob>

Generated using TypeDoc