Modifier and Type | Class and Description |
---|---|
class |
BuiltinClientIdentitiesWatcher |
class |
ClientIdentitiesWatcher
Watches over a group of files that contains client identities
|
class |
DefaultClientIdentitiesWatcher |
Modifier and Type | Method and Description |
---|---|
static KeyPairProvider |
ClientIdentity.loadDefaultKeyPairProvider(boolean strict,
boolean supportedOnly,
FilePasswordProvider provider,
LinkOption... options) |
static KeyPairProvider |
ClientIdentity.loadDefaultKeyPairProvider(Path dir,
boolean strict,
boolean supportedOnly,
FilePasswordProvider provider,
LinkOption... options) |
Modifier and Type | Method and Description |
---|---|
static KeyPairProvider |
IdentityUtils.createKeyPairProvider(Map<String,KeyPair> ids,
boolean supportedOnly) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractKeyPairProvider
Provides a default implementation for some
KeyPairProvider methods |
class |
AbstractResourceKeyPairProvider<R> |
class |
ClassLoadableResourceKeyPairProvider
This provider loads private keys from the specified resources that
are accessible via
ClassLoader.getResourceAsStream(String) . |
class |
FileKeyPairProvider
This host key provider loads private keys from the specified files.
|
class |
MappedKeyPairProvider
|
Modifier and Type | Field and Description |
---|---|
static KeyPairProvider |
KeyPairProvider.EMPTY_KEYPAIR_PROVIDER
A
KeyPairProvider that has no keys |
Modifier and Type | Field and Description |
---|---|
static Function<Map<String,KeyPair>,KeyPairProvider> |
MappedKeyPairProvider.MAP_TO_KEY_PAIR_PROVIDER
Transforms a
Map of String ->KeyPair to a
KeyPairProvider where map key is the type and value is the
associated KeyPair |
Modifier and Type | Method and Description |
---|---|
KeyPairProvider |
KeyPairProviderHolder.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. |
static KeyPairProvider |
KeyPairProvider.wrap(Iterable<KeyPair> pairs)
Wrap the provided
KeyPair s into a KeyPairProvider |
static KeyPairProvider |
KeyPairProvider.wrap(KeyPair... pairs)
Wrap the provided
KeyPair s into a KeyPairProvider |
Modifier and Type | Method and Description |
---|---|
void |
KeyPairProviderHolder.setKeyPairProvider(KeyPairProvider keyPairProvider) |
Modifier and Type | Class and Description |
---|---|
class |
BouncyCastleGeneratorHostKeyProvider |
Modifier and Type | Method and Description |
---|---|
KeyPairProvider |
SshServer.getKeyPairProvider() |
Modifier and Type | Method and Description |
---|---|
void |
SshServer.setKeyPairProvider(KeyPairProvider keyPairProvider) |
Modifier and Type | Method and Description |
---|---|
static KeyPairProvider |
ServerIdentity.loadKeyPairProvider(Properties props,
boolean supportedOnly,
LinkOption... options) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractGeneratorHostKeyProvider
Holds a single
KeyPair which is generated the 1st time
AbstractGeneratorHostKeyProvider.loadKeys(SessionContext) is called. |
class |
SimpleGeneratorHostKeyProvider
TODO Add javadoc
|
Modifier and Type | Method and Description |
---|---|
KeyPairProvider |
AbstractServerSession.getKeyPairProvider() |
Modifier and Type | Method and Description |
---|---|
void |
AbstractServerSession.setKeyPairProvider(KeyPairProvider keyPairProvider) |
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.