The EcdsaParams dictionary of the Web Crypto API represents the
that should be passed as the algorithm parameter into SubtleCrypto.sign()
SubtleCrypto.verify()
when using the ECDSA algorithm.
The EcdsaParams dictionary of the Web Crypto API represents the that should be passed as the algorithm parameter into `SubtleCrypto.sign()` `SubtleCrypto.verify()` when using the ECDSA algorithm.
(hash this)
Property.
A DOMString. An identifier for the digest algorithm to use. This be one of the following: SHA-256: selects the SHA-256 algorithm. SHA-384: selects the SHA-384 algorithm. SHA-512: selects the SHA-512 algorithm. Warning: SHA-1 is also supported here but the SHA-1 algorithm considered vulnerable and should no longer be used.
Property. A DOMString. An identifier for the digest algorithm to use. This be one of the following: SHA-256: selects the SHA-256 algorithm. SHA-384: selects the SHA-384 algorithm. SHA-512: selects the SHA-512 algorithm. Warning: SHA-1 is also supported here but the SHA-1 algorithm considered vulnerable and should no longer be used.
(name this)
Property.
A DOMString. This should be set to ECDSA.
Property. A DOMString. This should be set to ECDSA.
(set-hash! this val)
Property.
A DOMString. An identifier for the digest algorithm to use. This be one of the following: SHA-256: selects the SHA-256 algorithm. SHA-384: selects the SHA-384 algorithm. SHA-512: selects the SHA-512 algorithm. Warning: SHA-1 is also supported here but the SHA-1 algorithm considered vulnerable and should no longer be used.
Property. A DOMString. An identifier for the digest algorithm to use. This be one of the following: SHA-256: selects the SHA-256 algorithm. SHA-384: selects the SHA-384 algorithm. SHA-512: selects the SHA-512 algorithm. Warning: SHA-1 is also supported here but the SHA-1 algorithm considered vulnerable and should no longer be used.
(set-name! this val)
Property.
A DOMString. This should be set to ECDSA.
Property. A DOMString. This should be set to ECDSA.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close