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 interfaceKeyPairResourceParserClasses in org.apache.sshd.common.config.keys.loader that implement KeyPairResourceLoader Modifier and Type Class Description classAbstractKeyPairResourceParserclassFileWatcherKeyPairResourceLoaderTracks 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 static KeyPairResourceLoaderKeyPairResourceLoader. EMPTYAn 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 KeyPairResourceLoaderFileWatcherKeyPairResourceLoader. getKeyPairResourceLoader()Methods in org.apache.sshd.common.config.keys.loader with parameters of type KeyPairResourceLoader Modifier and Type Method Description voidFileWatcherKeyPairResourceLoader. setKeyPairResourceLoader(KeyPairResourceLoader loader)Constructors in org.apache.sshd.common.config.keys.loader with parameters of type KeyPairResourceLoader Constructor Description FileWatcherKeyPairResourceLoader(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 Modifier and Type Class Description classOpenSSHKeyPairResourceParserBasic 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 interfaceKeyPairPEMResourceParserThe 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 classAbstractPEMResourceKeyPairParserBase class for PEM file key-pair loadersclassDSSPEMResourceKeyPairParserclassECDSAPEMResourceKeyPairParserclassPKCS8PEMResourceKeyPairParserclassRSAPEMResourceKeyPairParser -
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 classBouncyCastleKeyPairResourceParser -
Uses of KeyPairResourceLoader in org.apache.sshd.common.util.security.eddsa
Classes in org.apache.sshd.common.util.security.eddsa that implement KeyPairResourceLoader Modifier and Type Class Description classEd25519PEMResourceKeyParser
-