The RsaPssParams dictionary of the Web Crypto API represents
object that should be passed as the algorithm parameter into
or SubtleCrypto.verify(), when using the RSA-PSS algorithm.
The RsaPssParams dictionary of the Web Crypto API represents object that should be passed as the algorithm parameter into or `SubtleCrypto.verify()`, when using the RSA-PSS algorithm.
(name this)Property.
A DOMString. This should be set to RSA-PSS.
Property. A DOMString. This should be set to RSA-PSS.
(salt-length this)Property.
A long integer representing the length of the random salt to in bytes. RFC 3447 says that "Typical salt lengths" are either 0 or the of the output of the digest algorithm that was selected when key was generated. For example, if you use SHA-256 as the digest this could be 32. The maximum size of saltLength is given by: Math.ceil((keySizeInBits - 1)/8) - digestSizeInBytes - 2 So for a key length of 2048 bits and a digest output size of bytes, the maximum size would be 222.
Property. A long integer representing the length of the random salt to in bytes. RFC 3447 says that "Typical salt lengths" are either 0 or the of the output of the digest algorithm that was selected when key was generated. For example, if you use SHA-256 as the digest this could be 32. The maximum size of saltLength is given by: Math.ceil((keySizeInBits - 1)/8) - digestSizeInBytes - 2 So for a key length of 2048 bits and a digest output size of bytes, the maximum size would be 222.
(set-name! this val)Property.
A DOMString. This should be set to RSA-PSS.
Property. A DOMString. This should be set to RSA-PSS.
(set-salt-length! this val)Property.
A long integer representing the length of the random salt to in bytes. RFC 3447 says that "Typical salt lengths" are either 0 or the of the output of the digest algorithm that was selected when key was generated. For example, if you use SHA-256 as the digest this could be 32. The maximum size of saltLength is given by: Math.ceil((keySizeInBits - 1)/8) - digestSizeInBytes - 2 So for a key length of 2048 bits and a digest output size of bytes, the maximum size would be 222.
Property. A long integer representing the length of the random salt to in bytes. RFC 3447 says that "Typical salt lengths" are either 0 or the of the output of the digest algorithm that was selected when key was generated. For example, if you use SHA-256 as the digest this could be 32. The maximum size of saltLength is given by: Math.ceil((keySizeInBits - 1)/8) - digestSizeInBytes - 2 So for a key length of 2048 bits and a digest output size of bytes, the maximum size would be 222.
cljdoc builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |