Class AbstractKeyEntryResolver
java.lang.Object
org.apache.sshd.common.util.logging.AbstractLoggingBean
org.apache.sshd.common.config.keys.impl.AbstractIdentityResourceLoader
org.apache.sshd.common.config.keys.impl.AbstractKeyEntryResolver
- All Implemented Interfaces:
KeyEntryResolver, KeyTypeNamesSupport
- Direct Known Subclasses:
AbstractPrivateKeyEntryDecoder, AbstractPublicKeyEntryDecoder
public abstract class AbstractKeyEntryResolver
extends AbstractIdentityResourceLoader
implements KeyEntryResolver
- Author:
- Apache MINA SSHD Project
-
Field Summary
Fields inherited from class AbstractLoggingBean
logFields inherited from interface KeyEntryResolver
MAX_BIGINT_OCTETS_COUNT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongeneratePrivateKey(KeySpec keySpec) generatePublicKey(KeySpec keySpec) toString()Methods inherited from class AbstractIdentityResourceLoader
getSupportedKeyTypesMethods inherited from class AbstractLoggingBean
debug, debug, debug, debug, debug, error, error, error, error, error, getSimplifiedLogger, info, info, warn, warn, warn, warn, warn, warn, warn, warnMethods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface KeyEntryResolver
generateKeyPair, getKeyFactoryInstance, getKeyPairGeneratorMethods inherited from interface KeyTypeNamesSupport
getSupportedKeyTypes
-
Constructor Details
-
AbstractKeyEntryResolver
-
-
Method Details
-
generatePublicKey
- Throws:
GeneralSecurityException
-
generatePrivateKey
- Throws:
GeneralSecurityException
-
toString
-