| Package | Description |
|---|---|
| net.schmizz.sshj.userauth.keyprovider | |
| net.schmizz.sshj.userauth.method | |
| net.schmizz.sshj.userauth.password |
| Modifier and Type | Field and Description |
|---|---|
protected Resource<?> |
PuTTYKeyFile.resource |
protected Resource<?> |
PKCS8KeyFile.resource |
| Modifier and Type | Method and Description |
|---|---|
void |
PasswordResponseProvider.init(Resource resource,
String name,
String instruction) |
void |
ChallengeResponseProvider.init(Resource resource,
String name,
String instruction) |
| Modifier and Type | Class and Description |
|---|---|
class |
AccountResource |
class |
PrivateKeyFileResource |
class |
PrivateKeyReaderResource |
class |
PrivateKeyStringResource |
| Modifier and Type | Method and Description |
|---|---|
char[] |
PasswordFinder.reqPassword(Resource<?> resource)
Request password for specified resource.
|
boolean |
PasswordFinder.shouldRetry(Resource<?> resource)
If password turns out to be incorrect, indicates whether another call to
PasswordFinder.reqPassword(Resource) should be
made. |
Copyright © 2009–2014. All rights reserved.