Package | Description |
---|---|
org.apache.sshd.common | |
org.apache.sshd.common.keyprovider | |
org.apache.sshd.server.keyprovider |
Modifier and Type | Field and Description |
---|---|
protected KeyPairProvider |
AbstractFactoryManager.keyPairProvider |
Modifier and Type | Method and Description |
---|---|
KeyPairProvider |
FactoryManager.getKeyPairProvider()
Retrieve the
KeyPairProvider that will be used to find
the host key to use on the server side or the user key on the client side. |
KeyPairProvider |
AbstractFactoryManager.getKeyPairProvider() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractFactoryManager.setKeyPairProvider(KeyPairProvider keyPairProvider) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractKeyPairProvider
TODO Add javadoc
|
class |
FileKeyPairProvider
This host key provider loads private keys from the specified files.
|
class |
ResourceKeyPairProvider
(from org.apache.sshd.common.keyprovider.FileKeyPairProvider)
This host key provider loads private keys from the specified resources.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractGeneratorHostKeyProvider
TODO Add javadoc
|
class |
PEMGeneratorHostKeyProvider
TODO Add javadoc
|
class |
SimpleGeneratorHostKeyProvider
TODO Add javadoc
|
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.