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 TypeClassDescriptionclassclassTracks 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 KeyPairResourceLoaderFileWatcherKeyPairResourceLoader.delegateLoaderstatic final KeyPairResourceLoaderKeyPairResourceLoader.EMPTYAn 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 TypeMethodDescriptionvoidFileWatcherKeyPairResourceLoader.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 TypeInterfaceDescriptioninterfaceThe 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 TypeClassDescriptionclassBase class for PEM file key-pair loadersclassclassclassclass -
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 TypeInterfaceDescriptioninterfacePuttyKeyPairResourceParser<PUB extends PublicKey,PRV extends PrivateKey> Loads aKeyPairfrom PuTTY's ".ppk" file.Classes in org.apache.sshd.putty that implement KeyPairResourceLoaderModifier and TypeClassDescriptionclassAbstractPuttyKeyDecoder<PUB extends PublicKey,PRV extends PrivateKey> classclassTODO Add javadocclassTODO Add javadocclass