@salvobee/crypto-vault
    Preparing search index...

    Function importKeyFromBase64

    • Restore an AES-GCM key from a Base64URL encoded JWK string.

      Parameters

      • b64: string

        The Base64URL string previously produced by exportKeyToBase64.

      Returns Promise<CryptoKey>

      The reconstructed CryptoKey instance.