deno / latest / ~ / eckeygenparams.html

EcKeyGenParams

interface EcKeyGenParams  extends Algorithm {
    
namedCurve: NamedCurve;
}

Extends

Properties

namedCurve: NamedCurve

© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/EcKeyGenParams