Skip to content

Commit 4c8e0a7

Browse files
Jami CogswellJami Cogswell
authored andcommitted
update qldoc of JavaSecurityKeyPairGenerator and JavaSecurityAlgoParamGenerator
1 parent 345e4e0 commit 4c8e0a7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

java/ql/lib/semmle/code/java/security/Encryption.qll

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ class JavaSecuritySignature extends JavaSecurityAlgoSpec {
383383
override Expr getAlgoSpec() { result = this.(ConstructorCall).getArgument(0) }
384384
}
385385

386-
/** An instance of a `java.security.KeyPairGenerator`. */
386+
/** A call to the `getInstance` method declared in `java.security.KeyPairGenerator`. */
387387
class JavaSecurityKeyPairGenerator extends JavaSecurityAlgoSpec {
388388
JavaSecurityKeyPairGenerator() {
389389
exists(Method m | m.getAReference() = this |
@@ -410,7 +410,7 @@ class AlgoParamGeneratorInitMethod extends Method {
410410
}
411411
}
412412

413-
/** An instance of a `java.security.AlgorithmParameterGenerator`. */
413+
/** A call to the `getInstance` method declared in `java.security.AlgorithmParameterGenerator`. */
414414
class JavaSecurityAlgoParamGenerator extends JavaSecurityAlgoSpec {
415415
JavaSecurityAlgoParamGenerator() {
416416
exists(Method m | m.getAReference() = this |

0 commit comments

Comments
 (0)