Uses of Interface
org.apache.sshd.common.config.keys.loader.KeyPairResourceParser
-
-
Uses of KeyPairResourceParser in org.apache.sshd.common.config.keys.loader
Classes in org.apache.sshd.common.config.keys.loader that implement KeyPairResourceParser Modifier and Type Class Description class
AbstractKeyPairResourceParser
Fields in org.apache.sshd.common.config.keys.loader declared as KeyPairResourceParser Modifier and Type Field Description static 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 KeyPairResourceParser Modifier and Type Method Description static 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 KeyPairResourceParser Modifier and Type Method Description static KeyPairResourceParser
KeyPairResourceParser. aggregate(KeyPairResourceParser... parsers)
Method parameters in org.apache.sshd.common.config.keys.loader with type arguments of type KeyPairResourceParser Modifier and Type Method Description static 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 Modifier and Type Class Description class
OpenSSHKeyPairResourceParser
Basic support for OpenSSH key file(s) -
Uses of KeyPairResourceParser in org.apache.sshd.common.config.keys.loader.pem
Subinterfaces of KeyPairResourceParser in org.apache.sshd.common.config.keys.loader.pem Modifier and Type Interface Description interface
KeyPairPEMResourceParser
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 KeyPairResourceParser Modifier and Type Class Description class
AbstractPEMResourceKeyPairParser
Base class for PEM file key-pair loadersclass
DSSPEMResourceKeyPairParser
class
ECDSAPEMResourceKeyPairParser
class
PKCS8PEMResourceKeyPairParser
class
RSAPEMResourceKeyPairParser
Fields in org.apache.sshd.common.config.keys.loader.pem declared as KeyPairResourceParser Modifier and Type Field Description static KeyPairResourceParser
PEMResourceParserUtils. PROXY
-
Uses of KeyPairResourceParser in org.apache.sshd.common.util.security
Methods in org.apache.sshd.common.util.security that return KeyPairResourceParser Modifier and Type Method Description static KeyPairResourceParser
SecurityUtils. getBouncycastleKeyPairResourceParser()
static KeyPairResourceParser
SecurityUtils. getKeyPairResourceParser()
Methods in org.apache.sshd.common.util.security with parameters of type KeyPairResourceParser Modifier and Type Method Description static 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 Modifier and Type Class Description class
BouncyCastleKeyPairResourceParser
-
Uses of KeyPairResourceParser in org.apache.sshd.common.util.security.eddsa
Classes in org.apache.sshd.common.util.security.eddsa that implement KeyPairResourceParser Modifier and Type Class Description class
Ed25519PEMResourceKeyParser
-
Uses of KeyPairResourceParser in org.apache.sshd.putty
Subinterfaces of KeyPairResourceParser in org.apache.sshd.putty Modifier and Type Interface Description interface
PuttyKeyPairResourceParser<PUB extends PublicKey,PRV extends PrivateKey>
Loads aKeyPair
from PuTTY's ".ppk" file.Classes in org.apache.sshd.putty that implement KeyPairResourceParser Modifier and Type Class Description class
AbstractPuttyKeyDecoder<PUB extends PublicKey,PRV extends PrivateKey>
class
DSSPuttyKeyDecoder
class
ECDSAPuttyKeyDecoder
TODO Add javadocclass
EdDSAPuttyKeyDecoder
TODO Add javadocclass
RSAPuttyKeyDecoder
Fields in org.apache.sshd.putty declared as KeyPairResourceParser Modifier and Type Field Description static KeyPairResourceParser
PuttyKeyUtils. DEFAULT_INSTANCE
-