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 TypeInterfaceDescriptioninterfaceRepresents an SSH key type - the referenced algorithm is the one used to generate the key - e.g., "RSA", "DSA", "EC".interfaceIdentityResourceLoader<PUB extends PublicKey,PRV extends PrivateKey> interfaceKeyEntryResolver<PUB extends PublicKey,PRV extends PrivateKey> interfacePrivateKeyEntryDecoder<PUB extends PublicKey,PRV extends PrivateKey> interfacePublicKeyEntryDecoder<PUB extends PublicKey,PRV extends PrivateKey> Represents a decoder of anOpenSSHencoded 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 TypeClassDescriptionclassAbstractIdentityResourceLoader<PUB extends PublicKey,PRV extends PrivateKey> classAbstractKeyEntryResolver<PUB extends PublicKey,PRV extends PrivateKey> classAbstractPrivateKeyEntryDecoder<PUB extends PublicKey,PRV extends PrivateKey> classAbstractPublicKeyEntryDecoder<PUB extends PublicKey,PRV extends PrivateKey> Useful base class implementation for a decoder of anOpenSSHencoded key dataclassclassclassclassclassclass -
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 TypeClassDescriptionclassclassclass -
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 TypeClassDescriptionclassDecodes 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 classAn implementation ofGenericEd25519PublicKeyDecodertied to thenet.i2p.cryptoEdDSA security provider.classAn implementation ofGenericOpenSSHEd25519PrivateKeyEntryDecodertied to thenet.i2p.cryptoEdDSA security provider -
Uses of KeyTypeNamesSupport in org.apache.sshd.common.util.security.eddsa.generic
Classes in org.apache.sshd.common.util.security.eddsa.generic that implement KeyTypeNamesSupportModifier and TypeClassDescriptionclassGenericEd25519PublicKeyDecoder<PUB extends PublicKey,PRV extends PrivateKey> classGenericOpenSSHEd25519PrivateKeyEntryDecoder<PUB extends PublicKey,PRV extends PrivateKey>