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

Method isSecure

java/com/tigervnc/rfb/CSecurity.java:40–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

38 abstract public int getType();
39 abstract public String description();
40 public boolean isSecure() { return false; }
41
42 /*
43 * Use variable directly instead of dumb get/set methods.

Callers 3

processMsgMethod · 0.45
processMsgMethod · 0.45
processMsgMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected