Modifier and Type | Class and Description |
---|---|
class |
AbstractKeyPairResourceParser |
Modifier and Type | Field and Description |
---|---|
static KeyPairResourceParser |
KeyPairResourceParser.EMPTY
An empty parser that never fails, but always report that it cannot
extract key pairs and returns empty list if asked to load
|
Modifier and Type | Method and Description |
---|---|
static KeyPairResourceParser |
KeyPairResourceParser.aggregate(Collection<? extends KeyPairResourceParser> parsers) |
static KeyPairResourceParser |
KeyPairResourceParser.aggregate(KeyPairResourceParser... parsers) |
Modifier and Type | Method and Description |
---|---|
static KeyPairResourceParser |
KeyPairResourceParser.aggregate(KeyPairResourceParser... parsers) |
Modifier and Type | Method and Description |
---|---|
static KeyPairResourceParser |
KeyPairResourceParser.aggregate(Collection<? extends KeyPairResourceParser> parsers) |
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 | Field and Description |
---|---|
static KeyPairResourceParser |
PEMResourceParserUtils.PROXY |
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 | Field and Description |
---|---|
static KeyPairResourceParser |
PuttyKeyUtils.DEFAULT_INSTANCE |
Modifier and Type | Method and Description |
---|---|
static KeyPairResourceParser |
SecurityUtils.getBouncycastleKeyPairResourceParser() |
static KeyPairResourceParser |
SecurityUtils.getKeyPairResourceParser() |
Modifier and Type | Method and Description |
---|---|
static void |
SecurityUtils.setKeyPairResourceParser(KeyPairResourceParser parser) |
Modifier and Type | Class and Description |
---|---|
class |
BouncyCastleKeyPairResourceParser |
Copyright © 2008–2022 The Apache Software Foundation. All rights reserved.