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 interfaceBuiltinFactory<T>A named optional factory.Fields in org.apache.sshd.common declared as OptionalFeature Modifier and Type Field Description static OptionalFeatureOptionalFeature. FALSEstatic OptionalFeatureOptionalFeature. TRUEMethods in org.apache.sshd.common with type parameters of type OptionalFeature Modifier and Type Method Description static <E extends NamedResource & OptionalFeature>
java.util.List<E>NamedFactory. setUpBuiltinFactories(boolean ignoreUnsupported, java.util.Collection<? extends E> preferred)Filters out unsupported factories from a given list ifignoreUnsupported == true.static <S extends OptionalFeature,E extends NamedResource>
java.util.List<E>NamedFactory. setUpTransformedFactories(boolean ignoreUnsupported, java.util.Collection<? extends S> preferred, java.util.function.Function<? super S,? extends E> xform)Converts a list of factories to a list of transformed factories, optionally excluding unsupported factories.Methods in org.apache.sshd.common that return OptionalFeature Modifier and Type Method Description static OptionalFeatureOptionalFeature. all(java.util.Collection<? extends OptionalFeature> features)static OptionalFeatureOptionalFeature. any(java.util.Collection<? extends OptionalFeature> features)static OptionalFeatureOptionalFeature. of(boolean supported)Method parameters in org.apache.sshd.common with type arguments of type OptionalFeature Modifier and Type Method Description static OptionalFeatureOptionalFeature. all(java.util.Collection<? extends OptionalFeature> features)static OptionalFeatureOptionalFeature. any(java.util.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 interfaceCipherFactoryClasses in org.apache.sshd.common.cipher that implement OptionalFeature Modifier and Type Class Description classBuiltinCiphersProvides easy access to the currently implemented ciphersclassECCurvesUtilities 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 interfaceCompressionFactoryClasses in org.apache.sshd.common.compression that implement OptionalFeature Modifier and Type Class Description classBuiltinCompressions -
Uses of OptionalFeature in org.apache.sshd.common.config
Classes in org.apache.sshd.common.config that implement OptionalFeature Modifier and Type Class Description classCompressionConfigValueProvides a "bridge" between the configuration values and the actualNamedFactoryfor 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 interfaceIdentityRepresents 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 classBuiltinIdentities -
Uses of OptionalFeature in org.apache.sshd.common.digest
Subinterfaces of OptionalFeature in org.apache.sshd.common.digest Modifier and Type Interface Description interfaceDigestFactoryClasses in org.apache.sshd.common.digest that implement OptionalFeature Modifier and Type Class Description classBuiltinDigestsProvides 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 classBuiltinIoServiceFactoryFactories -
Uses of OptionalFeature in org.apache.sshd.common.kex
Subinterfaces of OptionalFeature in org.apache.sshd.common.kex Modifier and Type Interface Description interfaceDHFactoryClasses in org.apache.sshd.common.kex that implement OptionalFeature Modifier and Type Class Description classBuiltinDHFactoriesclassBuiltinKEMAll built in key encapsulation methods (KEM).(package private) static classMLKEM.ParametersclassMontgomeryCurveProvides 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.mac Modifier and Type Interface Description interfaceMacFactoryClasses in org.apache.sshd.common.mac that implement OptionalFeature Modifier and Type Class Description classBuiltinMacsProvides 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 interfaceRandomFactoryClasses in org.apache.sshd.common.random that implement OptionalFeature Modifier and Type Class Description classAbstractRandomFactoryclassJceRandomFactoryNamed factory for the JCERandomclassSingletonRandomFactoryA 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 interfaceSignatureFactoryClasses in org.apache.sshd.common.signature that implement OptionalFeature Modifier and Type Class Description classBuiltinSignaturesProvides 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 interfaceSecurityProviderRegistrarClasses in org.apache.sshd.common.util.security that implement OptionalFeature Modifier and Type Class Description classAbstractSecurityProviderRegistrarclassSunJCESecurityProviderRegistrarThis is registrar ensures that even if other registrars are active, we still use the Java built-in security provider at least for some security entities. -
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 classBouncyCastleRandomFactoryNamed factory for the BouncyCastleRandomclassBouncyCastleSecurityProviderRegistrar -
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 classEdDSASecurityProviderRegistrar -
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 interfaceCheckFileHandleExtensioninterfaceCheckFileNameExtensioninterfaceCopyDataExtensionImplements the "copy-data" extensioninterfaceCopyFileExtensioninterfaceFilenameTranslationControlExtensionImplements "filename-translation-control" extensioninterfaceMD5FileExtensioninterfaceMD5HandleExtensioninterfaceSftpClientExtensioninterfaceSpaceAvailableExtensionImplements 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 classAbstractCheckFileExtensionclassAbstractMD5HashExtensionclassAbstractSftpClientExtensionclassCheckFileHandleExtensionImplImplements "check-file-handle" extensionclassCheckFileNameExtensionImplImplements "check-file-name" extensionclassCopyDataExtensionImplImplements the "copy-data" extensionclassCopyFileExtensionImplImplements the "copy-file" extensionclassFilenameTranslationControlExtensionImplImplements "filename-translation-control" extension commandclassMD5FileExtensionImplImplements "md5-hash" extensionclassMD5HandleExtensionImplImplements "md5-hash-handle" extensionclassSpaceAvailableExtensionImplImplements "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 interfaceOpenSSHFsyncExtensionImplements the "fsync@openssh.com" extensioninterfaceOpenSSHLimitsExtensioninterfaceOpenSSHPosixRenameExtensionImplements the "posix-rename@openssh.com" extensioninterfaceOpenSSHStatHandleExtensionImplements the "fstatvfs@openssh.com" extension commandinterfaceOpenSSHStatPathExtensionImplements 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 classAbstractOpenSSHStatCommandExtensionclassOpenSSHFsyncExtensionImplclassOpenSSHLimitsExtensionImplclassOpenSSHPosixRenameExtensionImplclassOpenSSHStatHandleExtensionImplclassOpenSSHStatPathExtensionImpl -
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 java.util.NavigableMap<java.lang.String,OptionalFeature>AbstractSftpSubsystemHelper. DEFAULT_SUPPORTED_CLIENT_EXTENSIONSThe 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 java.util.Map<java.lang.String,OptionalFeature>AbstractSftpSubsystemHelper. getSupportedClientExtensions(ServerSession session)
-