Class PEMResourceParserUtils
java.lang.Object
org.apache.sshd.common.config.keys.loader.pem.PEMResourceParserUtils
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final Map<String,
KeyPairPEMResourceParser> private static final Map<String,
KeyPairPEMResourceParser> static final KeyPairResourceParser
private static final AtomicReference<KeyPairResourceParser>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic KeyPairPEMResourceParser
getPEMResourceParserByAlgorithm
(String algorithm) static KeyPairPEMResourceParser
static KeyPairPEMResourceParser
getPEMResourceParserByOidValues
(Collection<? extends Number> oid) static void
-
Field Details
-
PROXY
-
BY_OID_MAP
-
BY_ALGORITHM_MAP
-
PROXY_HOLDER
-
-
Constructor Details
-
PEMResourceParserUtils
private PEMResourceParserUtils()
-
-
Method Details
-
registerPEMResourceParser
-
getPEMResourceParserByOidValues
public static KeyPairPEMResourceParser getPEMResourceParserByOidValues(Collection<? extends Number> oid) -
getPEMResourceParserByOid
-
getPEMResourceParserByAlgorithm
-