Interface | Description |
---|---|
KeyIdentityProvider | |
KeyPairProvider |
Provider for key pairs.
|
KeyPairProviderHolder |
Class | Description |
---|---|
AbstractKeyPairProvider |
Provides a default implementation for some
KeyPairProvider methods |
AbstractResourceKeyPairProvider<R> | |
ClassLoadableResourceKeyPairProvider |
This provider loads private keys from the specified resources that
are accessible via
ClassLoader.getResourceAsStream(String) . |
FileKeyPairProvider |
This host key provider loads private keys from the specified files.
|
MappedKeyPairProvider |
Holds a
Map of String ->KeyPair where the map key
is the type and value is the associated KeyPair |