See the examples for SubtleCrypto.generateKey()
.
See the examples for `SubtleCrypto.generateKey()`.
(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.
(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.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close