| 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 | 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 | Method and Description |
|---|---|
static KeyPairProvider |
IdentityUtils.createKeyPairProvider(Map<String,KeyPair> ids,
boolean supportedOnly) |
| 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 |
AbstractKeyPairProvider
TODO Add javadoc
|
class |
AbstractResourceKeyPairProvider<R> |
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 Transformer<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 |
|---|---|
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() is called. |
class |
SimpleGeneratorHostKeyProvider
TODO Add javadoc
|
Copyright © 2008–2015 The Apache Software Foundation. All rights reserved.