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 OptionalFeatureOptionalFeature.FALSEstatic final OptionalFeatureOptionalFeature.TRUEMethods 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) Filters out unsupported factories from a given list ifignoreUnsupported == true.static <S extends OptionalFeature,E extends NamedResource>
List<E> NamedFactory.setUpTransformedFactories(boolean ignoreUnsupported, Collection<? extends S> preferred, 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 OptionalFeatureModifier and TypeMethodDescriptionstatic OptionalFeatureOptionalFeature.all(Collection<? extends OptionalFeature> features) static OptionalFeatureOptionalFeature.any(Collection<? extends OptionalFeature> features) static OptionalFeatureOptionalFeature.of(boolean supported) Method parameters in org.apache.sshd.common with type arguments of type OptionalFeatureModifier and TypeMethodDescriptionstatic OptionalFeatureOptionalFeature.all(Collection<? extends OptionalFeature> features) static OptionalFeatureOptionalFeature.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 TypeClassDescriptionenumProvides easy access to the currently implemented ciphersenumUtilities 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 TypeClassDescriptionenumProvides 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.keysModifier and TypeInterfaceDescriptioninterfaceRepresents 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 TypeClassDescriptionenumProvides easy access to the currently implemented digests -
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 TypeClassDescriptionenumProvides 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 TypeClassDescriptionclassclassNamed factory for the JCERandomclassA 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 TypeClassDescriptionenumProvides 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 OptionalFeatureModifier and TypeClassDescriptionclassclassThis 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 OptionalFeatureModifier and TypeClassDescriptionfinal classNamed factory for the BouncyCastleRandomclass -
Uses of OptionalFeature in org.apache.sshd.common.util.security.eddsa
Classes in org.apache.sshd.common.util.security.eddsa that implement OptionalFeature