MCPcopy Create free account
hub / github.com/TigerVNC/tigervnc / initGlobal

Method initGlobal

java/com/tigervnc/rfb/CSecurityTLS.java:70–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

68 "X509 CRL file", "", Configuration.ConfigurationObject.ConfViewer);
69
70 private void initGlobal()
71 {
72 try {
73 ctx = SSLContext.getInstance("TLS");
74 } catch(NoSuchAlgorithmException e) {
75 throw new Exception(e.toString());
76 }
77 }
78
79 public CSecurityTLS(boolean _anon)
80 {

Callers 1

processMsgMethod · 0.95

Calls 1

toStringMethod · 0.45

Tested by

no test coverage detected