Uses of Interface
org.apache.sshd.common.config.keys.KeyTypeNamesSupport
-
-
Uses of KeyTypeNamesSupport in org.apache.sshd.common.config.keys
Subinterfaces of KeyTypeNamesSupport in org.apache.sshd.common.config.keys Modifier and Type Interface Description interface
Identity
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 java.security.PublicKey,PRV extends java.security.PrivateKey>
interface
KeyEntryResolver<PUB extends java.security.PublicKey,PRV extends java.security.PrivateKey>
interface
PrivateKeyEntryDecoder<PUB extends java.security.PublicKey,PRV extends java.security.PrivateKey>
interface
PublicKeyEntryDecoder<PUB extends java.security.PublicKey,PRV extends java.security.PrivateKey>
Represents a decoder of anOpenSSH
encoded key dataClasses in org.apache.sshd.common.config.keys that implement KeyTypeNamesSupport Modifier and Type Class Description class
BuiltinIdentities
Methods in org.apache.sshd.common.config.keys with type parameters of type KeyTypeNamesSupport Modifier and Type Method Description static <S extends KeyTypeNamesSupport>
SKeyTypeNamesSupport. findSupporterByKeyTypeName(java.lang.String typeName, java.util.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 KeyTypeNamesSupport Modifier and Type Class Description class
AbstractIdentityResourceLoader<PUB extends java.security.PublicKey,PRV extends java.security.PrivateKey>
class
AbstractKeyEntryResolver<PUB extends java.security.PublicKey,PRV extends java.security.PrivateKey>
class
AbstractPrivateKeyEntryDecoder<PUB extends java.security.PublicKey,PRV extends java.security.PrivateKey>
class
AbstractPublicKeyEntryDecoder<PUB extends java.security.PublicKey,PRV extends java.security.PrivateKey>
Useful base class implementation for a decoder of anOpenSSH
encoded key dataclass
DSSPublicKeyEntryDecoder
class
ECDSAPublicKeyEntryDecoder
class
OpenSSHCertificateDecoder
class
RSAPublicKeyDecoder
class
SkECDSAPublicKeyEntryDecoder
class
SkED25519PublicKeyEntryDecoder
-
Uses of KeyTypeNamesSupport in org.apache.sshd.common.config.keys.loader.openssh
Classes in org.apache.sshd.common.config.keys.loader.openssh that implement KeyTypeNamesSupport Modifier and Type Class Description class
OpenSSHDSSPrivateKeyEntryDecoder
class
OpenSSHECDSAPrivateKeyEntryDecoder
class
OpenSSHRSAPrivateKeyDecoder
-
Uses of KeyTypeNamesSupport in org.apache.sshd.common.config.keys.loader.ssh2
Classes in org.apache.sshd.common.config.keys.loader.ssh2 that implement KeyTypeNamesSupport Modifier and Type Class Description class
Ssh2PublicKeyEntryDecoder
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 KeyTypeNamesSupport Modifier and Type Class Description class
Ed25519PublicKeyDecoder
class
OpenSSHEd25519PrivateKeyEntryDecoder
-
Uses of KeyTypeNamesSupport in org.apache.sshd.putty
Subinterfaces of KeyTypeNamesSupport in org.apache.sshd.putty Modifier and Type Interface Description interface
PuttyKeyPairResourceParser<PUB extends java.security.PublicKey,PRV extends java.security.PrivateKey>
Loads aKeyPair
from PuTTY's ".ppk" file.Classes in org.apache.sshd.putty that implement KeyTypeNamesSupport Modifier and Type Class Description class
AbstractPuttyKeyDecoder<PUB extends java.security.PublicKey,PRV extends java.security.PrivateKey>
class
DSSPuttyKeyDecoder
class
ECDSAPuttyKeyDecoder
TODO Add javadocclass
EdDSAPuttyKeyDecoder
TODO Add javadocclass
RSAPuttyKeyDecoder
-