Class AbstractPrivateKeyEntryDecoder
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
org.apache.sshd.common.config.keys.impl.AbstractPrivateKeyEntryDecoder
- All Implemented Interfaces:
KeyEntryResolver, KeyTypeNamesSupport, PrivateKeyEntryDecoder, PrivateKeyEntryResolver
- Direct Known Subclasses:
OpenSSHDSSPrivateKeyEntryDecoder, OpenSSHECDSAPrivateKeyEntryDecoder, OpenSSHEd25519PrivateKeyEntryDecoder, OpenSSHRSAPrivateKeyDecoder
public abstract class AbstractPrivateKeyEntryDecoder
extends AbstractKeyEntryResolver
implements PrivateKeyEntryDecoder
- Author:
- Apache MINA SSHD Project
-
Field Summary
Fields inherited from class AbstractLoggingBean
logFields inherited from interface KeyEntryResolver
MAX_BIGINT_OCTETS_COUNTFields inherited from interface PrivateKeyEntryResolver
FAILING, IGNORING -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class AbstractKeyEntryResolver
generatePrivateKey, generatePublicKey, toStringMethods 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
getSupportedKeyTypesMethods inherited from interface PrivateKeyEntryDecoder
decodePrivateKey, decodePrivateKey, decodePrivateKey, decodePrivateKey, encodePrivateKey, isPublicKeyRecoverySupported, recoverPublicKey, resolve
-
Constructor Details
-
AbstractPrivateKeyEntryDecoder
-