crypto.ecc_load_key

crypto

ecc_load_key(key_file) -> key_obj, err

Load an ECC key object from a JWK file

Reads a JWK JSON file written by ecc_save_key and returns a key object table with raw binary fields: private, public, x, y, and optionally kid.