Uses of Interface
org.apache.sshd.common.NamedResource
Packages that use NamedResource
Package
Description
Cipher implementations.Compression
implementations.Digest implementations.Mac implementations.Random implementations.Signature implementations.-
Uses of NamedResource in org.apache.sshd.agent.local
Classes in org.apache.sshd.agent.local that implement NamedResource -
Uses of NamedResource in org.apache.sshd.client
Method parameters in org.apache.sshd.client with type arguments of type NamedResourceModifier and TypeMethodDescriptionprotected KeyIdentityProviderSshClient.preloadClientIdentities(Collection<? extends NamedResource> locations) -
Uses of NamedResource in org.apache.sshd.client.auth
Subinterfaces of NamedResource in org.apache.sshd.client.authModifier and TypeInterfaceDescriptioninterfaceRepresents a user authentication mechanisminterfaceClasses in org.apache.sshd.client.auth that implement NamedResourceModifier and TypeClassDescriptionclassclassenumProvides a centralized location for the default built-in authentication factories -
Uses of NamedResource in org.apache.sshd.client.auth.hostbased
Classes in org.apache.sshd.client.auth.hostbased that implement NamedResource -
Uses of NamedResource in org.apache.sshd.client.auth.keyboard
Classes in org.apache.sshd.client.auth.keyboard that implement NamedResourceModifier and TypeClassDescriptionclassManages a "keyboard-interactive" exchange according to RFC4256class -
Uses of NamedResource in org.apache.sshd.client.auth.password
Classes in org.apache.sshd.client.auth.password that implement NamedResourceModifier and TypeClassDescriptionclassImplements the client-side "password" authentication mechanismclass -
Uses of NamedResource in org.apache.sshd.client.auth.pubkey
Classes in org.apache.sshd.client.auth.pubkey that implement NamedResourceModifier and TypeClassDescriptionclassImplements the "publickey" authentication mechanismclass -
Uses of NamedResource in org.apache.sshd.client.channel.exit
Classes in org.apache.sshd.client.channel.exit that implement NamedResourceModifier and TypeClassDescriptionclassProvides a common base class for channel request handlers that deal with various "exit-XXX" requests.classclass -
Uses of NamedResource in org.apache.sshd.client.config.hosts
Classes in org.apache.sshd.client.config.hosts that implement NamedResourceModifier and TypeClassDescriptionenumAvailable digesters for known hosts entriesMethods in org.apache.sshd.client.config.hosts with parameters of type NamedResourceModifier and TypeMethodDescriptionstatic <A extends Appendable>
AKnownHostHashValue.append(A sb, NamedResource factory, byte[] salt, byte[] digest) -
Uses of NamedResource in org.apache.sshd.client.config.keys
Fields in org.apache.sshd.client.config.keys with type parameters of type NamedResourceModifier and TypeFieldDescriptionprivate final Collection<? extends NamedResource> LazyClientKeyIdentityProvider.locationsMethods in org.apache.sshd.client.config.keys that return types with arguments of type NamedResourceModifier and TypeMethodDescriptionCollection<? extends NamedResource> LazyClientKeyIdentityProvider.getLocations()Methods in org.apache.sshd.client.config.keys with parameters of type NamedResourceModifier and TypeMethodDescriptionstatic StringClientIdentity.getIdentityFileName(NamedResource r) booleanClientIdentityLoader.isValidLocation(NamedResource location) ClientIdentityLoader.loadClientIdentities(SessionContext session, NamedResource location, FilePasswordProvider provider) LazyClientKeyIdentityProvider.loadClientIdentities(SessionContext session, NamedResource location) Method parameters in org.apache.sshd.client.config.keys with type arguments of type NamedResourceModifier and TypeMethodDescriptionstatic KeyIdentityProviderClientIdentityLoader.asKeyIdentityProvider(ClientIdentityLoader loader, Collection<? extends NamedResource> locations, FilePasswordProvider passwordProvider, boolean ignoreNonExisting) Uses the providedClientIdentityLoaderto lazy load the keys locationsConstructor parameters in org.apache.sshd.client.config.keys with type arguments of type NamedResourceModifierConstructorDescriptionLazyClientKeyIdentityProvider(ClientIdentityLoader loader, Collection<? extends NamedResource> locations, FilePasswordProvider passwordProvider, boolean ignoreNonExisting) -
Uses of NamedResource in org.apache.sshd.client.kex
Classes in org.apache.sshd.client.kex that implement NamedResourceModifier and TypeClassDescriptionclassclassBase class for DHG key exchange algorithms.class -
Uses of NamedResource in org.apache.sshd.client.session
Classes in org.apache.sshd.client.session that implement NamedResourceModifier and TypeClassDescriptionclassclass -
Uses of NamedResource in org.apache.sshd.client.subsystem
Subinterfaces of NamedResource in org.apache.sshd.client.subsystemClasses in org.apache.sshd.client.subsystem that implement NamedResource -
Uses of NamedResource in org.apache.sshd.common
Subinterfaces of NamedResource in org.apache.sshd.commonModifier and TypeInterfaceDescriptioninterfaceA named optional factory.interfaceNamedFactory<T>A named factory is a factory identified by a name.interfaceProperty<T>Property definition.interfaceClasses in org.apache.sshd.common that implement NamedResourceModifier and TypeClassDescriptionstatic classstatic classstatic classstatic classstatic classstatic classProperty.EnumProperty<T extends Enum<T>>static classstatic classstatic classstatic classstatic classFields in org.apache.sshd.common with type parameters of type NamedResourceModifier and TypeFieldDescriptionstatic final Comparator<NamedResource> NamedResource.BY_NAME_COMPARATORCompares 2NamedResources according to theirgetName()value case insensitivestatic final Function<NamedResource, String> NamedResource.NAME_EXTRACTORMethods in org.apache.sshd.common with type parameters of type NamedResourceModifier and TypeMethodDescriptionstatic <R extends NamedResource>
RNamedResource.findByName(String name, Comparator<? super String> c, Collection<? extends R> resources) static <R extends NamedResource>
RNamedResource.findFirstMatchByName(Collection<String> names, Comparator<? super String> c, Collection<? extends R> resources) static <R extends NamedResource>
RNamedResource.removeByName(String name, Comparator<? super String> c, Collection<? extends R> resources) Remove the resource identified by the name from the list.static <E extends NamedResource & OptionalFeature>
List<E> NamedFactory.setUpBuiltinFactories(boolean ignoreUnsupported, Collection<? extends E> preferred) static <S extends OptionalFeature,E extends NamedResource>
List<E> NamedFactory.setUpTransformedFactories(boolean ignoreUnsupported, Collection<? extends S> preferred, Function<? super S, ? extends E> xform) Methods in org.apache.sshd.common that return NamedResourceMethods in org.apache.sshd.common with parameters of type NamedResourceModifier and TypeMethodDescriptionstatic intNamedResource.safeCompareByName(NamedResource r1, NamedResource r2, boolean caseSensitive) Method parameters in org.apache.sshd.common with type arguments of type NamedResourceModifier and TypeMethodDescriptionNamedResource.getNameList(Collection<? extends NamedResource> resources) static StringNamedResource.getNames(Collection<? extends NamedResource> resources) -
Uses of NamedResource in org.apache.sshd.common.auth
Subinterfaces of NamedResource in org.apache.sshd.common.authModifier and TypeInterfaceDescriptioninterfaceUserAuthInstance<S extends SessionContext>Represents an authentication-in-progress tracker for a specific sessioninterfaceUserAuthMethodFactory<S extends SessionContext,M extends UserAuthInstance<S>> Represents a user authentication methodClasses in org.apache.sshd.common.auth that implement NamedResourceModifier and TypeClassDescriptionclassAbstractUserAuthMethodFactory<S extends SessionContext,M extends UserAuthInstance<S>> class -
Uses of NamedResource in org.apache.sshd.common.channel
Subinterfaces of NamedResource in org.apache.sshd.common.channel -
Uses of NamedResource in org.apache.sshd.common.cipher
Subinterfaces of NamedResource in org.apache.sshd.common.cipherClasses in org.apache.sshd.common.cipher that implement NamedResourceModifier and TypeClassDescriptionenumProvides easy access to the currently implemented ciphersenumUtilities for working with elliptic curves. -
Uses of NamedResource in org.apache.sshd.common.compression
Subinterfaces of NamedResource in org.apache.sshd.common.compressionModifier and TypeInterfaceDescriptioninterfaceInterface used to compress the stream of data between the SSH server and clients.interfaceinterfaceClasses in org.apache.sshd.common.compression that implement NamedResourceModifier and TypeClassDescriptionclassenumclassZLib delayed compression.classclassZLib based Compression. -
Uses of NamedResource in org.apache.sshd.common.config
Classes in org.apache.sshd.common.config with type parameters of type NamedResourceModifier and TypeClassDescriptionclassFactoriesListParseResult<T,F extends NamedResource> classNamedFactoriesListParseResult<T,F extends NamedResource> Holds the result of parsing a list ofNamedFactoryiesclassNamedResourceListParseResult<R extends NamedResource>Classes in org.apache.sshd.common.config that implement NamedResourceModifier and TypeClassDescriptionenumProvides a "bridge" between the configuration values and the actualNamedFactoryfor theCompression. -
Uses of NamedResource in org.apache.sshd.common.config.keys
Subinterfaces of NamedResource in org.apache.sshd.common.config.keysModifier and TypeInterfaceDescriptioninterfaceRepresents an SSH key type - the referenced algorithm is the one used to generate the key - e.g., "RSA", "DSA", "EC".Classes in org.apache.sshd.common.config.keys that implement NamedResourceMethods in org.apache.sshd.common.config.keys with parameters of type NamedResourceModifier and TypeMethodDescriptiondefault <T> TFilePasswordProvider.decode(SessionContext session, NamedResource resourceKey, FilePasswordProvider.Decoder<? extends T> decoder) Obtains the password throughFilePasswordProvider.getPassword(SessionContext, NamedResource, int), invokes theFilePasswordProvider.Decoderand thenFilePasswordProvider.handleDecodeAttemptResult(SessionContext, NamedResource, int, String, Exception)and then returns the decoded result.FilePasswordProvider.getPassword(SessionContext session, NamedResource resourceKey, int retryIndex) FilePasswordProvider.handleDecodeAttemptResult(SessionContext session, NamedResource resourceKey, int retryIndex, String password, Exception err) Invoked to inform the password provide about the decoding result.default PUBPublicKeyRawDataReader.readPublicKey(SessionContext session, NamedResource resourceKey, BufferedReader rdr) default PUBPublicKeyRawDataReader.readPublicKey(SessionContext session, NamedResource resourceKey, InputStream stream) default PUBPublicKeyRawDataReader.readPublicKey(SessionContext session, NamedResource resourceKey, InputStream stream, Charset cs) default PUBPublicKeyRawDataReader.readPublicKey(SessionContext session, NamedResource resourceKey, Reader rdr) PublicKeyRawDataReader.readPublicKey(SessionContext session, NamedResource resourceKey, List<String> lines) -
Uses of NamedResource in org.apache.sshd.common.config.keys.loader
Methods in org.apache.sshd.common.config.keys.loader with parameters of type NamedResourceModifier and TypeMethodDescriptionbooleanAbstractKeyPairResourceParser.canExtractKeyPairs(NamedResource resourceKey, List<String> lines) booleanKeyPairResourceParser.canExtractKeyPairs(NamedResource resourceKey, List<String> lines) AbstractKeyPairResourceParser.extractKeyPairs(SessionContext session, NamedResource resourceKey, String beginMarker, String endMarker, FilePasswordProvider passwordProvider, byte[] bytes, Map<String, String> headers) abstract Collection<KeyPair> AbstractKeyPairResourceParser.extractKeyPairs(SessionContext session, NamedResource resourceKey, String beginMarker, String endMarker, FilePasswordProvider passwordProvider, InputStream stream, Map<String, String> headers) AbstractKeyPairResourceParser.extractKeyPairs(SessionContext session, NamedResource resourceKey, String beginMarker, String endMarker, FilePasswordProvider passwordProvider, List<String> lines, Map<String, String> headers) Extracts the key pairs within a single delimited by markers block of lines.AbstractKeyPairResourceParser.loadKeyPairs(SessionContext session, NamedResource resourceKey, FilePasswordProvider passwordProvider, List<String> lines) FileWatcherKeyPairResourceLoader.loadKeyPairs(SessionContext session, NamedResource resourceKey, FilePasswordProvider passwordProvider, List<String> lines) default Collection<KeyPair> KeyPairResourceLoader.loadKeyPairs(SessionContext session, NamedResource resourceKey, FilePasswordProvider passwordProvider, BufferedReader r) default Collection<KeyPair> KeyPairResourceLoader.loadKeyPairs(SessionContext session, NamedResource resourceKey, FilePasswordProvider passwordProvider, InputStream stream) default Collection<KeyPair> KeyPairResourceLoader.loadKeyPairs(SessionContext session, NamedResource resourceKey, FilePasswordProvider passwordProvider, InputStream stream, Charset cs) default Collection<KeyPair> KeyPairResourceLoader.loadKeyPairs(SessionContext session, NamedResource resourceKey, FilePasswordProvider passwordProvider, Reader r) default Collection<KeyPair> KeyPairResourceLoader.loadKeyPairs(SessionContext session, NamedResource resourceKey, FilePasswordProvider passwordProvider, String data) KeyPairResourceLoader.loadKeyPairs(SessionContext session, NamedResource resourceKey, FilePasswordProvider passwordProvider, List<String> lines) Loads key pairs from the given resource text linesprotected Collection<KeyPair> FileWatcherKeyPairResourceLoader.reloadKeyPairs(SessionContext session, NamedResource resourceKey, FilePasswordProvider passwordProvider, List<String> lines) AbstractKeyPairResourceParser.separateDataLinesFromHeaders(SessionContext session, NamedResource resourceKey, String startLine, String endLine, List<String> dataLines) -
Uses of NamedResource in org.apache.sshd.common.config.keys.loader.openssh
Subinterfaces of NamedResource in org.apache.sshd.common.config.keys.loader.opensshMethods in org.apache.sshd.common.config.keys.loader.openssh with parameters of type NamedResourceModifier and TypeMethodDescriptionbyte[]OpenSSHKeyDecryptor.decodePrivateKeyBytes(SessionContext session, NamedResource resourceKey, CipherFactory cipherSpec, byte[] privateDataBytes, String password) OpenSSHKeyPairResourceParser.extractKeyPairs(SessionContext session, NamedResource resourceKey, String beginMarker, String endMarker, FilePasswordProvider passwordProvider, InputStream stream, Map<String, String> headers) protected Map.Entry<PrivateKey, String> OpenSSHKeyPairResourceParser.readPrivateKey(SessionContext session, NamedResource resourceKey, OpenSSHParserContext context, String keyType, FilePasswordProvider passwordProvider, InputStream stream) OpenSSHKeyPairResourceParser.readPrivateKeys(SessionContext session, NamedResource resourceKey, OpenSSHParserContext context, Collection<? extends PublicKey> publicKeys, FilePasswordProvider passwordProvider, InputStream stream) protected PublicKeyOpenSSHKeyPairResourceParser.readPublicKey(SessionContext session, NamedResource resourceKey, OpenSSHParserContext context, InputStream stream, Map<String, String> headers) protected OpenSSHKdfOptionsOpenSSHKeyPairResourceParser.resolveKdfOptions(SessionContext session, NamedResource resourceKey, String beginMarker, String endMarker, InputStream stream, Map<String, String> headers) protected <S extends InputStream>
SOpenSSHKeyPairResourceParser.validateStreamMagicMarker(SessionContext session, NamedResource resourceKey, S stream) -
Uses of NamedResource in org.apache.sshd.common.config.keys.loader.openssh.kdf
Classes in org.apache.sshd.common.config.keys.loader.openssh.kdf that implement NamedResourceMethods in org.apache.sshd.common.config.keys.loader.openssh.kdf with parameters of type NamedResourceModifier and TypeMethodDescriptionbyte[]BCryptKdfOptions.decodePrivateKeyBytes(SessionContext session, NamedResource resourceKey, CipherFactory cipherSpec, byte[] privateDataBytes, String password) byte[]RawKdfOptions.decodePrivateKeyBytes(SessionContext session, NamedResource resourceKey, CipherFactory cipherSpec, byte[] privateDataBytes, String password) -
Uses of NamedResource in org.apache.sshd.common.config.keys.loader.pem
Methods in org.apache.sshd.common.config.keys.loader.pem with parameters of type NamedResourceModifier and TypeMethodDescriptionPKCS8PEMResourceKeyPairParser.decryptKeyPairs(SessionContext session, NamedResource resourceKey, FilePasswordProvider passwordProvider, byte[] encrypted) AbstractPEMResourceKeyPairParser.extractKeyPairs(SessionContext session, NamedResource resourceKey, String beginMarker, String endMarker, FilePasswordProvider passwordProvider, List<String> lines, Map<String, String> headers) DSSPEMResourceKeyPairParser.extractKeyPairs(SessionContext session, NamedResource resourceKey, String beginMarker, String endMarker, FilePasswordProvider passwordProvider, InputStream stream, Map<String, String> headers) ECDSAPEMResourceKeyPairParser.extractKeyPairs(SessionContext session, NamedResource resourceKey, String beginMarker, String endMarker, FilePasswordProvider passwordProvider, InputStream stream, Map<String, String> headers) PKCS8PEMResourceKeyPairParser.extractKeyPairs(SessionContext session, NamedResource resourceKey, String beginMarker, String endMarker, FilePasswordProvider passwordProvider, InputStream stream, Map<String, String> headers) RSAPEMResourceKeyPairParser.extractKeyPairs(SessionContext session, NamedResource resourceKey, String beginMarker, String endMarker, FilePasswordProvider passwordProvider, InputStream stream, Map<String, String> headers) -
Uses of NamedResource in org.apache.sshd.common.config.keys.loader.ssh2
Methods in org.apache.sshd.common.config.keys.loader.ssh2 with parameters of type NamedResourceModifier and TypeMethodDescriptionSsh2PublicKeyEntryDecoder.readPublicKey(SessionContext session, NamedResource resourceKey, String beginMarker, String endMarker, byte[] dataBytes, Map<String, String> headers) Ssh2PublicKeyEntryDecoder.readPublicKey(SessionContext session, NamedResource resourceKey, String beginMarker, String endMarker, List<String> lines, Map<String, String> headers) Ssh2PublicKeyEntryDecoder.readPublicKey(SessionContext session, NamedResource resourceKey, List<String> lines) Ssh2PublicKeyEntryDecoder.separateDataLinesFromHeaders(SessionContext session, NamedResource resourceKey, String startLine, String endLine, List<String> lines) -
Uses of NamedResource in org.apache.sshd.common.digest
Subinterfaces of NamedResource in org.apache.sshd.common.digestClasses in org.apache.sshd.common.digest that implement NamedResourceModifier and TypeClassDescriptionenumProvides easy access to the currently implemented digests -
Uses of NamedResource in org.apache.sshd.common.forward
Classes in org.apache.sshd.common.forward that implement NamedResourceModifier and TypeClassDescriptionstatic enumType of channel being created. -
Uses of NamedResource in org.apache.sshd.common.io
Classes in org.apache.sshd.common.io that implement NamedResource -
Uses of NamedResource in org.apache.sshd.common.kex
Subinterfaces of NamedResource in org.apache.sshd.common.kexModifier and TypeInterfaceDescriptioninterfaceinterfaceKey exchange algorithm.interfaceClasses in org.apache.sshd.common.kex that implement NamedResource -
Uses of NamedResource in org.apache.sshd.common.kex.dh
Classes in org.apache.sshd.common.kex.dh that implement NamedResource -
Uses of NamedResource in org.apache.sshd.common.kex.extension
Subinterfaces of NamedResource in org.apache.sshd.common.kex.extensionModifier and TypeInterfaceDescriptioninterfaceParses a known KEX extension -
Uses of NamedResource in org.apache.sshd.common.kex.extension.parser
Classes in org.apache.sshd.common.kex.extension.parser that implement NamedResourceModifier and TypeClassDescriptionclassclassclassclassclassclass -
Uses of NamedResource in org.apache.sshd.common.keyprovider
Methods in org.apache.sshd.common.keyprovider with parameters of type NamedResourceModifier and TypeMethodDescriptionAbstractResourceKeyPairProvider.doLoadKeys(SessionContext session, NamedResource resourceKey, InputStream inputStream, FilePasswordProvider provider) AbstractResourceKeyPairProvider.doLoadKeys(SessionContext session, NamedResource resourceKey, R resource, FilePasswordProvider provider) protected InputStreamAbstractResourceKeyPairProvider.openKeyPairResource(SessionContext session, NamedResource resourceKey, R resource) -
Uses of NamedResource in org.apache.sshd.common.mac
Subinterfaces of NamedResource in org.apache.sshd.common.macClasses in org.apache.sshd.common.mac that implement NamedResourceModifier and TypeClassDescriptionenumProvides easy access to the currently implemented macs -
Uses of NamedResource in org.apache.sshd.common.random
Subinterfaces of NamedResource in org.apache.sshd.common.randomModifier and TypeInterfaceDescriptioninterfaceA pseudo random number generator.interfaceClasses in org.apache.sshd.common.random that implement NamedResourceModifier and TypeClassDescriptionclassclassclassARandomimplementation using the built-inSecureRandomPRNG.classNamed factory for the JCERandomclassA random factory wrapper that uses a single random instance. -
Uses of NamedResource in org.apache.sshd.common.signature
Subinterfaces of NamedResource in org.apache.sshd.common.signatureClasses in org.apache.sshd.common.signature that implement NamedResourceModifier and TypeClassDescriptionenumProvides easy access to the currently implemented signatures -
Uses of NamedResource in org.apache.sshd.common.util.io.resource
Subinterfaces of NamedResource in org.apache.sshd.common.util.io.resourceClasses in org.apache.sshd.common.util.io.resource that implement NamedResourceModifier and TypeClassDescriptionclassTODO Add javadocclassTODO Add javadocclassclassclass -
Uses of NamedResource in org.apache.sshd.common.util.security
Subinterfaces of NamedResource in org.apache.sshd.common.util.securityModifier and TypeInterfaceDescriptioninterfaceinterfaceClasses in org.apache.sshd.common.util.security that implement NamedResourceMethods in org.apache.sshd.common.util.security with parameters of type NamedResourceModifier and TypeMethodDescriptionSecurityUtils.loadKeyPairIdentities(SessionContext session, NamedResource resourceKey, InputStream inputStream, FilePasswordProvider provider) -
Uses of NamedResource in org.apache.sshd.common.util.security.bouncycastle
Classes in org.apache.sshd.common.util.security.bouncycastle that implement NamedResourceModifier and TypeClassDescriptionfinal classBouncyCastleRandom.final classNamed factory for the BouncyCastleRandomclassMethods in org.apache.sshd.common.util.security.bouncycastle with parameters of type NamedResourceModifier and TypeMethodDescriptionprotected voidBouncyCastleGeneratorHostKeyProvider.doWriteKeyPair(NamedResource resourceKey, KeyPair kp, OutputStream outputStream) BouncyCastleKeyPairResourceParser.extractKeyPairs(SessionContext session, NamedResource resourceKey, String beginMarker, String endMarker, FilePasswordProvider passwordProvider, InputStream stream, Map<String, String> headers) BouncyCastleKeyPairResourceParser.extractKeyPairs(SessionContext session, NamedResource resourceKey, String beginMarker, String endMarker, FilePasswordProvider passwordProvider, List<String> lines, Map<String, String> headers) static KeyPairBouncyCastleKeyPairResourceParser.loadKeyPair(SessionContext session, NamedResource resourceKey, InputStream inputStream, FilePasswordProvider provider) -
Uses of NamedResource in org.apache.sshd.common.util.security.eddsa
Classes in org.apache.sshd.common.util.security.eddsa that implement NamedResourceMethods in org.apache.sshd.common.util.security.eddsa with parameters of type NamedResourceModifier and TypeMethodDescriptionEd25519PEMResourceKeyParser.extractKeyPairs(SessionContext session, NamedResource resourceKey, String beginMarker, String endMarker, FilePasswordProvider passwordProvider, InputStream stream, Map<String, String> headers) -
Uses of NamedResource in org.apache.sshd.putty
Methods in org.apache.sshd.putty with parameters of type NamedResourceModifier and TypeMethodDescriptionbooleanAbstractPuttyKeyDecoder.canExtractKeyPairs(NamedResource resourceKey, List<String> lines) default booleanPuttyKeyPairResourceParser.canExtractKeyPairs(NamedResource resourceKey, List<String> lines) AbstractPuttyKeyDecoder.extractDataLines(NamedResource resourceKey, List<String> lines, int startIndex, String hdrName, String hdrValue, List<String> curLines) AbstractPuttyKeyDecoder.loadKeyPairs(NamedResource resourceKey, int formatVersion, byte[] pubData, byte[] prvData, Map<String, String> headers) AbstractPuttyKeyDecoder.loadKeyPairs(NamedResource resourceKey, int formatVersion, InputStream pubData, InputStream prvData, Map<String, String> headers) abstract Collection<KeyPair> AbstractPuttyKeyDecoder.loadKeyPairs(NamedResource resourceKey, int formatVersion, PuttyKeyReader pubReader, PuttyKeyReader prvReader, Map<String, String> headers) AbstractPuttyKeyDecoder.loadKeyPairs(SessionContext session, NamedResource resourceKey, int formatVersion, String pubData, String prvData, String prvEncryption, FilePasswordProvider passwordProvider, Map<String, String> headers) AbstractPuttyKeyDecoder.loadKeyPairs(SessionContext session, NamedResource resourceKey, int formatVersion, List<String> pubLines, List<String> prvLines, String prvEncryption, FilePasswordProvider passwordProvider, Map<String, String> headers) AbstractPuttyKeyDecoder.loadKeyPairs(SessionContext session, NamedResource resourceKey, FilePasswordProvider passwordProvider, List<String> lines) DSSPuttyKeyDecoder.loadKeyPairs(NamedResource resourceKey, int formatVersion, PuttyKeyReader pubReader, PuttyKeyReader prvReader, Map<String, String> headers) ECDSAPuttyKeyDecoder.loadKeyPairs(NamedResource resourceKey, int formatVersion, PuttyKeyReader pubReader, PuttyKeyReader prvReader, Map<String, String> headers) EdDSAPuttyKeyDecoder.loadKeyPairs(NamedResource resourceKey, int formatVersion, PuttyKeyReader pubReader, PuttyKeyReader prvReader, Map<String, String> headers) RSAPuttyKeyDecoder.loadKeyPairs(NamedResource resourceKey, int formatVersion, PuttyKeyReader pubReader, PuttyKeyReader prvReader, Map<String, String> headers) -
Uses of NamedResource in org.apache.sshd.scp.common.helpers
Classes in org.apache.sshd.scp.common.helpers that implement NamedResourceModifier and TypeClassDescriptionclassclassHolds the details of a "Dmmmm" command - e.g., "D0755 0 dirname" classHolds the details of a "Cmmmm" command - e.g., "C0644 299 file1.txt" -
Uses of NamedResource in org.apache.sshd.server.auth
Subinterfaces of NamedResource in org.apache.sshd.server.authModifier and TypeInterfaceDescriptioninterfaceServer side authentication mechanism.interfaceClasses in org.apache.sshd.server.auth that implement NamedResourceModifier and TypeClassDescriptionclassclassenumProvides a centralized location for the default built-in authentication factoriesclassTODO Add javadocclass -
Uses of NamedResource in org.apache.sshd.server.auth.gss
Classes in org.apache.sshd.server.auth.gss that implement NamedResourceModifier and TypeClassDescriptionclassPrototype user authentication handling gssapi-with-mic.classFactory class. -
Uses of NamedResource in org.apache.sshd.server.auth.hostbased
Classes in org.apache.sshd.server.auth.hostbased that implement NamedResource -
Uses of NamedResource in org.apache.sshd.server.auth.keyboard
Classes in org.apache.sshd.server.auth.keyboard that implement NamedResourceModifier and TypeClassDescriptionclassIssue a "keyboard-interactive" command according to RFC4256class -
Uses of NamedResource in org.apache.sshd.server.auth.password
Classes in org.apache.sshd.server.auth.password that implement NamedResourceModifier and TypeClassDescriptionclassImplements the server-side "password" authentication mechanismclass -
Uses of NamedResource in org.apache.sshd.server.auth.pubkey
Classes in org.apache.sshd.server.auth.pubkey that implement NamedResourceModifier and TypeClassDescriptionclassTODO Add javadocclass -
Uses of NamedResource in org.apache.sshd.server.channel
Classes in org.apache.sshd.server.channel that implement NamedResource -
Uses of NamedResource in org.apache.sshd.server.config.keys
Methods in org.apache.sshd.server.config.keys with parameters of type NamedResourceModifier and TypeMethodDescriptionstatic StringServerIdentity.getIdentityFileName(NamedResource r) -
Uses of NamedResource in org.apache.sshd.server.forward
Classes in org.apache.sshd.server.forward that implement NamedResourceModifier and TypeClassDescriptionclassclassstatic enumThe type of requested connection forwarding.static class -
Uses of NamedResource in org.apache.sshd.server.kex
Classes in org.apache.sshd.server.kex that implement NamedResourceModifier and TypeClassDescriptionclassclassclass -
Uses of NamedResource in org.apache.sshd.server.keyprovider
Methods in org.apache.sshd.server.keyprovider with parameters of type NamedResourceModifier and TypeMethodDescriptionAbstractGeneratorHostKeyProvider.doReadKeyPairs(SessionContext session, NamedResource resourceKey, InputStream inputStream) SimpleGeneratorHostKeyProvider.doReadKeyPairs(SessionContext session, NamedResource resourceKey, InputStream inputStream) protected abstract voidAbstractGeneratorHostKeyProvider.doWriteKeyPair(NamedResource resourceKey, KeyPair kp, OutputStream outputStream) protected voidSimpleGeneratorHostKeyProvider.doWriteKeyPair(NamedResource resourceKey, KeyPair kp, OutputStream outputStream) private booleanSimpleGeneratorHostKeyProvider.isJavaSerialization(BufferedInputStream in, NamedResource resourceKey) -
Uses of NamedResource in org.apache.sshd.server.session
Classes in org.apache.sshd.server.session that implement NamedResourceModifier and TypeClassDescriptionclassclass -
Uses of NamedResource in org.apache.sshd.server.subsystem
Subinterfaces of NamedResource in org.apache.sshd.server.subsystem -
Uses of NamedResource in org.apache.sshd.sftp.client
Subinterfaces of NamedResource in org.apache.sshd.sftp.clientModifier and TypeInterfaceDescriptioninterfaceProvides both structured and raw SFTP accessinterfaceClasses in org.apache.sshd.sftp.client that implement NamedResource -
Uses of NamedResource in org.apache.sshd.sftp.client.extensions
Subinterfaces of NamedResource in org.apache.sshd.sftp.client.extensionsModifier and TypeInterfaceDescriptioninterfaceinterfaceinterfaceImplements the "copy-data" extensioninterfaceinterfaceImplements "filename-translation-control" extensioninterfaceinterfaceinterfaceinterfaceinterfaceImplements the "space-available" extensionClasses in org.apache.sshd.sftp.client.extensions that implement NamedResource -
Uses of NamedResource in org.apache.sshd.sftp.client.extensions.helpers
Classes in org.apache.sshd.sftp.client.extensions.helpers that implement NamedResourceModifier and TypeClassDescriptionclassclassclassclassImplements "check-file-handle" extensionclassImplements "check-file-name" extensionclassImplements the "copy-data" extensionclassImplements the "copy-file" extensionclassImplements "filename-translation-control" extension commandclassImplements "md5-hash" extensionclassImplements "md5-hash-handle" extensionclassImplements "space-available" extension -
Uses of NamedResource in org.apache.sshd.sftp.client.extensions.openssh
Subinterfaces of NamedResource in org.apache.sshd.sftp.client.extensions.opensshModifier and TypeInterfaceDescriptioninterfaceImplements the "fsync@openssh.com" extensioninterfaceinterfaceImplements the "posix-rename@openssh.com" extensioninterfaceImplements the "fstatvfs@openssh.com" extension commandinterfaceImplements the "statvfs@openssh.com" extension command -
Uses of NamedResource in org.apache.sshd.sftp.client.extensions.openssh.helpers
Classes in org.apache.sshd.sftp.client.extensions.openssh.helpers that implement NamedResourceModifier and TypeClassDescriptionclassclassclassclassclassclass -
Uses of NamedResource in org.apache.sshd.sftp.client.fs
Classes in org.apache.sshd.sftp.client.fs that implement NamedResource -
Uses of NamedResource in org.apache.sshd.sftp.client.impl
Classes in org.apache.sshd.sftp.client.impl that implement NamedResource -
Uses of NamedResource in org.apache.sshd.sftp.common
Classes in org.apache.sshd.sftp.common that implement NamedResourceModifier and TypeClassDescriptionenumSome universal identifiers used in owner and/or group specification strings -
Uses of NamedResource in org.apache.sshd.sftp.common.extensions
Subinterfaces of NamedResource in org.apache.sshd.sftp.common.extensionsClasses in org.apache.sshd.sftp.common.extensions that implement NamedResourceModifier and TypeClassDescriptionclassclassclassParses the "filename-charset" extensionclassclassParses the "supported2" extension as defined in DRAFT 13 section 5.4classParses the "supported" extension as defined in DRAFT 05 - section 4.4classclass -
Uses of NamedResource in org.apache.sshd.sftp.common.extensions.openssh
Classes in org.apache.sshd.sftp.common.extensions.openssh that implement NamedResourceModifier and TypeClassDescriptionclassBase class for variousXXX@openssh.comextension data reportsstatic classclassclassclassclassclassReplicates the functionality of the existingSSH_FXP_SETSTAToperation but does not follow symbolic linksclassclass -
Uses of NamedResource in org.apache.sshd.sftp.server
Classes in org.apache.sshd.sftp.server that implement NamedResource