Class AbstractIdentityResourceLoader<PUB extends PublicKey,PRV extends PrivateKey>

java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.common.config.keys.impl.AbstractIdentityResourceLoader<PUB,PRV>
Type Parameters:
PUB - Generic public key type
PRV - Generic private key type
All Implemented Interfaces:
IdentityResourceLoader<PUB,PRV>, KeyTypeNamesSupport
Direct Known Subclasses:
AbstractKeyEntryResolver, AbstractPuttyKeyDecoder

public abstract class AbstractIdentityResourceLoader<PUB extends PublicKey,PRV extends PrivateKey> extends AbstractLoggingBean implements IdentityResourceLoader<PUB,PRV>