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 4c8e0a7 commit 2ee23f0Copy full SHA for 2ee23f0
java/ql/lib/semmle/code/java/security/Encryption.qll
@@ -422,7 +422,7 @@ class JavaSecurityAlgoParamGenerator extends JavaSecurityAlgoSpec {
422
override Expr getAlgoSpec() { result = this.(MethodAccess).getArgument(0) }
423
}
424
425
-/** The Java interface `java.security.spec.AlgorithmParameterSpec` */
+/** An implementation of the `java.security.spec.AlgorithmParameterSpec` interface. */
426
abstract class AlgorithmParameterSpec extends RefType { }
427
428
/** The Java class `java.security.spec.ECGenParameterSpec`. */
0 commit comments