Liking cljdoc? Tell your friends :D
ClojureScript only.

web.crypto.RsaHashedImportParams

The RsaHashedImportParams dictionary of the Web Crypto API represents object that should be passed as the algorithm parameter into or SubtleCrypto.unwrapKey(), when importing any RSA-based key that is, when the algorithm is identified as any of RSASSA-PKCS1-v1_5, or RSA-OAEP.

The RsaHashedImportParams dictionary of the Web Crypto API represents
object that should be passed as the algorithm parameter into
or `SubtleCrypto.unwrapKey()`, when importing any RSA-based key
that is, when the algorithm is identified as any of RSASSA-PKCS1-v1_5,
or RSA-OAEP.
raw docstring

hashcljs

(hash this)

Property.

A DOMString representing the name of the digest function to This can be one of SHA-256, SHA-384, or SHA-512. Warning: Although you can technically pass SHA-1 here, this strongly discouraged as it is considered vulnerable.

Property.

A DOMString representing the name of the digest function to
This can be one of SHA-256, SHA-384, or SHA-512.
Warning: Although you can technically pass SHA-1 here, this
strongly discouraged as it is considered vulnerable.
sourceraw docstring

namecljs

(name this)

Property.

A DOMString. This should be set to RSASSA-PKCS1-v1_5, RSA-PSS, RSA-OAEP, depending on the algorithm you want to use.

Property.

A DOMString. This should be set to RSASSA-PKCS1-v1_5, RSA-PSS,
RSA-OAEP, depending on the algorithm you want to use.
sourceraw docstring

set-hash!cljs

(set-hash! this val)

Property.

A DOMString representing the name of the digest function to This can be one of SHA-256, SHA-384, or SHA-512. Warning: Although you can technically pass SHA-1 here, this strongly discouraged as it is considered vulnerable.

Property.

A DOMString representing the name of the digest function to
This can be one of SHA-256, SHA-384, or SHA-512.
Warning: Although you can technically pass SHA-1 here, this
strongly discouraged as it is considered vulnerable.
sourceraw docstring

set-name!cljs

(set-name! this val)

Property.

A DOMString. This should be set to RSASSA-PKCS1-v1_5, RSA-PSS, RSA-OAEP, depending on the algorithm you want to use.

Property.

A DOMString. This should be set to RSASSA-PKCS1-v1_5, RSA-PSS,
RSA-OAEP, depending on the algorithm you want to use.
sourceraw docstring

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

× close