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.
(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.
(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.
(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.
(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.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close