Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SubtleCrypto

This Web Crypto API interface provides a number of low-level cryptographic functions. It is accessed via the Crypto.subtle properties available in a window context (via Window.crypto).

Hierarchy

  • SubtleCrypto

Index

Methods

  • Parameters

    Returns Promise<JsonWebKey>

  • Parameters

    • format: "raw" | "pkcs8" | "spki"
    • key: CryptoKey

    Returns Promise<ArrayBuffer>

  • Parameters

    Returns Promise<ArrayBuffer | JsonWebKey>

Generated using TypeDoc