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 private KeyPairResourceLoaderFileWatcherKeyPairResourceLoader. delegateLoaderstatic 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(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 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 classEd25519PEMResourceKeyParserAn implementation ofGenericEd25519PEMResourceKeyParsertied to thenet.i2p.cryptoEdDSA security provider. -
Uses of KeyPairResourceLoader in org.apache.sshd.common.util.security.eddsa.generic
Classes in org.apache.sshd.common.util.security.eddsa.generic that implement KeyPairResourceLoader Modifier and Type Class Description classGenericEd25519PEMResourceKeyParser -
Uses of KeyPairResourceLoader in org.apache.sshd.putty
Subinterfaces of KeyPairResourceLoader in org.apache.sshd.putty Modifier and Type Interface Description interfacePuttyKeyPairResourceParser<PUB extends java.security.PublicKey,PRV extends java.security.PrivateKey>Loads aKeyPairfrom PuTTY's ".ppk" file.Classes in org.apache.sshd.putty that implement KeyPairResourceLoader Modifier and Type Class Description classAbstractPuttyKeyDecoder<PUB extends java.security.PublicKey,PRV extends java.security.PrivateKey>classDSSPuttyKeyDecoderclassECDSAPuttyKeyDecoderTODO Add javadocclassEdDSAPuttyKeyDecoder<PUB extends java.security.PublicKey,PRIV extends java.security.PrivateKey>TODO Add javadocclassRSAPuttyKeyDecoder
-