Uses of Interface
org.apache.sshd.common.OptionalFeature
Packages that use OptionalFeature
Package
Description
Cipher
implementations.Compression
implementations.Digest
implementations.Mac
implementations.Random
implementations.Signature
implementations.-
Uses of OptionalFeature in org.apache.sshd.common
Subinterfaces of OptionalFeature in org.apache.sshd.commonFields in org.apache.sshd.common declared as OptionalFeatureModifier and TypeFieldDescriptionstatic final OptionalFeature
OptionalFeature.FALSE
static final OptionalFeature
OptionalFeature.TRUE
Methods in org.apache.sshd.common with type parameters of type OptionalFeatureModifier and TypeMethodDescriptionstatic <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 OptionalFeatureModifier and TypeMethodDescriptionstatic OptionalFeature
OptionalFeature.all
(Collection<? extends OptionalFeature> features) static OptionalFeature
OptionalFeature.any
(Collection<? extends OptionalFeature> features) static OptionalFeature
OptionalFeature.of
(boolean supported) Method parameters in org.apache.sshd.common with type arguments of type OptionalFeatureModifier and TypeMethodDescriptionstatic OptionalFeature
OptionalFeature.all
(Collection<? extends OptionalFeature> features) static OptionalFeature
OptionalFeature.any
(Collection<? extends OptionalFeature> features) -
Uses of OptionalFeature in org.apache.sshd.common.cipher
Subinterfaces of OptionalFeature in org.apache.sshd.common.cipherClasses in org.apache.sshd.common.cipher that implement OptionalFeatureModifier and TypeClassDescriptionenum
Provides easy access to the currently implemented ciphersenum
Utilities for working with elliptic curves. -
Uses of OptionalFeature in org.apache.sshd.common.compression
Subinterfaces of OptionalFeature in org.apache.sshd.common.compressionClasses in org.apache.sshd.common.compression that implement OptionalFeature -
Uses of OptionalFeature in org.apache.sshd.common.config
Classes in org.apache.sshd.common.config that implement OptionalFeatureModifier and TypeClassDescriptionenum
Provides a "bridge" between the configuration values and the actualNamedFactory
for theCompression
. -
Uses of OptionalFeature in org.apache.sshd.common.config.keys
Subinterfaces of OptionalFeature 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 OptionalFeature -
Uses of OptionalFeature in org.apache.sshd.common.digest
Subinterfaces of OptionalFeature in org.apache.sshd.common.digestClasses in org.apache.sshd.common.digest that implement OptionalFeatureModifier and TypeClassDescriptionenum
Provides easy access to the currently implemented digests -
Uses of OptionalFeature in org.apache.sshd.common.io
Classes in org.apache.sshd.common.io that implement OptionalFeature -
Uses of OptionalFeature in org.apache.sshd.common.kex
Subinterfaces of OptionalFeature in org.apache.sshd.common.kexClasses in org.apache.sshd.common.kex that implement OptionalFeatureModifier and TypeClassDescriptionenum
enum
Provides implementation details for Montgomery curves and their key exchange algorithms Curve25519/X25519 and Curve448/X448 specified in RFC 7748 and RFC 8731. -
Uses of OptionalFeature in org.apache.sshd.common.mac
Subinterfaces of OptionalFeature in org.apache.sshd.common.macClasses in org.apache.sshd.common.mac that implement OptionalFeatureModifier and TypeClassDescriptionenum
Provides easy access to the currently implemented macs -
Uses of OptionalFeature in org.apache.sshd.common.random
Subinterfaces of OptionalFeature in org.apache.sshd.common.randomClasses in org.apache.sshd.common.random that implement OptionalFeatureModifier and TypeClassDescriptionclass
class
Named factory for the JCERandom
class
A random factory wrapper that uses a single random instance. -
Uses of OptionalFeature in org.apache.sshd.common.signature
Subinterfaces of OptionalFeature in org.apache.sshd.common.signatureClasses in org.apache.sshd.common.signature that implement OptionalFeatureModifier and TypeClassDescriptionenum
Provides easy access to the currently implemented signatures -
Uses of OptionalFeature in org.apache.sshd.common.util.security
Subinterfaces of OptionalFeature in org.apache.sshd.common.util.securityClasses in org.apache.sshd.common.util.security that implement OptionalFeature -
Uses of OptionalFeature in org.apache.sshd.common.util.security.bouncycastle
Classes in org.apache.sshd.common.util.security.bouncycastle that implement OptionalFeatureModifier and TypeClassDescriptionfinal class
Named factory for the BouncyCastleRandom
class
-
Uses of OptionalFeature in org.apache.sshd.common.util.security.eddsa
Classes in org.apache.sshd.common.util.security.eddsa that implement OptionalFeature -
Uses of OptionalFeature in org.apache.sshd.sftp.client.extensions
Subinterfaces of OptionalFeature 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
Implements the "space-available" extension -
Uses of OptionalFeature in org.apache.sshd.sftp.client.extensions.helpers
Classes in org.apache.sshd.sftp.client.extensions.helpers that implement OptionalFeatureModifier 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 OptionalFeature in org.apache.sshd.sftp.client.extensions.openssh
Subinterfaces of OptionalFeature in org.apache.sshd.sftp.client.extensions.opensshModifier and TypeInterfaceDescriptioninterface
Implements the "fsync@openssh.com" extensioninterface
interface
Implements the "posix-rename@openssh.com" extensioninterface
Implements the "fstatvfs@openssh.com" extension commandinterface
Implements the "statvfs@openssh.com" extension command -
Uses of OptionalFeature in org.apache.sshd.sftp.client.extensions.openssh.helpers
Classes in org.apache.sshd.sftp.client.extensions.openssh.helpers that implement OptionalFeatureModifier and TypeClassDescriptionclass
class
class
class
class
class
-
Uses of OptionalFeature in org.apache.sshd.sftp.server
Fields in org.apache.sshd.sftp.server with type parameters of type OptionalFeatureModifier and TypeFieldDescriptionstatic final NavigableMap
<String, OptionalFeature> AbstractSftpSubsystemHelper.DEFAULT_SUPPORTED_CLIENT_EXTENSIONS
The default reported supported client extensions (case insensitive)Methods in org.apache.sshd.sftp.server that return types with arguments of type OptionalFeatureModifier and TypeMethodDescriptionprotected Map
<String, OptionalFeature> AbstractSftpSubsystemHelper.getSupportedClientExtensions
(ServerSession session)