Uses of Interface
org.apache.sshd.common.config.keys.KeyTypeNamesSupport
Packages that use KeyTypeNamesSupport
Package
Description
-
Uses of KeyTypeNamesSupport in org.apache.sshd.common.config.keys
Subinterfaces of KeyTypeNamesSupport in org.apache.sshd.common.config.keysModifier and TypeInterfaceDescriptioninterface
Represents an SSH key type - the referenced algorithm is the one used to generate the key - e.g., "RSA", "DSA", "EC".interface
IdentityResourceLoader<PUB extends PublicKey,
PRV extends PrivateKey> interface
KeyEntryResolver<PUB extends PublicKey,
PRV extends PrivateKey> interface
PrivateKeyEntryDecoder<PUB extends PublicKey,
PRV extends PrivateKey> interface
PublicKeyEntryDecoder<PUB extends PublicKey,
PRV extends PrivateKey> Represents a decoder of anOpenSSH
encoded key dataClasses in org.apache.sshd.common.config.keys that implement KeyTypeNamesSupportMethods in org.apache.sshd.common.config.keys with type parameters of type KeyTypeNamesSupportModifier and TypeMethodDescriptionstatic <S extends KeyTypeNamesSupport>
SKeyTypeNamesSupport.findSupporterByKeyTypeName
(String typeName, Collection<? extends S> supporters) -
Uses of KeyTypeNamesSupport in org.apache.sshd.common.config.keys.impl
Classes in org.apache.sshd.common.config.keys.impl that implement KeyTypeNamesSupportModifier and TypeClassDescriptionclass
AbstractIdentityResourceLoader<PUB extends PublicKey,
PRV extends PrivateKey> class
AbstractKeyEntryResolver<PUB extends PublicKey,
PRV extends PrivateKey> class
AbstractPrivateKeyEntryDecoder<PUB extends PublicKey,
PRV extends PrivateKey> class
AbstractPublicKeyEntryDecoder<PUB extends PublicKey,
PRV extends PrivateKey> Useful base class implementation for a decoder of anOpenSSH
encoded key dataclass
class
class
class
class
class
-
Uses of KeyTypeNamesSupport in org.apache.sshd.common.config.keys.loader.openssh
Classes in org.apache.sshd.common.config.keys.loader.openssh that implement KeyTypeNamesSupportModifier and TypeClassDescriptionclass
class
class
-
Uses of KeyTypeNamesSupport in org.apache.sshd.common.config.keys.loader.ssh2
Classes in org.apache.sshd.common.config.keys.loader.ssh2 that implement KeyTypeNamesSupportModifier and TypeClassDescriptionclass
Decodes a public key file encoded according to The Secure Shell (SSH) Public Key File Format -
Uses of KeyTypeNamesSupport in org.apache.sshd.common.util.security.eddsa
Classes in org.apache.sshd.common.util.security.eddsa that implement KeyTypeNamesSupportModifier and TypeClassDescriptionfinal class
class
-
Uses of KeyTypeNamesSupport in org.apache.sshd.putty
Subinterfaces of KeyTypeNamesSupport in org.apache.sshd.puttyModifier and TypeInterfaceDescriptioninterface
PuttyKeyPairResourceParser<PUB extends PublicKey,
PRV extends PrivateKey> Loads aKeyPair
from PuTTY's ".ppk" file.Classes in org.apache.sshd.putty that implement KeyTypeNamesSupportModifier and TypeClassDescriptionclass
AbstractPuttyKeyDecoder<PUB extends PublicKey,
PRV extends PrivateKey> class
class
TODO Add javadocclass
TODO Add javadocclass