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

Method getPassword

java/com/jcraft/jsch/UserInfo.java:34–34  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

32public interface UserInfo{
33 String getPassphrase();
34 String getPassword();
35 boolean promptPassword(String message);
36 boolean promptPassphrase(String message);
37 boolean promptYesNo(String message);

Callers 3

getUserPasswdMethod · 0.65
getPasswordMethod · 0.65
startMethod · 0.65

Implementers 1

PasswdDialogjava/com/tigervnc/vncviewer/PasswdDial

Calls

no outgoing calls

Tested by

no test coverage detected