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 | Interface and Description |
---|---|
interface |
PuttyKeyPairResourceParser<PUB extends PublicKey,PRV extends PrivateKey>
Loads a
KeyPair from PuTTY's ".ppk" file. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractPuttyKeyDecoder<PUB extends PublicKey,PRV extends PrivateKey> |
class |
DSSPuttyKeyDecoder |
class |
ECDSAPuttyKeyDecoder
TODO Add javadoc
|
class |
EdDSAPuttyKeyDecoder
TODO Add javadoc
|
class |
RSAPuttyKeyDecoder |
Modifier and Type | Class and Description |
---|---|
class |
BouncyCastleKeyPairResourceParser |
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.