Liking cljdoc? Tell your friends :D

web.crypto.EcKeyGenParams

The EcKeyGenParams dictionary of the Web Crypto API represents object that should be passed as the algorithm parameter into when generating any elliptic-curve-based key pair: that is, when algorithm is identified as either of ECDSA or ECDH.

The EcKeyGenParams dictionary of the Web Crypto API represents
object that should be passed as the algorithm parameter into
when generating any elliptic-curve-based key pair: that is, when
algorithm is identified as either of ECDSA or ECDH.
raw docstring

namecljs

(name this)

Property.

A DOMString. This should be set to ECDSA or ECDH, depending on algorithm you want to use.

Property.

A DOMString. This should be set to ECDSA or ECDH, depending on
algorithm you want to use.
sourceraw docstring

named-curvecljs

(named-curve this)

Property.

A DOMString representing the name of the elliptic curve to use. may be any of the following names for NIST-approved curves: P-256 P-384 P-521

Property.

A DOMString representing the name of the elliptic curve to use.
may be any of the following names for NIST-approved curves:
P-256
P-384
P-521
sourceraw docstring

set-name!cljs

(set-name! this val)

Property.

A DOMString. This should be set to ECDSA or ECDH, depending on algorithm you want to use.

Property.

A DOMString. This should be set to ECDSA or ECDH, depending on
algorithm you want to use.
sourceraw docstring

set-named-curve!cljs

(set-named-curve! this val)

Property.

A DOMString representing the name of the elliptic curve to use. may be any of the following names for NIST-approved curves: P-256 P-384 P-521

Property.

A DOMString representing the name of the elliptic curve to use.
may be any of the following names for NIST-approved curves:
P-256
P-384
P-521
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close