Liking cljdoc? Tell your friends :D

web.crypto.HkdfParams

See the examples for SubtleCrypto.deriveKey().

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

hashcljs

(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
sourceraw docstring

infocljs

(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.
sourceraw docstring

namecljs

(name this)

Property.

A DOMString. This should be set to HKDF.

Property.

A DOMString. This should be set to HKDF.
sourceraw docstring

saltcljs

(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.
sourceraw docstring

set-hash!cljs

(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
sourceraw docstring

set-info!cljs

(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.
sourceraw docstring

set-name!cljs

(set-name! this val)

Property.

A DOMString. This should be set to HKDF.

Property.

A DOMString. This should be set to HKDF.
sourceraw docstring

set-salt!cljs

(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.
sourceraw docstring

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

× close