Uses of Interface
org.eclipse.jgit.transport.sshd.KeyCache
-
Packages that use KeyCache Package Description org.eclipse.jgit.internal.transport.sshd org.eclipse.jgit.transport.sshd -
-
Uses of KeyCache in org.eclipse.jgit.internal.transport.sshd
Fields in org.eclipse.jgit.internal.transport.sshd declared as KeyCache Modifier and Type Field Description private KeyCache
CachingKeyPairProvider. cache
private KeyCache
JGitSshClient. keyCache
Methods in org.eclipse.jgit.internal.transport.sshd with parameters of type KeyCache Modifier and Type Method Description void
JGitSshClient. setKeyCache(KeyCache cache)
Set a cache for loaded keys.Constructors in org.eclipse.jgit.internal.transport.sshd with parameters of type KeyCache Constructor Description CachingKeyPairProvider(java.util.List<java.nio.file.Path> paths, KeyCache cache)
Creates a newCachingKeyPairProvider
using the givenKeyCache
. -
Uses of KeyCache in org.eclipse.jgit.transport.sshd
Classes in org.eclipse.jgit.transport.sshd that implement KeyCache Modifier and Type Class Description class
JGitKeyCache
A simpleKeyCache
.Fields in org.eclipse.jgit.transport.sshd declared as KeyCache Modifier and Type Field Description private KeyCache
SshdSessionFactory. keyCache
Methods in org.eclipse.jgit.transport.sshd that return KeyCache Modifier and Type Method Description protected KeyCache
SshdSessionFactory. getKeyCache()
Obtains theKeyCache
to use to cache loaded keys.Methods in org.eclipse.jgit.transport.sshd with parameters of type KeyCache Modifier and Type Method Description SshdSessionFactory
SshdSessionFactoryBuilder. build(KeyCache cache)
Builds aSshdSessionFactory
as configured, using the givenKeyCache
for caching keys.(package private) SshdSessionFactory
SshdSessionFactoryBuilder.State. build(KeyCache cache)
Constructors in org.eclipse.jgit.transport.sshd with parameters of type KeyCache Constructor Description SessionFactory(KeyCache cache, ProxyDataFactory proxyDataFactory)
SshdSessionFactory(KeyCache keyCache, ProxyDataFactory proxies)
-