Liking cljdoc? Tell your friends :D

web.crypto.EcdhKeyDeriveParams

The EcdhKeyDeriveParams dictionary of the Web Crypto API represents object that should be passed as the algorithm parameter into when using the ECDH algorithm.

The EcdhKeyDeriveParams dictionary of the Web Crypto API represents
object that should be passed as the algorithm parameter into
when using the ECDH algorithm.
raw docstring

namecljs

(name this)

Property.

A DOMString. This should be set to ECDH.

Property.

A DOMString. This should be set to ECDH.
sourceraw docstring

publiccljs

(public this)

Property.

A CryptoKey object representing the public key of the other entity.

Property.

A CryptoKey object representing the public key of the other entity.
sourceraw docstring

set-name!cljs

(set-name! this val)

Property.

A DOMString. This should be set to ECDH.

Property.

A DOMString. This should be set to ECDH.
sourceraw docstring

set-public!cljs

(set-public! this val)

Property.

A CryptoKey object representing the public key of the other entity.

Property.

A CryptoKey object representing the public key of the other entity.
sourceraw docstring

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

× close