Liking cljdoc? Tell your friends :D
ClojureScript only.

web.crypto.RsaHashedKeyGenParams

The RsaHashedKeyGenParams dictionary of the Web Crypto API represents object that should be passed as the algorithm parameter into when generating any RSA-based key pair: that is, when the algorithm identified as any of RSASSA-PKCS1-v1_5, RSA-PSS, or RSA-OAEP.

The RsaHashedKeyGenParams dictionary of the Web Crypto API represents
object that should be passed as the algorithm parameter into
when generating any RSA-based key pair: that is, when the algorithm
identified as any of RSASSA-PKCS1-v1_5, RSA-PSS, or RSA-OAEP.
raw 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-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