Class CryptographicAlgorithm
A cryptographic algorithm.
Import path
import codeql.concepts.CryptoAlgorithmsDirect supertypes
Known direct subtypes
Predicates
| getName | Gets the normalized name of this algorithm (upper-case, no spaces, dashes or underscores). |
| isWeak | Holds if this algorithm is weak. |
| matchesName | Holds if the name of this algorithm is the most specific match for |
| toString | Gets a textual representation of this element. |