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.
(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).
(name this)
Property.
A DOMString. This should be set to AES-CBC.
Property. A DOMString. This should be set to AES-CBC.
(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).
(set-name! this val)
Property.
A DOMString. This should be set to AES-CBC.
Property. A DOMString. This should be set to AES-CBC.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close