CoolFace
Apppublic

Deeps-2005/java-ssl-scanner

sourceHugging Faceupdated 1y agoView on Hugging Face
0likes
DeprecatedProtocol8 linesDownload Raw Back to java_analyzer
1import javax.net.ssl.SSLContext;
2
3public class DeprecatedProtocol {
4    public static void main(String[] args) throws Exception {
5        SSLContext ctx = SSLContext.getInstance("SSL");
6    }
7}
8