| Package | Description |
|---|---|
| org.apache.sshd.common.keyprovider | |
| org.apache.sshd.server.keyprovider |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractClassLoadableResourceKeyPairProvider
This provider loads private keys from the specified resources that
are accessible via
ClassLoader.getResourceAsStream(String). |
class |
AbstractFileKeyPairProvider
This host key provider loads private keys from the specified files.
|
class |
AbstractResourceKeyPairProvider<R> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractGeneratorHostKeyProvider
Holds a single
KeyPair which is generated the 1st time
AbstractGeneratorHostKeyProvider.loadKeys() is called. |
class |
SimpleGeneratorHostKeyProvider
TODO Add javadoc
|
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.