| Package | Description |
|---|---|
| org.apache.sshd.common.config.keys | |
| org.apache.sshd.common.config.keys.loader | |
| org.apache.sshd.common.keyprovider | |
| org.apache.sshd.common.util.io.resource |
| Modifier and Type | Method and Description |
|---|---|
default PUB |
PublicKeyRawDataReader.readPublicKey(SessionContext session,
IoResource<?> resource) |
default PUB |
PublicKeyRawDataReader.readPublicKey(SessionContext session,
IoResource<?> resource,
Charset cs) |
| Modifier and Type | Method and Description |
|---|---|
default Collection<KeyPair> |
KeyPairResourceLoader.loadKeyPairs(SessionContext session,
IoResource<?> resource,
FilePasswordProvider passwordProvider) |
default Collection<KeyPair> |
KeyPairResourceLoader.loadKeyPairs(SessionContext session,
IoResource<?> resource,
FilePasswordProvider passwordProvider,
Charset cs) |
| Modifier and Type | Method and Description |
|---|---|
protected IoResource<Path> |
FileKeyPairProvider.getIoResource(SessionContext session,
Path resource) |
protected IoResource<?> |
AbstractResourceKeyPairProvider.getIoResource(SessionContext session,
R resource) |
protected IoResource<?> |
ClassLoadableResourceKeyPairProvider.getIoResource(SessionContext session,
String resource) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractIoResource<T>
TODO Add javadoc
|
class |
ClassLoaderResource
TODO Add javadoc
|
class |
PathResource |
class |
URIResource |
class |
URLResource |
| Modifier and Type | Method and Description |
|---|---|
static IoResource<?> |
IoResource.forResource(Object resource)
Attempts to find the best wrapper for the resource
|
Copyright © 2018–2021 The Apache Software Foundation. All rights reserved.