Package | Description |
---|---|
org.eclipse.jgit.internal.transport.sshd | |
org.eclipse.jgit.transport.sshd |
Modifier and Type | Method and Description |
---|---|
void |
JGitSshClient.setKeyCache(KeyCache cache)
Set a cache for loaded keys.
|
Constructor and Description |
---|
CachingKeyPairProvider(List<Path> paths,
KeyCache cache)
Creates a new
CachingKeyPairProvider using the given
KeyCache . |
Modifier and Type | Class and Description |
---|---|
class |
JGitKeyCache
A simple
KeyCache . |
Modifier and Type | Method and Description |
---|---|
protected KeyCache |
SshdSessionFactory.getKeyCache()
Obtains the
KeyCache to use to cache loaded keys. |
Modifier and Type | Method and Description |
---|---|
SshdSessionFactory |
SshdSessionFactoryBuilder.build(KeyCache cache)
Builds a
SshdSessionFactory as configured, using the given
KeyCache for caching keys. |
Constructor and Description |
---|
SshdSessionFactory(KeyCache keyCache,
ProxyDataFactory proxies)
|
Copyright © 2021 Eclipse JGit Project. All rights reserved.