Library API
    Preparing search index...

    Function exportJWK

    • Exports a native Web Crypto API CryptoKey object to a JSON Web Key (JWK).

      Parameters

      • key: CryptoKey

        The CryptoKey to export

      Returns Promise<JsonWebKey>

      A promise resolving to the exported JsonWebKey