Package | Description |
---|---|
org.eclipse.jgit.transport.sshd |
Modifier and Type | Field and Description |
---|---|
private java.util.Map<URIish,IdentityPasswordProvider.State> |
IdentityPasswordProvider.current
Counts per resource key.
|
Modifier and Type | Method and Description |
---|---|
protected char[] |
IdentityPasswordProvider.getPassword(URIish uri,
int attempt,
IdentityPasswordProvider.State state)
Retrieves a password to decrypt a private key.
|
protected boolean |
IdentityPasswordProvider.keyLoaded(URIish uri,
IdentityPasswordProvider.State state,
char[] password,
java.lang.Exception err)
Invoked to inform the password provider about the decoding result.
|