Modifier and Type | Interface and Description |
---|---|
interface |
BuiltinFactory<T>
A named optional factory.
|
Modifier and Type | Field and Description |
---|---|
static OptionalFeature |
OptionalFeature.FALSE |
static OptionalFeature |
OptionalFeature.TRUE |
Modifier and Type | Method and Description |
---|---|
static <E extends NamedResource & OptionalFeature> |
NamedFactory.setUpBuiltinFactories(boolean ignoreUnsupported,
Collection<? extends E> preferred) |
static <S extends OptionalFeature,E extends NamedResource> |
NamedFactory.setUpTransformedFactories(boolean ignoreUnsupported,
Collection<? extends S> preferred,
Function<? super S,? extends E> xform) |
Modifier and Type | Method and Description |
---|---|
static OptionalFeature |
OptionalFeature.all(Collection<? extends OptionalFeature> features) |
static OptionalFeature |
OptionalFeature.any(Collection<? extends OptionalFeature> features) |
static OptionalFeature |
OptionalFeature.of(boolean supported) |
Modifier and Type | Method and Description |
---|---|
static OptionalFeature |
OptionalFeature.all(Collection<? extends OptionalFeature> features) |
static OptionalFeature |
OptionalFeature.any(Collection<? extends OptionalFeature> features) |
Modifier and Type | Interface and Description |
---|---|
interface |
CipherFactory |
Modifier and Type | Class and Description |
---|---|
class |
BuiltinCiphers
Provides easy access to the currently implemented ciphers
|
class |
ECCurves
Utilities for working with elliptic curves.
|
Modifier and Type | Interface and Description |
---|---|
interface |
CompressionFactory |
Modifier and Type | Class and Description |
---|---|
class |
BuiltinCompressions |
Modifier and Type | Class and Description |
---|---|
class |
CompressionConfigValue
Provides a "bridge" between the configuration values and the actual
NamedFactory for the Compression . |
Modifier and Type | Interface and Description |
---|---|
interface |
Identity
Represents an SSH key type - the referenced algorithm is the one used to generate the key - e.g., "RSA",
"DSA", "EC".
|
Modifier and Type | Class and Description |
---|---|
class |
BuiltinIdentities |
Modifier and Type | Interface and Description |
---|---|
interface |
DigestFactory |
Modifier and Type | Class and Description |
---|---|
class |
BuiltinDigests
Provides easy access to the currently implemented digests
|
Modifier and Type | Class and Description |
---|---|
class |
BuiltinIoServiceFactoryFactories |
Modifier and Type | Interface and Description |
---|---|
interface |
DHFactory |
Modifier and Type | Class and Description |
---|---|
class |
BuiltinDHFactories |
class |
MontgomeryCurve
Provides implementation details for Montgomery curves and their key exchange algorithms Curve25519/X25519 and
Curve448/X448 specified in RFC 7748 and RFC 8731.
|
Modifier and Type | Interface and Description |
---|---|
interface |
MacFactory |
Modifier and Type | Class and Description |
---|---|
class |
BuiltinMacs
Provides easy access to the currently implemented macs
|
Modifier and Type | Interface and Description |
---|---|
interface |
RandomFactory |
Modifier and Type | Class and Description |
---|---|
class |
AbstractRandomFactory |
class |
JceRandomFactory
Named factory for the JCE
Random |
class |
SingletonRandomFactory
A random factory wrapper that uses a single random instance.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SignatureFactory |
Modifier and Type | Class and Description |
---|---|
class |
BuiltinSignatures
Provides easy access to the currently implemented signatures
|
Modifier and Type | Interface and Description |
---|---|
interface |
SecurityProviderRegistrar |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSecurityProviderRegistrar |
Modifier and Type | Class and Description |
---|---|
class |
BouncyCastleRandomFactory
Named factory for the BouncyCastle
Random |
class |
BouncyCastleSecurityProviderRegistrar |
Modifier and Type | Class and Description |
---|---|
class |
EdDSASecurityProviderRegistrar |
Modifier and Type | Interface and Description |
---|---|
interface |
CheckFileHandleExtension |
interface |
CheckFileNameExtension |
interface |
CopyDataExtension
Implements the "copy-data" extension
|
interface |
CopyFileExtension |
interface |
FilenameTranslationControlExtension
Implements "filename-translation-control" extension
|
interface |
MD5FileExtension |
interface |
MD5HandleExtension |
interface |
SftpClientExtension |
interface |
SpaceAvailableExtension
Implements the "space-available" extension
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCheckFileExtension |
class |
AbstractMD5HashExtension |
class |
AbstractSftpClientExtension |
class |
CheckFileHandleExtensionImpl
Implements "check-file-handle" extension
|
class |
CheckFileNameExtensionImpl
Implements "check-file-name" extension
|
class |
CopyDataExtensionImpl
Implements the "copy-data" extension
|
class |
CopyFileExtensionImpl
Implements the "copy-file" extension
|
class |
FilenameTranslationControlExtensionImpl
Implements "filename-translation-control" extension command
|
class |
MD5FileExtensionImpl
Implements "md5-hash" extension
|
class |
MD5HandleExtensionImpl
Implements "md5-hash-handle" extension
|
class |
SpaceAvailableExtensionImpl
Implements "space-available" extension
|
Modifier and Type | Interface and Description |
---|---|
interface |
OpenSSHFsyncExtension
Implements the "fsync@openssh.com" extension
|
interface |
OpenSSHLimitsExtension |
interface |
OpenSSHPosixRenameExtension
Implements the "posix-rename@openssh.com" extension
|
interface |
OpenSSHStatHandleExtension
Implements the "fstatvfs@openssh.com" extension command
|
interface |
OpenSSHStatPathExtension
Implements the "statvfs@openssh.com" extension command
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractOpenSSHStatCommandExtension |
class |
OpenSSHFsyncExtensionImpl |
class |
OpenSSHLimitsExtensionImpl |
class |
OpenSSHPosixRenameExtensionImpl |
class |
OpenSSHStatHandleExtensionImpl |
class |
OpenSSHStatPathExtensionImpl |
Modifier and Type | Field and Description |
---|---|
static NavigableMap<String,OptionalFeature> |
AbstractSftpSubsystemHelper.DEFAULT_SUPPORTED_CLIENT_EXTENSIONS
The default reported supported client extensions (case insensitive)
|
Modifier and Type | Method and Description |
---|---|
protected Map<String,OptionalFeature> |
AbstractSftpSubsystemHelper.getSupportedClientExtensions(ServerSession session) |
Copyright © 2008–2024 The Apache Software Foundation. All rights reserved.