| 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 |
| 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 | 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–2018 The Apache Software Foundation. All rights reserved.