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 KeyIdentityProvider
SshClient.preloadClientIdentities
(Collection<? extends NamedResource> locations) -
Uses of NamedResource in org.apache.sshd.client.auth
Subinterfaces of NamedResource in org.apache.sshd.client.authModifier and TypeInterfaceDescriptioninterface
Represents a user authentication mechanisminterface
Classes in org.apache.sshd.client.auth that implement NamedResourceModifier and TypeClassDescriptionclass
class
enum
Provides 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 TypeClassDescriptionclass
Manages 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 TypeClassDescriptionclass
Implements 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 TypeClassDescriptionclass
Implements 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 TypeClassDescriptionclass
Provides a common base class for channel request handlers that deal with various "exit-XXX
" requests.class
class
-
Uses of NamedResource in org.apache.sshd.client.config.hosts
Classes in org.apache.sshd.client.config.hosts that implement NamedResourceModifier and TypeClassDescriptionenum
Available 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.locations
Methods 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 String
ClientIdentity.getIdentityFileName
(NamedResource r) boolean
ClientIdentityLoader.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 KeyIdentityProvider
ClientIdentityLoader.asKeyIdentityProvider
(ClientIdentityLoader loader, Collection<? extends NamedResource> locations, FilePasswordProvider passwordProvider, boolean ignoreNonExisting) Uses the providedClientIdentityLoader
to 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 TypeClassDescriptionclass
class
Base 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 TypeClassDescriptionclass
class
-
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 TypeInterfaceDescriptioninterface
A named optional factory.interface
NamedFactory<T>
A named factory is a factory identified by a name.interface
Property<T>
Property definition.interface
Classes in org.apache.sshd.common that implement NamedResourceModifier and TypeClassDescriptionstatic class
static class
static class
static class
static class
static class
Property.EnumProperty<T extends Enum<T>>
static class
static class
static class
static class
static class
Fields in org.apache.sshd.common with type parameters of type NamedResourceModifier and TypeFieldDescriptionstatic final Comparator<NamedResource>
NamedResource.BY_NAME_COMPARATOR
Compares 2NamedResource
s according to theirgetName()
value case insensitivestatic final Function<NamedResource,
String> NamedResource.NAME_EXTRACTOR
Methods 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 int
NamedResource.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 String
NamedResource.getNames
(Collection<? extends NamedResource> resources) -
Uses of NamedResource in org.apache.sshd.common.auth
Subinterfaces of NamedResource in org.apache.sshd.common.authModifier and TypeInterfaceDescriptioninterface
UserAuthInstance<S extends SessionContext>
Represents an authentication-in-progress tracker for a specific sessioninterface
UserAuthMethodFactory<S extends SessionContext,
M extends UserAuthInstance<S>> Represents a user authentication methodClasses in org.apache.sshd.common.auth that implement NamedResourceModifier and TypeClassDescriptionclass
AbstractUserAuthMethodFactory<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 TypeClassDescriptionenum
Provides easy access to the currently implemented ciphersenum
Utilities for working with elliptic curves. -
Uses of NamedResource in org.apache.sshd.common.compression
Subinterfaces of NamedResource in org.apache.sshd.common.compressionModifier and TypeInterfaceDescriptioninterface
Interface used to compress the stream of data between the SSH server and clients.interface
interface
Classes in org.apache.sshd.common.compression that implement NamedResourceModifier and TypeClassDescriptionclass
enum
class
ZLib delayed compression.class
class
ZLib 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 TypeClassDescriptionclass
FactoriesListParseResult<T,
F extends NamedResource> class
NamedFactoriesListParseResult<T,
F extends NamedResource> Holds the result of parsing a list ofNamedFactory
iesclass
NamedResourceListParseResult<R extends NamedResource>
Classes in org.apache.sshd.common.config that implement NamedResourceModifier and TypeClassDescriptionenum
Provides a "bridge" between the configuration values and the actualNamedFactory
for theCompression
. -
Uses of NamedResource in org.apache.sshd.common.config.keys
Subinterfaces of NamedResource in org.apache.sshd.common.config.keysModifier and TypeInterfaceDescriptioninterface
Represents 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 TypeMethodDescriptionFilePasswordProvider.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 PUB
PublicKeyRawDataReader.readPublicKey
(SessionContext session, NamedResource resourceKey, BufferedReader rdr) default PUB
PublicKeyRawDataReader.readPublicKey
(SessionContext session, NamedResource resourceKey, InputStream stream) default PUB
PublicKeyRawDataReader.readPublicKey
(SessionContext session, NamedResource resourceKey, InputStream stream, Charset cs) default PUB
PublicKeyRawDataReader.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 TypeMethodDescriptionboolean
AbstractKeyPairResourceParser.canExtractKeyPairs
(NamedResource resourceKey, List<String> lines) boolean
KeyPairResourceParser.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, String cipherName, byte[] privateDataBytes, String password) byte[]
OpenSSHParserContext.decodePrivateKeyBytes
(SessionContext session, NamedResource resourceKey, String cipherName, 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 PublicKey
OpenSSHKeyPairResourceParser.readPublicKey
(SessionContext session, NamedResource resourceKey, OpenSSHParserContext context, InputStream stream, Map<String, String> headers) protected OpenSSHKdfOptions
OpenSSHKeyPairResourceParser.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, String cipherName, byte[] privateDataBytes, String password) byte[]
RawKdfOptions.decodePrivateKeyBytes
(SessionContext session, NamedResource resourceKey, String cipherName, 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 TypeMethodDescriptionAbstractPEMResourceKeyPairParser.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, byte[] encBytes, PKCS8PrivateKeyInfo pkcs8Info, 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 TypeClassDescriptionenum
Provides 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 enum
Type 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 TypeInterfaceDescriptioninterface
interface
Key exchange algorithm.interface
Classes 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 TypeInterfaceDescriptioninterface
Parses 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 TypeClassDescriptionclass
class
class
class
class
-
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 InputStream
AbstractResourceKeyPairProvider.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 TypeClassDescriptionenum
Provides 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 TypeInterfaceDescriptioninterface
A pseudo random number generator.interface
Classes in org.apache.sshd.common.random that implement NamedResourceModifier and TypeClassDescriptionclass
class
class
ARandom
implementation using the built-inSecureRandom
PRNG.class
Named factory for the JCERandom
class
A 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 TypeClassDescriptionenum
Provides 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 TypeClassDescriptionclass
TODO Add javadocclass
TODO Add javadocclass
class
class
-
Uses of NamedResource in org.apache.sshd.common.util.security
Subinterfaces of NamedResource in org.apache.sshd.common.util.securityModifier and TypeInterfaceDescriptioninterface
interface
Classes 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 class
BouncyCastleRandom
.final class
Named factory for the BouncyCastleRandom
class
Methods in org.apache.sshd.common.util.security.bouncycastle with parameters of type NamedResourceModifier and TypeMethodDescriptionprotected void
BouncyCastleGeneratorHostKeyProvider.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 KeyPair
BouncyCastleKeyPairResourceParser.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 TypeMethodDescriptionboolean
AbstractPuttyKeyDecoder.canExtractKeyPairs
(NamedResource resourceKey, List<String> lines) default boolean
PuttyKeyPairResourceParser.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, byte[] pubData, byte[] prvData, Map<String, String> headers) AbstractPuttyKeyDecoder.loadKeyPairs
(NamedResource resourceKey, InputStream pubData, InputStream prvData, Map<String, String> headers) abstract Collection<KeyPair>
AbstractPuttyKeyDecoder.loadKeyPairs
(NamedResource resourceKey, PuttyKeyReader pubReader, PuttyKeyReader prvReader, Map<String, String> headers) AbstractPuttyKeyDecoder.loadKeyPairs
(SessionContext session, NamedResource resourceKey, String pubData, String prvData, String prvEncryption, FilePasswordProvider passwordProvider, Map<String, String> headers) AbstractPuttyKeyDecoder.loadKeyPairs
(SessionContext session, NamedResource resourceKey, 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, PuttyKeyReader pubReader, PuttyKeyReader prvReader, Map<String, String> headers) ECDSAPuttyKeyDecoder.loadKeyPairs
(NamedResource resourceKey, PuttyKeyReader pubReader, PuttyKeyReader prvReader, Map<String, String> headers) EdDSAPuttyKeyDecoder.loadKeyPairs
(NamedResource resourceKey, PuttyKeyReader pubReader, PuttyKeyReader prvReader, Map<String, String> headers) RSAPuttyKeyDecoder.loadKeyPairs
(NamedResource resourceKey, 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 TypeClassDescriptionclass
class
Holds the details of a "Dmmmm" command - e.g., "D0755 0 dirname" class
Holds 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 TypeInterfaceDescriptioninterface
Server side authentication mechanism.interface
Classes in org.apache.sshd.server.auth that implement NamedResourceModifier and TypeClassDescriptionclass
class
enum
Provides a centralized location for the default built-in authentication factoriesclass
TODO Add javadocclass
-
Uses of NamedResource in org.apache.sshd.server.auth.gss
Classes in org.apache.sshd.server.auth.gss that implement NamedResourceModifier and TypeClassDescriptionclass
Prototype user authentication handling gssapi-with-mic.class
Factory 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 TypeClassDescriptionclass
Issue 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 TypeClassDescriptionclass
Implements 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 TypeClassDescriptionclass
TODO 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 String
ServerIdentity.getIdentityFileName
(NamedResource r) -
Uses of NamedResource in org.apache.sshd.server.forward
Classes in org.apache.sshd.server.forward that implement NamedResourceModifier and TypeClassDescriptionclass
class
static enum
The 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 TypeClassDescriptionclass
class
class
-
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 void
AbstractGeneratorHostKeyProvider.doWriteKeyPair
(NamedResource resourceKey, KeyPair kp, OutputStream outputStream) protected void
SimpleGeneratorHostKeyProvider.doWriteKeyPair
(NamedResource resourceKey, KeyPair kp, OutputStream outputStream) -
Uses of NamedResource in org.apache.sshd.server.session
Classes in org.apache.sshd.server.session that implement NamedResourceModifier and TypeClassDescriptionclass
class
-
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 TypeInterfaceDescriptioninterface
Provides both structured and raw SFTP accessinterface
Classes 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 TypeInterfaceDescriptioninterface
interface
interface
Implements the "copy-data" extensioninterface
interface
Implements "filename-translation-control" extensioninterface
interface
interface
interface
interface
Implements 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 TypeClassDescriptionclass
class
class
class
Implements "check-file-handle" extensionclass
Implements "check-file-name" extensionclass
Implements the "copy-data" extensionclass
Implements the "copy-file" extensionclass
Implements "filename-translation-control" extension commandclass
Implements "md5-hash" extensionclass
Implements "md5-hash-handle" extensionclass
Implements "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 TypeInterfaceDescriptioninterface
Implements the "fsync@openssh.com" extensioninterface
Implements the "posix-rename@openssh.com" extensioninterface
Implements the "fstatvfs@openssh.com" extension commandinterface
Implements 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 TypeClassDescriptionclass
class
class
class
class
-
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 TypeClassDescriptionenum
Some 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 TypeClassDescriptionclass
class
class
Parses the "filename-charset" extensionclass
class
Parses the "supported2" extension as defined in DRAFT 13 section 5.4class
Parses the "supported" extension as defined in DRAFT 05 - section 4.4class
class
-
Uses of NamedResource in org.apache.sshd.sftp.common.extensions.openssh
Classes in org.apache.sshd.sftp.common.extensions.openssh that implement NamedResourceModifier and TypeClassDescriptionclass
Base class for variousXXX@openssh.com
extension data reportsstatic class
class
class
class
class
Replicates the functionality of the existingSSH_FXP_SETSTAT
operation but does not follow symbolic linksclass
class
-
Uses of NamedResource in org.apache.sshd.sftp.server
Classes in org.apache.sshd.sftp.server that implement NamedResource