| Modifier and Type | Interface and Description |
|---|---|
interface |
KeyPairResourceParser |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractKeyPairResourceParser |
class |
FileWatcherKeyPairResourceLoader
Tracks a file containing
KeyPair-s an re-loads it whenever a change has been sensed in the monitored file (if
it exists) |
| Modifier and Type | Field and Description |
|---|---|
static KeyPairResourceLoader |
KeyPairResourceLoader.EMPTY
An empty loader that never fails but always returns an empty list
|
| Modifier and Type | Method and Description |
|---|---|
KeyPairResourceLoader |
FileWatcherKeyPairResourceLoader.getKeyPairResourceLoader() |
| Modifier and Type | Method and Description |
|---|---|
void |
FileWatcherKeyPairResourceLoader.setKeyPairResourceLoader(KeyPairResourceLoader loader) |
| Constructor and Description |
|---|
FileWatcherKeyPairResourceLoader(Path file,
KeyPairResourceLoader delegateLoader) |
FileWatcherKeyPairResourceLoader(Path file,
KeyPairResourceLoader delegateLoader,
LinkOption... options) |
| Modifier and Type | Class and Description |
|---|---|
class |
OpenSSHKeyPairResourceParser
Basic support for OpenSSH
key file(s)
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
KeyPairPEMResourceParser
The reported algorithm name refers to the encryption algorithm name - e.g., "RSA", "DSA"
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPEMResourceKeyPairParser
Base class for PEM file key-pair loaders
|
class |
DSSPEMResourceKeyPairParser |
class |
ECDSAPEMResourceKeyPairParser |
class |
PKCS8PEMResourceKeyPairParser |
class |
RSAPEMResourceKeyPairParser |
| Modifier and Type | Class and Description |
|---|---|
class |
BouncyCastleKeyPairResourceParser |
| Modifier and Type | Class and Description |
|---|---|
class |
Ed25519PEMResourceKeyParser |
Copyright © 2018–2024 The Apache Software Foundation. All rights reserved.