Uses of Interface
org.apache.sshd.common.NamedResource
-
-
Uses of NamedResource in org.apache.sshd.client.config.hosts
Classes in org.apache.sshd.client.config.hosts that implement NamedResource Modifier and Type Class Description classKnownHostDigestAvailable digesters for known hosts entriesMethods in org.apache.sshd.client.config.hosts with parameters of type NamedResource Modifier and Type Method Description static <A extends Appendable>
AKnownHostHashValue. append(A sb, NamedResource factory, byte[] salt, byte[] digest) -
Uses of NamedResource in org.apache.sshd.client.config.keys
Methods in org.apache.sshd.client.config.keys that return types with arguments of type NamedResource Modifier and Type Method Description Collection<? extends NamedResource>LazyClientKeyIdentityProvider. getLocations()Methods in org.apache.sshd.client.config.keys with parameters of type NamedResource Modifier and Type Method Description static StringClientIdentity. getIdentityFileName(NamedResource r)booleanClientIdentityLoader. isValidLocation(NamedResource location)Iterable<KeyPair>ClientIdentityLoader. loadClientIdentities(SessionContext session, NamedResource location, FilePasswordProvider provider)protected Iterable<KeyPair>LazyClientKeyIdentityProvider. loadClientIdentities(SessionContext session, NamedResource location)Method parameters in org.apache.sshd.client.config.keys with type arguments of type NamedResource Modifier and Type Method Description static KeyIdentityProviderClientIdentityLoader. asKeyIdentityProvider(ClientIdentityLoader loader, Collection<? extends NamedResource> locations, FilePasswordProvider passwordProvider, boolean ignoreNonExisting)Uses the providedClientIdentityLoaderto lazy load the keys locationsConstructor parameters in org.apache.sshd.client.config.keys with type arguments of type NamedResource Constructor Description LazyClientKeyIdentityProvider(ClientIdentityLoader loader, Collection<? extends NamedResource> locations, FilePasswordProvider passwordProvider, boolean ignoreNonExisting) -
Uses of NamedResource in org.apache.sshd.common
Subinterfaces of NamedResource in org.apache.sshd.common Modifier and Type Interface Description interfaceBuiltinFactory<T>A named optional factory.interfaceNamedFactory<T>A named factory is a factory identified by a name.interfaceProperty<T>Property definition.Classes in org.apache.sshd.common that implement NamedResource Modifier and Type Class Description static classProperty.BaseProperty<T>static classProperty.BooleanPropertystatic classProperty.CharsetPropertystatic classProperty.DurationInSecondsPropertystatic classProperty.DurationPropertystatic classProperty.EnumProperty<T extends Enum<T>>static classProperty.IntegerPropertystatic classProperty.LongPropertystatic classProperty.ObjectPropertystatic classProperty.StringPropertystatic classProperty.Validating<T>Fields in org.apache.sshd.common with type parameters of type NamedResource Modifier and Type Field Description static Comparator<NamedResource>NamedResource. BY_NAME_COMPARATORCompares 2NamedResources according to theirgetName()value case insensitivestatic Function<NamedResource,String>NamedResource. NAME_EXTRACTORMethods in org.apache.sshd.common with type parameters of type NamedResource Modifier and Type Method Description static <R extends NamedResource>
RNamedResource. findByName(String name, Comparator<? super String> c, Collection<? extends R> resources)static <R extends NamedResource>
RNamedResource. findFirstMatchByName(Collection<String> names, Comparator<? super String> c, Collection<? extends R> resources)static <R extends NamedResource>
RNamedResource. removeByName(String name, Comparator<? super String> c, Collection<? extends R> resources)Remove the resource identified by the name from the list.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 NamedResource Modifier and Type Method Description static NamedResourceNamedResource. ofName(String name)Wraps a name value inside aNamedResourceMethods in org.apache.sshd.common with parameters of type NamedResource Modifier and Type Method Description static intNamedResource. safeCompareByName(NamedResource r1, NamedResource r2, boolean caseSensitive)Method parameters in org.apache.sshd.common with type arguments of type NamedResource Modifier and Type Method Description static List<String>NamedResource. getNameList(Collection<? extends NamedResource> resources)static StringNamedResource. getNames(Collection<? extends NamedResource> resources) -
Uses of NamedResource in org.apache.sshd.common.auth
Subinterfaces of NamedResource in org.apache.sshd.common.auth Modifier and Type Interface Description interfaceUserAuthInstance<S extends SessionContext>Represents an authentication-in-progress tracker for a specific sessioninterfaceUserAuthMethodFactory<S extends SessionContext,M extends UserAuthInstance<S>>Represents a user authentication method -
Uses of NamedResource in org.apache.sshd.common.cipher
Subinterfaces of NamedResource in org.apache.sshd.common.cipher Modifier and Type Interface Description interfaceCipherFactoryClasses in org.apache.sshd.common.cipher that implement NamedResource Modifier and Type Class Description classBuiltinCiphersProvides easy access to the currently implemented ciphersclassECCurvesUtilities for working with elliptic curves. -
Uses of NamedResource in org.apache.sshd.common.compression
Subinterfaces of NamedResource in org.apache.sshd.common.compression Modifier and Type Interface Description interfaceCompressionInterface used to compress the stream of data between the SSH server and clients.interfaceCompressionFactoryinterfaceCompressionInformationClasses in org.apache.sshd.common.compression that implement NamedResource Modifier and Type Class Description classBaseCompressionclassBuiltinCompressionsclassCompressionDelayedZlibZLib delayed compression.classCompressionNoneclassCompressionZlibZLib based Compression. -
Uses of NamedResource in org.apache.sshd.common.config
Classes in org.apache.sshd.common.config with type parameters of type NamedResource Modifier and Type Class Description classFactoriesListParseResult<T,F extends NamedResource>classNamedFactoriesListParseResult<T,F extends NamedResource>Holds the result of parsing a list ofNamedFactoryiesclassNamedResourceListParseResult<R extends NamedResource>Classes in org.apache.sshd.common.config that implement NamedResource Modifier and Type Class Description classCompressionConfigValueProvides a "bridge" between the configuration values and the actualNamedFactoryfor theCompression. -
Uses of NamedResource in org.apache.sshd.common.config.keys
Subinterfaces of NamedResource 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 NamedResource Modifier and Type Class Description classBuiltinIdentitiesMethods in org.apache.sshd.common.config.keys with parameters of type NamedResource Modifier and Type Method Description StringFilePasswordProvider. getPassword(SessionContext session, NamedResource resourceKey, int retryIndex)default FilePasswordProvider.ResourceDecodeResultFilePasswordProvider. handleDecodeAttemptResult(SessionContext session, NamedResource resourceKey, int retryIndex, String password, Exception err)Invoked to inform the password provide about the decoding result.default PUBPublicKeyRawDataReader. readPublicKey(SessionContext session, NamedResource resourceKey, BufferedReader rdr)default PUBPublicKeyRawDataReader. readPublicKey(SessionContext session, NamedResource resourceKey, InputStream stream)default PUBPublicKeyRawDataReader. readPublicKey(SessionContext session, NamedResource resourceKey, InputStream stream, Charset cs)default PUBPublicKeyRawDataReader. readPublicKey(SessionContext session, NamedResource resourceKey, Reader rdr)PUBPublicKeyRawDataReader. readPublicKey(SessionContext session, NamedResource resourceKey, List<String> lines) -
Uses of NamedResource in org.apache.sshd.common.config.keys.loader
Methods in org.apache.sshd.common.config.keys.loader with parameters of type NamedResource Modifier and Type Method Description booleanAbstractKeyPairResourceParser. canExtractKeyPairs(NamedResource resourceKey, List<String> lines)booleanKeyPairResourceParser. canExtractKeyPairs(NamedResource resourceKey, List<String> lines)Collection<KeyPair>AbstractKeyPairResourceParser. extractKeyPairs(SessionContext session, NamedResource resourceKey, String beginMarker, String endMarker, FilePasswordProvider passwordProvider, byte[] bytes, Map<String,String> headers)abstract Collection<KeyPair>AbstractKeyPairResourceParser. extractKeyPairs(SessionContext session, NamedResource resourceKey, String beginMarker, String endMarker, FilePasswordProvider passwordProvider, InputStream stream, Map<String,String> headers)Collection<KeyPair>AbstractKeyPairResourceParser. extractKeyPairs(SessionContext session, NamedResource resourceKey, String beginMarker, String endMarker, FilePasswordProvider passwordProvider, List<String> lines, Map<String,String> headers)Extracts the key pairs within a single delimited by markers block of lines.Collection<KeyPair>AbstractKeyPairResourceParser. loadKeyPairs(SessionContext session, NamedResource resourceKey, FilePasswordProvider passwordProvider, List<String> lines)Collection<KeyPair>FileWatcherKeyPairResourceLoader. loadKeyPairs(SessionContext session, NamedResource resourceKey, FilePasswordProvider passwordProvider, List<String> lines)default Collection<KeyPair>KeyPairResourceLoader. loadKeyPairs(SessionContext session, NamedResource resourceKey, FilePasswordProvider passwordProvider, BufferedReader r)default Collection<KeyPair>KeyPairResourceLoader. loadKeyPairs(SessionContext session, NamedResource resourceKey, FilePasswordProvider passwordProvider, InputStream stream)default Collection<KeyPair>KeyPairResourceLoader. loadKeyPairs(SessionContext session, NamedResource resourceKey, FilePasswordProvider passwordProvider, InputStream stream, Charset cs)default Collection<KeyPair>KeyPairResourceLoader. loadKeyPairs(SessionContext session, NamedResource resourceKey, FilePasswordProvider passwordProvider, Reader r)default Collection<KeyPair>KeyPairResourceLoader. loadKeyPairs(SessionContext session, NamedResource resourceKey, FilePasswordProvider passwordProvider, String data)Collection<KeyPair>KeyPairResourceLoader. loadKeyPairs(SessionContext session, NamedResource resourceKey, FilePasswordProvider passwordProvider, List<String> lines)Loads key pairs from the given resource text linesprotected Collection<KeyPair>FileWatcherKeyPairResourceLoader. reloadKeyPairs(SessionContext session, NamedResource resourceKey, FilePasswordProvider passwordProvider, List<String> lines)protected Map.Entry<Map<String,String>,List<String>>AbstractKeyPairResourceParser. separateDataLinesFromHeaders(SessionContext session, NamedResource resourceKey, String startLine, String endLine, List<String> dataLines) -
Uses of NamedResource in org.apache.sshd.common.config.keys.loader.openssh
Subinterfaces of NamedResource in org.apache.sshd.common.config.keys.loader.openssh Modifier and Type Interface Description interfaceOpenSSHKdfOptionsMethods in org.apache.sshd.common.config.keys.loader.openssh with parameters of type NamedResource Modifier and Type Method Description byte[]OpenSSHKeyDecryptor. decodePrivateKeyBytes(SessionContext session, NamedResource resourceKey, String cipherName, byte[] privateDataBytes, String password)byte[]OpenSSHParserContext. decodePrivateKeyBytes(SessionContext session, NamedResource resourceKey, String cipherName, byte[] privateDataBytes, String password)Collection<KeyPair>OpenSSHKeyPairResourceParser. extractKeyPairs(SessionContext session, NamedResource resourceKey, String beginMarker, String endMarker, FilePasswordProvider passwordProvider, InputStream stream, Map<String,String> headers)protected Map.Entry<PrivateKey,String>OpenSSHKeyPairResourceParser. readPrivateKey(SessionContext session, NamedResource resourceKey, OpenSSHParserContext context, String keyType, FilePasswordProvider passwordProvider, InputStream stream)protected List<KeyPair>OpenSSHKeyPairResourceParser. readPrivateKeys(SessionContext session, NamedResource resourceKey, OpenSSHParserContext context, Collection<? extends PublicKey> publicKeys, FilePasswordProvider passwordProvider, InputStream stream)protected PublicKeyOpenSSHKeyPairResourceParser. readPublicKey(SessionContext session, NamedResource resourceKey, OpenSSHParserContext context, InputStream stream, Map<String,String> headers)protected OpenSSHKdfOptionsOpenSSHKeyPairResourceParser. resolveKdfOptions(SessionContext session, NamedResource resourceKey, String beginMarker, String endMarker, InputStream stream, Map<String,String> headers)protected <S extends InputStream>
SOpenSSHKeyPairResourceParser. validateStreamMagicMarker(SessionContext session, NamedResource resourceKey, S stream) -
Uses of NamedResource in org.apache.sshd.common.config.keys.loader.openssh.kdf
Classes in org.apache.sshd.common.config.keys.loader.openssh.kdf that implement NamedResource Modifier and Type Class Description classBCryptKdfOptionsclassRawKdfOptionsGeneric optionsMethods in org.apache.sshd.common.config.keys.loader.openssh.kdf with parameters of type NamedResource Modifier and Type Method Description byte[]BCryptKdfOptions. decodePrivateKeyBytes(SessionContext session, NamedResource resourceKey, String cipherName, byte[] privateDataBytes, String password)byte[]RawKdfOptions. decodePrivateKeyBytes(SessionContext session, NamedResource resourceKey, String cipherName, byte[] privateDataBytes, String password) -
Uses of NamedResource in org.apache.sshd.common.config.keys.loader.pem
Methods in org.apache.sshd.common.config.keys.loader.pem with parameters of type NamedResource Modifier and Type Method Description Collection<KeyPair>AbstractPEMResourceKeyPairParser. extractKeyPairs(SessionContext session, NamedResource resourceKey, String beginMarker, String endMarker, FilePasswordProvider passwordProvider, List<String> lines, Map<String,String> headers)Collection<KeyPair>DSSPEMResourceKeyPairParser. extractKeyPairs(SessionContext session, NamedResource resourceKey, String beginMarker, String endMarker, FilePasswordProvider passwordProvider, InputStream stream, Map<String,String> headers)Collection<KeyPair>ECDSAPEMResourceKeyPairParser. extractKeyPairs(SessionContext session, NamedResource resourceKey, String beginMarker, String endMarker, FilePasswordProvider passwordProvider, InputStream stream, Map<String,String> headers)Collection<KeyPair>PKCS8PEMResourceKeyPairParser. extractKeyPairs(SessionContext session, NamedResource resourceKey, String beginMarker, String endMarker, FilePasswordProvider passwordProvider, byte[] encBytes, PKCS8PrivateKeyInfo pkcs8Info, Map<String,String> headers)Collection<KeyPair>PKCS8PEMResourceKeyPairParser. extractKeyPairs(SessionContext session, NamedResource resourceKey, String beginMarker, String endMarker, FilePasswordProvider passwordProvider, InputStream stream, Map<String,String> headers)Collection<KeyPair>RSAPEMResourceKeyPairParser. extractKeyPairs(SessionContext session, NamedResource resourceKey, String beginMarker, String endMarker, FilePasswordProvider passwordProvider, InputStream stream, Map<String,String> headers) -
Uses of NamedResource in org.apache.sshd.common.config.keys.loader.ssh2
Methods in org.apache.sshd.common.config.keys.loader.ssh2 with parameters of type NamedResource Modifier and Type Method Description PublicKeySsh2PublicKeyEntryDecoder. readPublicKey(SessionContext session, NamedResource resourceKey, String beginMarker, String endMarker, byte[] dataBytes, Map<String,String> headers)PublicKeySsh2PublicKeyEntryDecoder. readPublicKey(SessionContext session, NamedResource resourceKey, String beginMarker, String endMarker, List<String> lines, Map<String,String> headers)PublicKeySsh2PublicKeyEntryDecoder. readPublicKey(SessionContext session, NamedResource resourceKey, List<String> lines)protected Map.Entry<Map<String,String>,List<String>>Ssh2PublicKeyEntryDecoder. separateDataLinesFromHeaders(SessionContext session, NamedResource resourceKey, String startLine, String endLine, List<String> lines) -
Uses of NamedResource in org.apache.sshd.common.digest
Subinterfaces of NamedResource in org.apache.sshd.common.digest Modifier and Type Interface Description interfaceDigestFactoryClasses in org.apache.sshd.common.digest that implement NamedResource Modifier and Type Class Description classBuiltinDigestsProvides easy access to the currently implemented digests -
Uses of NamedResource in org.apache.sshd.common.kex.extension
Subinterfaces of NamedResource in org.apache.sshd.common.kex.extension Modifier and Type Interface Description interfaceKexExtensionParser<T>Parses a known KEX extension -
Uses of NamedResource in org.apache.sshd.common.kex.extension.parser
Classes in org.apache.sshd.common.kex.extension.parser that implement NamedResource Modifier and Type Class Description classAbstractKexExtensionParser<T>classDelayCompressionclassElevationclassHostBoundPubkeyAuthenticationclassNoFlowControlclassServerSignatureAlgorithms -
Uses of NamedResource in org.apache.sshd.common.keyprovider
Methods in org.apache.sshd.common.keyprovider with parameters of type NamedResource Modifier and Type Method Description protected Iterable<KeyPair>AbstractResourceKeyPairProvider. doLoadKeys(SessionContext session, NamedResource resourceKey, InputStream inputStream, FilePasswordProvider provider)protected Iterable<KeyPair>AbstractResourceKeyPairProvider. doLoadKeys(SessionContext session, NamedResource resourceKey, R resource, FilePasswordProvider provider)protected InputStreamAbstractResourceKeyPairProvider. openKeyPairResource(SessionContext session, NamedResource resourceKey, R resource) -
Uses of NamedResource in org.apache.sshd.common.mac
Subinterfaces of NamedResource in org.apache.sshd.common.mac Modifier and Type Interface Description interfaceMacFactoryClasses in org.apache.sshd.common.mac that implement NamedResource Modifier and Type Class Description classBuiltinMacsProvides easy access to the currently implemented macs -
Uses of NamedResource in org.apache.sshd.common.random
Subinterfaces of NamedResource in org.apache.sshd.common.random Modifier and Type Interface Description interfaceRandomA pseudo random number generator.interfaceRandomFactoryClasses in org.apache.sshd.common.random that implement NamedResource Modifier and Type Class Description classAbstractRandomclassAbstractRandomFactoryclassJceRandomARandomimplementation using the built-inSecureRandomPRNG.classJceRandomFactoryNamed factory for the JCERandomclassSingletonRandomFactoryA random factory wrapper that uses a single random instance. -
Uses of NamedResource in org.apache.sshd.common.signature
Subinterfaces of NamedResource in org.apache.sshd.common.signature Modifier and Type Interface Description interfaceSignatureFactoryClasses in org.apache.sshd.common.signature that implement NamedResource Modifier and Type Class Description classBuiltinSignaturesProvides easy access to the currently implemented signatures -
Uses of NamedResource in org.apache.sshd.common.util.io.resource
Subinterfaces of NamedResource in org.apache.sshd.common.util.io.resource Modifier and Type Interface Description interfaceIoResource<T>Classes in org.apache.sshd.common.util.io.resource that implement NamedResource Modifier and Type Class Description classAbstractIoResource<T>TODO Add javadocclassClassLoaderResourceTODO Add javadocclassPathResourceclassURIResourceclassURLResource -
Uses of NamedResource in org.apache.sshd.common.util.security
Subinterfaces of NamedResource in org.apache.sshd.common.util.security Modifier and Type Interface Description interfaceSecurityProviderChoiceinterfaceSecurityProviderRegistrarClasses in org.apache.sshd.common.util.security that implement NamedResource Modifier and Type Class Description classAbstractSecurityProviderRegistrarMethods in org.apache.sshd.common.util.security with parameters of type NamedResource Modifier and Type Method Description static Iterable<KeyPair>SecurityUtils. loadKeyPairIdentities(SessionContext session, NamedResource resourceKey, InputStream inputStream, FilePasswordProvider provider) -
Uses of NamedResource in org.apache.sshd.common.util.security.bouncycastle
Classes in org.apache.sshd.common.util.security.bouncycastle that implement NamedResource Modifier and Type Class Description classBouncyCastleRandomBouncyCastleRandom.classBouncyCastleRandomFactoryNamed factory for the BouncyCastleRandomclassBouncyCastleSecurityProviderRegistrarMethods in org.apache.sshd.common.util.security.bouncycastle with parameters of type NamedResource Modifier and Type Method Description protected voidBouncyCastleGeneratorHostKeyProvider. doWriteKeyPair(NamedResource resourceKey, KeyPair kp, OutputStream outputStream)Collection<KeyPair>BouncyCastleKeyPairResourceParser. extractKeyPairs(SessionContext session, NamedResource resourceKey, String beginMarker, String endMarker, FilePasswordProvider passwordProvider, InputStream stream, Map<String,String> headers)Collection<KeyPair>BouncyCastleKeyPairResourceParser. extractKeyPairs(SessionContext session, NamedResource resourceKey, String beginMarker, String endMarker, FilePasswordProvider passwordProvider, List<String> lines, Map<String,String> headers)static KeyPairBouncyCastleKeyPairResourceParser. loadKeyPair(SessionContext session, NamedResource resourceKey, InputStream inputStream, FilePasswordProvider provider) -
Uses of NamedResource in org.apache.sshd.common.util.security.eddsa
Classes in org.apache.sshd.common.util.security.eddsa that implement NamedResource Modifier and Type Class Description classEdDSASecurityProviderRegistrarMethods in org.apache.sshd.common.util.security.eddsa with parameters of type NamedResource Modifier and Type Method Description Collection<KeyPair>Ed25519PEMResourceKeyParser. extractKeyPairs(SessionContext session, NamedResource resourceKey, String beginMarker, String endMarker, FilePasswordProvider passwordProvider, InputStream stream, Map<String,String> headers) -
Uses of NamedResource in org.apache.sshd.server.keyprovider
Methods in org.apache.sshd.server.keyprovider with parameters of type NamedResource Modifier and Type Method Description protected Iterable<KeyPair>AbstractGeneratorHostKeyProvider. doReadKeyPairs(SessionContext session, NamedResource resourceKey, InputStream inputStream)protected Iterable<KeyPair>SimpleGeneratorHostKeyProvider. doReadKeyPairs(SessionContext session, NamedResource resourceKey, InputStream inputStream)protected abstract voidAbstractGeneratorHostKeyProvider. doWriteKeyPair(NamedResource resourceKey, KeyPair kp, OutputStream outputStream)protected voidSimpleGeneratorHostKeyProvider. doWriteKeyPair(NamedResource resourceKey, KeyPair kp, OutputStream outputStream)
-