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 698fd64 commit e9712f0Copy full SHA for e9712f0
java/ql/src/semmle/code/java/security/Encryption.qll
@@ -34,10 +34,12 @@ class SSLSession extends RefType {
34
SSLSession() { hasQualifiedName("javax.net.ssl", "SSLSession") }
35
}
36
37
+/** The `javax.net.ssl.SSLEngine` class. */
38
class SSLEngine extends RefType {
39
SSLEngine() { this.hasQualifiedName("javax.net.ssl", "SSLEngine") }
40
41
42
+/** The `javax.net.ssl.SSLSocket` class. */
43
class SSLSocket extends RefType {
44
SSLSocket() { this.hasQualifiedName("javax.net.ssl", "SSLSocket") }
45
0 commit comments