Class EncryptionAlgorithm
An encryption algorithm such as DES or AES512.
Import path
import codeql.concepts.CryptoAlgorithmsDirect supertypes
Indirect supertypes
Predicates
| getName | Gets the normalized name of this algorithm (upper-case, no spaces, dashes or underscores). |
| isStreamCipher | Holds if this algorithm is a stream cipher. |
| isWeak | Holds if this algorithm is weak. |
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 |