Class AbstractIdentityResourceLoader
java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.common.config.keys.impl.AbstractIdentityResourceLoader
- All Implemented Interfaces:
KeyTypeNamesSupport
- Direct Known Subclasses:
AbstractKeyEntryResolver
public abstract class AbstractIdentityResourceLoader
extends AbstractLoggingBean
implements KeyTypeNamesSupport
- Author:
- Apache MINA SSHD Project
-
Field Summary
Fields inherited from class AbstractLoggingBean
log -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractIdentityResourceLoader(Collection<String> keyTypes) -
Method Summary
-
Constructor Details
-
AbstractIdentityResourceLoader
-
-
Method Details
-
getSupportedKeyTypes
- Specified by:
getSupportedKeyTypesin interfaceKeyTypeNamesSupport- Returns:
- The case insensitive
NavigableSetofOpenSSHkey type names that are supported by this decoder - e.g.,ssh-rsa, ssh-dss, ecdsa-sha2-nistp384. This is not a single name - e.g., ECDSA keys have several curve names. Caveat: this collection may be un-modifiable...
-