Uses of Interface
org.eclipse.jgit.transport.sshd.KeyCache
Packages that use KeyCache
-
Uses of KeyCache in org.eclipse.jgit.internal.transport.sshd
Methods in org.eclipse.jgit.internal.transport.sshd with parameters of type KeyCacheModifier and TypeMethodDescriptionvoidJGitSshClient.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 newCachingKeyPairProviderusing the givenKeyCache. -
Uses of KeyCache in org.eclipse.jgit.transport.sshd
Classes in org.eclipse.jgit.transport.sshd that implement KeyCacheMethods in org.eclipse.jgit.transport.sshd that return KeyCacheModifier and TypeMethodDescriptionprotected final KeyCacheSshdSessionFactory.getKeyCache()Obtains theKeyCacheto use to cache loaded keys.Methods in org.eclipse.jgit.transport.sshd with parameters of type KeyCacheModifier and TypeMethodDescriptionBuilds aSshdSessionFactoryas configured, using the givenKeyCachefor caching keys.Constructors in org.eclipse.jgit.transport.sshd with parameters of type KeyCache