|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use KeyPairProvider | |
---|---|
org.apache.sshd.common | |
org.apache.sshd.common.keyprovider | |
org.apache.sshd.server.keyprovider |
Uses of KeyPairProvider in org.apache.sshd.common |
---|
Fields in org.apache.sshd.common declared as KeyPairProvider | |
---|---|
protected KeyPairProvider |
AbstractFactoryManager.keyPairProvider
|
Methods in org.apache.sshd.common that return KeyPairProvider | |
---|---|
KeyPairProvider |
AbstractFactoryManager.getKeyPairProvider()
|
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. |
Methods in org.apache.sshd.common with parameters of type KeyPairProvider | |
---|---|
void |
AbstractFactoryManager.setKeyPairProvider(KeyPairProvider keyPairProvider)
|
Uses of KeyPairProvider in org.apache.sshd.common.keyprovider |
---|
Classes in org.apache.sshd.common.keyprovider that implement KeyPairProvider | |
---|---|
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. |
Uses of KeyPairProvider in org.apache.sshd.server.keyprovider |
---|
Classes in org.apache.sshd.server.keyprovider that implement KeyPairProvider | |
---|---|
class |
AbstractGeneratorHostKeyProvider
TODO Add javadoc |
class |
PEMGeneratorHostKeyProvider
TODO Add javadoc |
class |
SimpleGeneratorHostKeyProvider
TODO Add javadoc |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |