Liking cljdoc? Tell your friends :D
ClojureScript only.

web.crypto.AesCbcParams

The AesCbcParams 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-CBC algorithm.

The AesCbcParams 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-CBC algorithm.
raw docstring

ivcljs

(iv this)

Property.

A BufferSource. The initialization vector. Must be 16 bytes, and preferably cryptographically random. However, it need not secret (for example, it may be transmitted unencrypted along the ciphertext).

Property.

A BufferSource. The initialization vector. Must be 16 bytes,
and preferably cryptographically random. However, it need not
secret (for example, it may be transmitted unencrypted along
the ciphertext).
sourceraw docstring

namecljs

(name this)

Property.

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

Property.

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

set-iv!cljs

(set-iv! this val)

Property.

A BufferSource. The initialization vector. Must be 16 bytes, and preferably cryptographically random. However, it need not secret (for example, it may be transmitted unencrypted along the ciphertext).

Property.

A BufferSource. The initialization vector. Must be 16 bytes,
and preferably cryptographically random. However, it need not
secret (for example, it may be transmitted unencrypted along
the ciphertext).
sourceraw docstring

set-name!cljs

(set-name! this val)

Property.

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

Property.

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

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

× close