Uses of Interface
org.eclipse.jgit.internal.transport.sshd.ServerKeyLookup
-
Packages that use ServerKeyLookup Package Description org.eclipse.jgit.internal.transport.sshd -
-
Uses of ServerKeyLookup in org.eclipse.jgit.internal.transport.sshd
Classes in org.eclipse.jgit.internal.transport.sshd that implement ServerKeyLookup Modifier and Type Class Description class
JGitServerKeyVerifier
A bridge between theServerKeyVerifier
from Apache MINA sshd and ourServerKeyDatabase
.
-