Uses of Class
org.eclipse.jgit.internal.transport.sshd.OpenSshServerKeyDatabase.HostKeyFile
Packages that use OpenSshServerKeyDatabase.HostKeyFile
-
Uses of OpenSshServerKeyDatabase.HostKeyFile in org.eclipse.jgit.internal.transport.sshd
Fields in org.eclipse.jgit.internal.transport.sshd with type parameters of type OpenSshServerKeyDatabase.HostKeyFileModifier and TypeFieldDescriptionprivate final List<OpenSshServerKeyDatabase.HostKeyFile>OpenSshServerKeyDatabase.defaultFilesprivate final Map<Path,OpenSshServerKeyDatabase.HostKeyFile> OpenSshServerKeyDatabase.knownHostsFilesMethods in org.eclipse.jgit.internal.transport.sshd that return types with arguments of type OpenSshServerKeyDatabase.HostKeyFileModifier and TypeMethodDescriptionprivate List<OpenSshServerKeyDatabase.HostKeyFile>OpenSshServerKeyDatabase.addUserHostKeyFiles(List<String> fileNames) private List<OpenSshServerKeyDatabase.HostKeyFile>OpenSshServerKeyDatabase.getFilesToUse(ServerKeyDatabase.Configuration config)