Uses of Interface
org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
-
-
Uses of KeyPairResourceLoader in org.apache.sshd.common.config.keys.loader
Subinterfaces of KeyPairResourceLoader in org.apache.sshd.common.config.keys.loader Modifier and Type Interface Description interface
KeyPairResourceParser
Classes in org.apache.sshd.common.config.keys.loader that implement KeyPairResourceLoader Modifier and Type Class Description class
AbstractKeyPairResourceParser
class
FileWatcherKeyPairResourceLoader
Tracks a file containingKeyPair
-s an re-loads it whenever a change has been sensed in the monitored file (if it exists)Fields in org.apache.sshd.common.config.keys.loader declared as KeyPairResourceLoader Modifier and Type Field Description private KeyPairResourceLoader
FileWatcherKeyPairResourceLoader. delegateLoader
static KeyPairResourceLoader
KeyPairResourceLoader. EMPTY
An empty loader that never fails but always returns an empty listMethods in org.apache.sshd.common.config.keys.loader that return KeyPairResourceLoader Modifier and Type Method Description KeyPairResourceLoader
FileWatcherKeyPairResourceLoader. getKeyPairResourceLoader()
Methods in org.apache.sshd.common.config.keys.loader with parameters of type KeyPairResourceLoader Modifier and Type Method Description void
FileWatcherKeyPairResourceLoader. setKeyPairResourceLoader(KeyPairResourceLoader loader)
Constructors in org.apache.sshd.common.config.keys.loader with parameters of type KeyPairResourceLoader Constructor Description FileWatcherKeyPairResourceLoader(java.nio.file.Path file, KeyPairResourceLoader delegateLoader)
FileWatcherKeyPairResourceLoader(java.nio.file.Path file, KeyPairResourceLoader delegateLoader, java.nio.file.LinkOption... options)
-
Uses of KeyPairResourceLoader in org.apache.sshd.common.config.keys.loader.openssh
Classes in org.apache.sshd.common.config.keys.loader.openssh that implement KeyPairResourceLoader Modifier and Type Class Description class
OpenSSHKeyPairResourceParser
Basic support for OpenSSH key file(s) -
Uses of KeyPairResourceLoader in org.apache.sshd.common.config.keys.loader.pem
Subinterfaces of KeyPairResourceLoader 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 KeyPairResourceLoader Modifier and Type Class Description class
AbstractPEMResourceKeyPairParser
Base class for PEM file key-pair loadersclass
DSSPEMResourceKeyPairParser
class
ECDSAPEMResourceKeyPairParser
class
PKCS8PEMResourceKeyPairParser
class
RSAPEMResourceKeyPairParser
-
Uses of KeyPairResourceLoader in org.apache.sshd.common.config.keys.loader.putty
Subinterfaces of KeyPairResourceLoader in org.apache.sshd.common.config.keys.loader.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.common.config.keys.loader.putty that implement KeyPairResourceLoader 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
-
Uses of KeyPairResourceLoader in org.apache.sshd.common.util.security.bouncycastle
Classes in org.apache.sshd.common.util.security.bouncycastle that implement KeyPairResourceLoader Modifier and Type Class Description class
BouncyCastleKeyPairResourceParser
-