We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bc0a64 commit 09829d7Copy full SHA for 09829d7
java/ql/lib/semmle/code/java/security/InsufficientKeySize.qll
@@ -161,9 +161,7 @@ private class AsymmetricKeyGenerator extends AlgoGeneratorObject {
161
}
162
163
/** An instance of a `javax.crypto.KeyGenerator`. */
164
-private class SymmetricKeyGenerator extends AlgoGeneratorObject {
165
- SymmetricKeyGenerator() { this instanceof JavaxCryptoKeyGenerator }
166
-
+private class SymmetricKeyGenerator extends AlgoGeneratorObject instanceof JavaxCryptoKeyGenerator {
167
override Expr getAlgoSpec() { result = this.getAlgoSpec() }
168
169
0 commit comments