• Import a symmetric key from a Uint8Array to a webcrypto key. You should only use this if you're handling your own key generation and management with Lit. Typically, Lit handles this internally for you.

    Returns

    A promise that resolves to the imported key

    Parameters

    • symmKey: SymmetricKey

      The symmetric key to import

    Returns Promise<CryptoKey>

Generated using TypeDoc