Uses of Class
org.eclipse.jgit.transport.sshd.IdentityPasswordProvider.State
-
Packages that use IdentityPasswordProvider.State Package Description org.eclipse.jgit.transport.sshd Provides a JGitSshSessionFactory
implemented via Apache MINA sshd. -
-
Uses of IdentityPasswordProvider.State in org.eclipse.jgit.transport.sshd
Methods in org.eclipse.jgit.transport.sshd with parameters of type IdentityPasswordProvider.State Modifier and Type Method 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, Exception err)
Invoked to inform the password provider about the decoding result.
-