Uses of Interface
org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
Packages that use KeyPairResourceLoader
Package
Description
-
Uses of KeyPairResourceLoader in org.apache.sshd.common.config.keys.loader
Subinterfaces of KeyPairResourceLoader in org.apache.sshd.common.config.keys.loaderClasses in org.apache.sshd.common.config.keys.loader that implement KeyPairResourceLoaderModifier and TypeClassDescriptionclass
class
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 KeyPairResourceLoaderModifier and TypeFieldDescriptionprivate KeyPairResourceLoader
FileWatcherKeyPairResourceLoader.delegateLoader
static final 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 KeyPairResourceLoaderMethods in org.apache.sshd.common.config.keys.loader with parameters of type KeyPairResourceLoaderModifier and TypeMethodDescriptionvoid
FileWatcherKeyPairResourceLoader.setKeyPairResourceLoader
(KeyPairResourceLoader loader) Constructors in org.apache.sshd.common.config.keys.loader with parameters of type KeyPairResourceLoaderModifierConstructorDescriptionFileWatcherKeyPairResourceLoader
(Path file, KeyPairResourceLoader delegateLoader) FileWatcherKeyPairResourceLoader
(Path file, KeyPairResourceLoader delegateLoader, 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 -
Uses of KeyPairResourceLoader in org.apache.sshd.common.config.keys.loader.pem
Subinterfaces of KeyPairResourceLoader 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 KeyPairResourceLoaderModifier and TypeClassDescriptionclass
Base class for PEM file key-pair loadersclass
class
class
class
-
Uses of KeyPairResourceLoader in org.apache.sshd.common.util.security.bouncycastle
Classes in org.apache.sshd.common.util.security.bouncycastle that implement KeyPairResourceLoader -
Uses of KeyPairResourceLoader in org.apache.sshd.common.util.security.eddsa
Classes in org.apache.sshd.common.util.security.eddsa that implement KeyPairResourceLoader -
Uses of KeyPairResourceLoader in org.apache.sshd.putty
Subinterfaces of KeyPairResourceLoader 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 KeyPairResourceLoaderModifier and TypeClassDescriptionclass
AbstractPuttyKeyDecoder<PUB extends PublicKey,
PRV extends PrivateKey> class
class
TODO Add javadocclass
TODO Add javadocclass