
Public Member Functions | |
| String | getPassword () |
| Returns the user password. | |
| bool | promptYesNo (String str) |
| Prompt the user for a Yes/No input. | |
| String | getPassphrase () |
| Returns the user passphrase (passwd for the private key file). | |
| bool | promptPassphrase (String message) |
| Prompt the user for a passphrase (passwd for the private key file). | |
| bool | promptPassword (String message) |
| Prompt the user for a password. | |
| void | showMessage (String message) |
| Shows a message to the user. | |
Definition at line 83 of file AES.cs.
| String Tamir.SharpSsh.jsch.examples.AES.MyUserInfo.getPassphrase | ( | ) |
Returns the user passphrase (passwd for the private key file).
Implements Tamir.SharpSsh.jsch.UserInfo.
| String Tamir.SharpSsh.jsch.examples.AES.MyUserInfo.getPassword | ( | ) |
| bool Tamir.SharpSsh.jsch.examples.AES.MyUserInfo.promptPassphrase | ( | String | message | ) |
Prompt the user for a passphrase (passwd for the private key file).
Implements Tamir.SharpSsh.jsch.UserInfo.
| bool Tamir.SharpSsh.jsch.examples.AES.MyUserInfo.promptPassword | ( | String | message | ) |
| bool Tamir.SharpSsh.jsch.examples.AES.MyUserInfo.promptYesNo | ( | String | str | ) |
| void Tamir.SharpSsh.jsch.examples.AES.MyUserInfo.showMessage | ( | String | message | ) |
1.5.9