Uses of Interface
org.apache.sshd.common.OptionalFeature
-
-
Uses of OptionalFeature in org.apache.sshd.common
Subinterfaces of OptionalFeature in org.apache.sshd.common Modifier and Type Interface Description interface
BuiltinFactory<T>
A named optional factory.Fields in org.apache.sshd.common declared as OptionalFeature Modifier and Type Field Description static OptionalFeature
OptionalFeature. FALSE
static OptionalFeature
OptionalFeature. TRUE
Methods in org.apache.sshd.common with type parameters of type OptionalFeature Modifier and Type Method Description 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 OptionalFeature Modifier and Type Method Description static 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 OptionalFeature Modifier and Type Method Description static 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.cipher Modifier and Type Interface Description interface
CipherFactory
Classes in org.apache.sshd.common.cipher that implement OptionalFeature Modifier and Type Class Description class
BuiltinCiphers
Provides easy access to the currently implemented ciphersclass
ECCurves
Utilities for working with elliptic curves. -
Uses of OptionalFeature in org.apache.sshd.common.compression
Subinterfaces of OptionalFeature in org.apache.sshd.common.compression Modifier and Type Interface Description interface
CompressionFactory
Classes in org.apache.sshd.common.compression that implement OptionalFeature Modifier and Type Class Description class
BuiltinCompressions
-
Uses of OptionalFeature in org.apache.sshd.common.config
Classes in org.apache.sshd.common.config that implement OptionalFeature Modifier and Type Class Description class
CompressionConfigValue
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.keys Modifier and Type Interface Description interface
Identity
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 Modifier and Type Class Description class
BuiltinIdentities
-
Uses of OptionalFeature in org.apache.sshd.common.digest
Subinterfaces of OptionalFeature in org.apache.sshd.common.digest Modifier and Type Interface Description interface
DigestFactory
Classes in org.apache.sshd.common.digest that implement OptionalFeature Modifier and Type Class Description class
BuiltinDigests
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 Modifier and Type Class Description class
BuiltinIoServiceFactoryFactories
-
Uses of OptionalFeature in org.apache.sshd.common.kex
Subinterfaces of OptionalFeature in org.apache.sshd.common.kex Modifier and Type Interface Description interface
DHFactory
Classes in org.apache.sshd.common.kex that implement OptionalFeature Modifier and Type Class Description class
BuiltinDHFactories
-
Uses of OptionalFeature in org.apache.sshd.common.mac
Subinterfaces of OptionalFeature in org.apache.sshd.common.mac Modifier and Type Interface Description interface
MacFactory
Classes in org.apache.sshd.common.mac that implement OptionalFeature Modifier and Type Class Description class
BuiltinMacs
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.random Modifier and Type Interface Description interface
RandomFactory
Classes in org.apache.sshd.common.random that implement OptionalFeature Modifier and Type Class Description class
AbstractRandomFactory
class
JceRandomFactory
Named factory for the JCERandom
class
SingletonRandomFactory
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.signature Modifier and Type Interface Description interface
SignatureFactory
Classes in org.apache.sshd.common.signature that implement OptionalFeature Modifier and Type Class Description class
BuiltinSignatures
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.security Modifier and Type Interface Description interface
SecurityProviderRegistrar
Classes in org.apache.sshd.common.util.security that implement OptionalFeature Modifier and Type Class Description class
AbstractSecurityProviderRegistrar
-
Uses of OptionalFeature in org.apache.sshd.common.util.security.bouncycastle
Classes in org.apache.sshd.common.util.security.bouncycastle that implement OptionalFeature Modifier and Type Class Description class
BouncyCastleRandomFactory
Named factory for the BouncyCastleRandom
class
BouncyCastleSecurityProviderRegistrar
-
Uses of OptionalFeature in org.apache.sshd.common.util.security.eddsa
Classes in org.apache.sshd.common.util.security.eddsa that implement OptionalFeature Modifier and Type Class Description class
EdDSASecurityProviderRegistrar
-
Uses of OptionalFeature in org.apache.sshd.sftp.client.extensions
Subinterfaces of OptionalFeature in org.apache.sshd.sftp.client.extensions Modifier and Type Interface Description interface
CheckFileHandleExtension
interface
CheckFileNameExtension
interface
CopyDataExtension
Implements the "copy-data" extensioninterface
CopyFileExtension
interface
FilenameTranslationControlExtension
Implements "filename-translation-control" extensioninterface
MD5FileExtension
interface
MD5HandleExtension
interface
SftpClientExtension
interface
SpaceAvailableExtension
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 OptionalFeature Modifier and Type Class Description class
AbstractCheckFileExtension
class
AbstractMD5HashExtension
class
AbstractSftpClientExtension
class
CheckFileHandleExtensionImpl
Implements "check-file-handle" extensionclass
CheckFileNameExtensionImpl
Implements "check-file-name" extensionclass
CopyDataExtensionImpl
Implements the "copy-data" extensionclass
CopyFileExtensionImpl
Implements the "copy-file" extensionclass
FilenameTranslationControlExtensionImpl
Implements "filename-translation-control" extension commandclass
MD5FileExtensionImpl
Implements "md5-hash" extensionclass
MD5HandleExtensionImpl
Implements "md5-hash-handle" extensionclass
SpaceAvailableExtensionImpl
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.openssh Modifier and Type Interface Description interface
OpenSSHFsyncExtension
Implements the "fsync@openssh.com" extensioninterface
OpenSSHPosixRenameExtension
Implements the "posix-rename@openssh.com" extensioninterface
OpenSSHStatHandleExtension
Implements the "fstatvfs@openssh.com" extension commandinterface
OpenSSHStatPathExtension
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 OptionalFeature Modifier and Type Class Description class
AbstractOpenSSHStatCommandExtension
class
OpenSSHFsyncExtensionImpl
class
OpenSSHPosixRenameExtensionImpl
class
OpenSSHStatHandleExtensionImpl
class
OpenSSHStatPathExtensionImpl
-
Uses of OptionalFeature in org.apache.sshd.sftp.server
Fields in org.apache.sshd.sftp.server with type parameters of type OptionalFeature Modifier and Type Field Description static 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 OptionalFeature Modifier and Type Method Description protected Map<String,OptionalFeature>
AbstractSftpSubsystemHelper. getSupportedClientExtensions(ServerSession session)
-