OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:trustloc_ctx
(Results
1 - 6
of
6
) sorted by null
/external/libvncserver/webclients/java-applet/ssl/
tightvnc-1.3dev7_javasrc-vncviewer-ssl.patch
251
+ SSLContext
trustloc_ctx
;
616
+
trustloc_ctx
= SSLContext.getInstance("SSL");
634
+
trustloc_ctx
.init(mykey, tm1, null);
640
+
trustloc_ctx
.init(mykey, null, null);
644
+
trustloc_ctx
.init(mykey, null, null);
648
+ String msg = "SSL
trustloc_ctx
FAILED.";
741
+ } else if (
trustloc_ctx
!= null) {
742
+ dbg("passing
trustloc_ctx
to HttpsURLConnection to provide client cert.");
743
+ https.setSSLSocketFactory(
trustloc_ctx
.getSocketFactory());
868
+ dbg("using
trustloc_ctx
");
[
all
...]
ultravnc-102-JavaViewer-ssl-etc.patch
[
all
...]
SignedUltraViewerSSL.jar
SignedVncViewer.jar
UltraViewerSSL.jar
VncViewer.jar
Completed in 131 milliseconds