Liking cljdoc? Tell your friends :D

web.crypto.AesKeyGenParams

See the examples for SubtleCrypto.generateKey().

See the examples for `SubtleCrypto.generateKey()`.
raw docstring

lengthcljs

(length this)

Property.

A Number — the length in bits of the key to generate. This must one of: 128, 192, or 256.

Property.

A Number — the length in bits of the key to generate. This must
one of: 128, 192, or 256.
sourceraw docstring

namecljs

(name this)

Property.

A DOMString. This should be set to AES-CBC, AES-CTR, AES-GCM, AES-KW, depending on the algorithm you want to use.

Property.

A DOMString. This should be set to AES-CBC, AES-CTR, AES-GCM,
AES-KW, depending on the algorithm you want to use.
sourceraw docstring

set-length!cljs

(set-length! this val)

Property.

A Number — the length in bits of the key to generate. This must one of: 128, 192, or 256.

Property.

A Number — the length in bits of the key to generate. This must
one of: 128, 192, or 256.
sourceraw docstring

set-name!cljs

(set-name! this val)

Property.

A DOMString. This should be set to AES-CBC, AES-CTR, AES-GCM, AES-KW, depending on the algorithm you want to use.

Property.

A DOMString. This should be set to AES-CBC, AES-CTR, AES-GCM,
AES-KW, depending on the algorithm you want to use.
sourceraw docstring

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

× close