| Package | Description |
|---|---|
| org.eclipse.jgit.internal.transport.sshd | |
| org.eclipse.jgit.transport.sshd |
| Modifier and Type | Field and Description |
|---|---|
private KeyCache |
CachingKeyPairProvider.cache |
private KeyCache |
JGitSshClient.keyCache |
| Modifier and Type | Method and Description |
|---|---|
void |
JGitSshClient.setKeyCache(KeyCache cache)
Set a cache for loaded keys.
|
| Constructor and Description |
|---|
CachingKeyPairProvider(java.util.List<java.nio.file.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 | Field and Description |
|---|---|
private KeyCache |
SshdSessionFactory.keyCache |
| Modifier and Type | Method and Description |
|---|---|
protected KeyCache |
SshdSessionFactory.getKeyCache()
Obtains the
KeyCache to use to cache loaded keys. |
| Constructor and Description |
|---|
SshdSessionFactory(KeyCache keyCache,
ProxyDataFactory proxies)
|