I need to determine if the Windows version my java application is running on supports TLS v1.2. If this was plain java I could do something like Arrays.stream(SSLConte
Arrays.stream(SSLConte