Uses of Interface
org.apache.sshd.common.config.keys.loader.KeyPairResourceParser
Packages that use KeyPairResourceParser
Package
Description
-
Uses of KeyPairResourceParser in org.apache.sshd.common.config.keys.loader
Classes in org.apache.sshd.common.config.keys.loader that implement KeyPairResourceParserFields in org.apache.sshd.common.config.keys.loader declared as KeyPairResourceParserModifier and TypeFieldDescriptionstatic final KeyPairResourceParser
KeyPairResourceParser.EMPTY
An empty parser that never fails, but always report that it cannot extract key pairs and returns empty list if asked to loadMethods in org.apache.sshd.common.config.keys.loader that return KeyPairResourceParserModifier and TypeMethodDescriptionstatic KeyPairResourceParser
KeyPairResourceParser.aggregate
(Collection<? extends KeyPairResourceParser> parsers) static KeyPairResourceParser
KeyPairResourceParser.aggregate
(KeyPairResourceParser... parsers) Methods in org.apache.sshd.common.config.keys.loader with parameters of type KeyPairResourceParserModifier and TypeMethodDescriptionstatic KeyPairResourceParser
KeyPairResourceParser.aggregate
(KeyPairResourceParser... parsers) Method parameters in org.apache.sshd.common.config.keys.loader with type arguments of type KeyPairResourceParserModifier and TypeMethodDescriptionstatic KeyPairResourceParser
KeyPairResourceParser.aggregate
(Collection<? extends KeyPairResourceParser> parsers) -
Uses of KeyPairResourceParser in org.apache.sshd.common.config.keys.loader.openssh
Classes in org.apache.sshd.common.config.keys.loader.openssh that implement KeyPairResourceParser -
Uses of KeyPairResourceParser in org.apache.sshd.common.config.keys.loader.pem
Subinterfaces of KeyPairResourceParser in org.apache.sshd.common.config.keys.loader.pemModifier and TypeInterfaceDescriptioninterface
The reported algorithm name refers to the encryption algorithm name - e.g., "RSA", "DSA"Classes in org.apache.sshd.common.config.keys.loader.pem that implement KeyPairResourceParserModifier and TypeClassDescriptionclass
Base class for PEM file key-pair loadersclass
class
class
class
Fields in org.apache.sshd.common.config.keys.loader.pem declared as KeyPairResourceParserFields in org.apache.sshd.common.config.keys.loader.pem with type parameters of type KeyPairResourceParserModifier and TypeFieldDescriptionprivate static final AtomicReference
<KeyPairResourceParser> PEMResourceParserUtils.PROXY_HOLDER
-
Uses of KeyPairResourceParser in org.apache.sshd.common.util.security
Fields in org.apache.sshd.common.util.security with type parameters of type KeyPairResourceParserModifier and TypeFieldDescriptionprivate static final AtomicReference
<KeyPairResourceParser> SecurityUtils.KEYPAIRS_PARSER_HODLER
Methods in org.apache.sshd.common.util.security that return KeyPairResourceParserModifier and TypeMethodDescriptionstatic KeyPairResourceParser
SecurityUtils.getBouncycastleKeyPairResourceParser()
static KeyPairResourceParser
SecurityUtils.getKeyPairResourceParser()
Methods in org.apache.sshd.common.util.security with parameters of type KeyPairResourceParserModifier and TypeMethodDescriptionstatic void
SecurityUtils.setKeyPairResourceParser
(KeyPairResourceParser parser) -
Uses of KeyPairResourceParser in org.apache.sshd.common.util.security.bouncycastle
Classes in org.apache.sshd.common.util.security.bouncycastle that implement KeyPairResourceParser -
Uses of KeyPairResourceParser in org.apache.sshd.common.util.security.eddsa
Classes in org.apache.sshd.common.util.security.eddsa that implement KeyPairResourceParser -
Uses of KeyPairResourceParser in org.apache.sshd.putty
Subinterfaces of KeyPairResourceParser 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 KeyPairResourceParserModifier and TypeClassDescriptionclass
AbstractPuttyKeyDecoder<PUB extends PublicKey,
PRV extends PrivateKey> class
class
TODO Add javadocclass
TODO Add javadocclass
Fields in org.apache.sshd.putty declared as KeyPairResourceParserModifier and TypeFieldDescriptionstatic final KeyPairResourceParser
PuttyKeyUtils.DEFAULT_INSTANCE