Uses of Interface
org.eclipse.jgit.transport.sshd.KeyCache
Packages that use KeyCache
-
Uses of KeyCache in org.eclipse.jgit.internal.transport.sshd
Fields in org.eclipse.jgit.internal.transport.sshd declared as KeyCacheModifier and TypeFieldDescriptionprivate final KeyCache
CachingKeyPairProvider.cache
private KeyCache
JGitSshClient.keyCache
Methods in org.eclipse.jgit.internal.transport.sshd with parameters of type KeyCacheModifier and TypeMethodDescriptionvoid
JGitSshClient.setKeyCache
(KeyCache cache) Set a cache for loaded keys.Constructors in org.eclipse.jgit.internal.transport.sshd with parameters of type KeyCacheModifierConstructorDescriptionCachingKeyPairProvider
(List<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 KeyCacheFields in org.eclipse.jgit.transport.sshd declared as KeyCacheMethods in org.eclipse.jgit.transport.sshd that return KeyCacheModifier and TypeMethodDescriptionprotected final KeyCache
SshdSessionFactory.getKeyCache()
Obtains theKeyCache
to use to cache loaded keys.Methods in org.eclipse.jgit.transport.sshd with parameters of type KeyCacheModifier and TypeMethodDescriptionBuilds aSshdSessionFactory
as configured, using the givenKeyCache
for caching keys.(package private) SshdSessionFactory
Constructors in org.eclipse.jgit.transport.sshd with parameters of type KeyCacheModifierConstructorDescriptionSessionFactory
(KeyCache cache, ProxyDataFactory proxyDataFactory) SshdSessionFactory
(KeyCache keyCache, ProxyDataFactory proxies)