Uses of Class
org.eclipse.jgit.transport.sshd.IdentityPasswordProvider.State
Packages that use IdentityPasswordProvider.State
-
Uses of IdentityPasswordProvider.State in org.eclipse.jgit.transport.sshd
Fields in org.eclipse.jgit.transport.sshd with type parameters of type IdentityPasswordProvider.StateModifier and TypeFieldDescriptionprivate final Map<URIish,
IdentityPasswordProvider.State> IdentityPasswordProvider.current
Counts per resource key.Methods in org.eclipse.jgit.transport.sshd with parameters of type IdentityPasswordProvider.StateModifier and TypeMethodDescriptionprotected 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, Exception err) Invoked to inform the password provider about the decoding result.