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

Method DisableSecType

java/com/tigervnc/rfb/Security.java:167–167  ·  view source on GitHub ↗
(int secType)

Source from the content-addressed store, hash-verified

165 }
166
167 public void DisableSecType(int secType) { enabledSecTypes.remove((Object)secType); }
168
169 public static int secTypeNum(String name) {
170 if (name.equalsIgnoreCase("None")) return secTypeNone;

Callers

nothing calls this directly

Calls 1

removeMethod · 0.65

Tested by

no test coverage detected