Liking cljdoc? Tell your friends :D

web.crypto.EcKeyImportParams

See the examples for SubtleCrypto.importKey().

See the examples for `SubtleCrypto.importKey()`.
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