Liking cljdoc? Tell your friends :D
ClojureScript only.

web.crypto.AesGcmParams

The AesGcmParams dictionary of the Web Crypto API represents object that should be passed as the algorithm parameter into SubtleCrypto.decrypt(), SubtleCrypto.wrapKey(), or SubtleCrypto.unwrapKey(), using the AES-GCM algorithm.

The AesGcmParams dictionary of the Web Crypto API represents
object that should be passed as the algorithm parameter into
`SubtleCrypto.decrypt()`, `SubtleCrypto.wrapKey()`, or `SubtleCrypto.unwrapKey()`,
using the AES-GCM algorithm.
raw docstring

namecljs

(name this)

Property.

A DOMString. This should be set to AES-GCM.

Property.

A DOMString. This should be set to AES-GCM.
sourceraw docstring

set-name!cljs

(set-name! this val)

Property.

A DOMString. This should be set to AES-GCM.

Property.

A DOMString. This should be set to AES-GCM.
sourceraw docstring

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

× close