Uses of Interface
org.apache.sshd.common.OptionalFeature
-
Packages that use OptionalFeature Package Description org.apache.sshd.common org.apache.sshd.common.cipher Cipherimplementations.org.apache.sshd.common.compression Compressionimplementations.org.apache.sshd.common.config org.apache.sshd.common.config.keys org.apache.sshd.common.digest Digestimplementations.org.apache.sshd.common.mac Macimplementations.org.apache.sshd.common.random Randomimplementations.org.apache.sshd.common.signature Signatureimplementations.org.apache.sshd.common.util.security org.apache.sshd.common.util.security.bouncycastle org.apache.sshd.common.util.security.eddsa -
-
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>
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 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 OptionalFeature Modifier and Type Method Description static 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.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.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 classAbstractSecurityProviderRegistrar -
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
-