See the examples for SubtleCrypto.deriveKey()
.
See the examples for `SubtleCrypto.deriveKey()`.
(hash this)
Property.
A DOMString representing the digest algorithm to use. This may one of: SHA-1 SHA-256 SHA-384 SHA-512
Property. A DOMString representing the digest algorithm to use. This may one of: SHA-1 SHA-256 SHA-384 SHA-512
(info this)
Property.
A BufferSource representing application-specific contextual information. is used to bind the derived key to an application or context, enables you to derive different keys for different contexts while the same input key material. It's important that this should independent of the input key material itself. This property is but may be an empty buffer.
Property. A BufferSource representing application-specific contextual information. is used to bind the derived key to an application or context, enables you to derive different keys for different contexts while the same input key material. It's important that this should independent of the input key material itself. This property is but may be an empty buffer.
(name this)
Property.
A DOMString. This should be set to HKDF.
Property. A DOMString. This should be set to HKDF.
(salt this)
Property.
A BufferSource. The HKDF specification states that adding salt significantly to the strength of HKDF". Ideally, the salt is random or pseudo-random value with the same length as the output the digest function. Unlike the input key material passed into salt does not need to be kept secret.
Property. A BufferSource. The HKDF specification states that adding salt significantly to the strength of HKDF". Ideally, the salt is random or pseudo-random value with the same length as the output the digest function. Unlike the input key material passed into salt does not need to be kept secret.
(set-hash! this val)
Property.
A DOMString representing the digest algorithm to use. This may one of: SHA-1 SHA-256 SHA-384 SHA-512
Property. A DOMString representing the digest algorithm to use. This may one of: SHA-1 SHA-256 SHA-384 SHA-512
(set-info! this val)
Property.
A BufferSource representing application-specific contextual information. is used to bind the derived key to an application or context, enables you to derive different keys for different contexts while the same input key material. It's important that this should independent of the input key material itself. This property is but may be an empty buffer.
Property. A BufferSource representing application-specific contextual information. is used to bind the derived key to an application or context, enables you to derive different keys for different contexts while the same input key material. It's important that this should independent of the input key material itself. This property is but may be an empty buffer.
(set-name! this val)
Property.
A DOMString. This should be set to HKDF.
Property. A DOMString. This should be set to HKDF.
(set-salt! this val)
Property.
A BufferSource. The HKDF specification states that adding salt significantly to the strength of HKDF". Ideally, the salt is random or pseudo-random value with the same length as the output the digest function. Unlike the input key material passed into salt does not need to be kept secret.
Property. A BufferSource. The HKDF specification states that adding salt significantly to the strength of HKDF". Ideally, the salt is random or pseudo-random value with the same length as the output the digest function. Unlike the input key material passed into salt does not need to be kept secret.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close