Module InsufficientKeySize
Provides classes and predicates related to insufficient key sizes in Java.
Import path
import semmle.code.java.security.InsufficientKeySize
Classes
AlgorithmKind | A class of algorithms for which a key size smaller than the recommended key size might be embedded in the algorithm name. |
InsufficientKeySizeSink | A sink for an insufficient key size. |
InsufficientKeySizeSource | A source for an insufficient key size. |
MinimumKeySize | A minimum recommended key size for some algorithm. |
Aliases
KeySizeState | A key size that is greater than the tracked value and equal to the minimum recommended key size for some algorithm, or a kind of algorithm for which the tracked string indicates a too small key size. |