Class HashingAlgorithm
A hashing algorithm such as MD5
or SHA512
.
Import path
import semmle.javascript.security.CryptoAlgorithms
Direct supertypes
Indirect supertypes
Predicates
Inherited predicates
matchesName | Holds if the name of this algorithm is the most specific match for | from CryptographicAlgorithm |
toString | Gets a textual representation of this element. | from CryptographicAlgorithm |