extractEcParamsFromJwk
extractEcParamsFromJwk(
jwk
):object
Extracts elliptic curve parameters from a JWK object
Parameters
jwk
The JSON Web Key object
Returns
object
Object containing key data in DER format, curve info, and key operations
hashAlgorithm?
optional
hashAlgorithm:string
isPublic
isPublic:
boolean
keyData
keyData:
ArrayBuffer
keyOps
keyOps:
string
[]
namedCurve
namedCurve:
string
Last updated: Sep 30, 2025