Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- abortAcceptedConnection(IoAcceptor, SocketAddress, SocketAddress, SocketAddress, Throwable) - Method in interface org.apache.sshd.common.io.IoServiceEventListener
-
Called when a previously accepted connection has been abnormally terminated before it could be turned into a session
- abortEstablishedConnection(IoConnector, SocketAddress, AttributeRepository, SocketAddress, Throwable) - Method in interface org.apache.sshd.common.io.IoServiceEventListener
-
Called when a previously established connection has been abnormally terminated before it could be turned into a session
- AbstractBufferPublicKeyParser<PUB> - Class in org.apache.sshd.common.util.buffer.keys
- AbstractBufferPublicKeyParser(Class<PUB>, String...) - Constructor for class org.apache.sshd.common.util.buffer.keys.AbstractBufferPublicKeyParser
- AbstractBufferPublicKeyParser(Class<PUB>, Collection<String>) - Constructor for class org.apache.sshd.common.util.buffer.keys.AbstractBufferPublicKeyParser
- AbstractCloseable - Class in org.apache.sshd.common.util.closeable
-
Provides some default implementations for managing channel/connection open/close state
- AbstractCloseable() - Constructor for class org.apache.sshd.common.util.closeable.AbstractCloseable
- AbstractCloseable(String) - Constructor for class org.apache.sshd.common.util.closeable.AbstractCloseable
- AbstractCloseable.State - Enum in org.apache.sshd.common.util.closeable
- AbstractGeneratorHostKeyProvider - Class in org.apache.sshd.server.keyprovider
-
Holds a single
KeyPairwhich is generated the 1st timeAbstractGeneratorHostKeyProvider.loadKeys(SessionContext)is called. - AbstractGeneratorHostKeyProvider() - Constructor for class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- AbstractIdentityResourceLoader<PUB,
PRV> - Class in org.apache.sshd.common.config.keys.impl - AbstractIdentityResourceLoader(Class<PUB>, Class<PRV>, Collection<String>) - Constructor for class org.apache.sshd.common.config.keys.impl.AbstractIdentityResourceLoader
- AbstractInnerCloseable - Class in org.apache.sshd.common.util.closeable
- AbstractInnerCloseable() - Constructor for class org.apache.sshd.common.util.closeable.AbstractInnerCloseable
- AbstractInnerCloseable(String) - Constructor for class org.apache.sshd.common.util.closeable.AbstractInnerCloseable
- AbstractIoResource<T> - Class in org.apache.sshd.common.util.io.resource
-
TODO Add javadoc
- AbstractIoResource(Class<T>, T) - Constructor for class org.apache.sshd.common.util.io.resource.AbstractIoResource
- AbstractIoWriteFuture - Class in org.apache.sshd.common.io
- AbstractIoWriteFuture(Object, Object) - Constructor for class org.apache.sshd.common.io.AbstractIoWriteFuture
- AbstractKexExtensionParser<T> - Class in org.apache.sshd.common.kex.extension.parser
- AbstractKexExtensionParser(String) - Constructor for class org.apache.sshd.common.kex.extension.parser.AbstractKexExtensionParser
- AbstractKeyEntryResolver<PUB,
PRV> - Class in org.apache.sshd.common.config.keys.impl - AbstractKeyEntryResolver(Class<PUB>, Class<PRV>, Collection<String>) - Constructor for class org.apache.sshd.common.config.keys.impl.AbstractKeyEntryResolver
- AbstractKeyPairProvider - Class in org.apache.sshd.common.keyprovider
-
Provides a default implementation for some
KeyPairProvidermethods - AbstractKeyPairProvider() - Constructor for class org.apache.sshd.common.keyprovider.AbstractKeyPairProvider
- AbstractKeyPairResourceParser - Class in org.apache.sshd.common.config.keys.loader
- AbstractKeyPairResourceParser(List<String>, List<String>) - Constructor for class org.apache.sshd.common.config.keys.loader.AbstractKeyPairResourceParser
- AbstractLoggingBean - Class in org.apache.sshd.common.util.logging
-
Serves as a common base class for the vast majority of classes that require some kind of logging.
- AbstractLoggingBean() - Constructor for class org.apache.sshd.common.util.logging.AbstractLoggingBean
-
Default constructor - creates a logger using the full class name
- AbstractLoggingBean(String) - Constructor for class org.apache.sshd.common.util.logging.AbstractLoggingBean
-
Create a logger for instances of the same class for which we might want to have a "discriminator" for them
- AbstractLoggingBean(Logger) - Constructor for class org.apache.sshd.common.util.logging.AbstractLoggingBean
- AbstractPEMResourceKeyPairParser - Class in org.apache.sshd.common.config.keys.loader.pem
-
Base class for PEM file key-pair loaders
- AbstractPEMResourceKeyPairParser(String, String, List<String>, List<String>) - Constructor for class org.apache.sshd.common.config.keys.loader.pem.AbstractPEMResourceKeyPairParser
- AbstractPrivateKeyEntryDecoder<PUB,
PRV> - Class in org.apache.sshd.common.config.keys.impl - AbstractPrivateKeyEntryDecoder(Class<PUB>, Class<PRV>, Collection<String>) - Constructor for class org.apache.sshd.common.config.keys.impl.AbstractPrivateKeyEntryDecoder
- AbstractPrivateKeyObfuscator - Class in org.apache.sshd.common.config.keys.loader
- AbstractPrivateKeyObfuscator(String) - Constructor for class org.apache.sshd.common.config.keys.loader.AbstractPrivateKeyObfuscator
- AbstractPublicKeyEntryDecoder<PUB,
PRV> - Class in org.apache.sshd.common.config.keys.impl -
Useful base class implementation for a decoder of an
OpenSSHencoded key data - AbstractPublicKeyEntryDecoder(Class<PUB>, Class<PRV>, Collection<String>) - Constructor for class org.apache.sshd.common.config.keys.impl.AbstractPublicKeyEntryDecoder
- AbstractRandom - Class in org.apache.sshd.common.random
- AbstractRandom() - Constructor for class org.apache.sshd.common.random.AbstractRandom
- AbstractRandomFactory - Class in org.apache.sshd.common.random
- AbstractRandomFactory(String) - Constructor for class org.apache.sshd.common.random.AbstractRandomFactory
- AbstractResourceKeyPairProvider<R> - Class in org.apache.sshd.common.keyprovider
- AbstractResourceKeyPairProvider() - Constructor for class org.apache.sshd.common.keyprovider.AbstractResourceKeyPairProvider
- AbstractResourceKeyPairProvider.KeyPairIterator - Class in org.apache.sshd.common.keyprovider
- AbstractSecurityKeySignature - Class in org.apache.sshd.common.signature
- AbstractSecurityKeySignature(String) - Constructor for class org.apache.sshd.common.signature.AbstractSecurityKeySignature
- AbstractSecurityProviderRegistrar - Class in org.apache.sshd.common.util.security
- AbstractSecurityProviderRegistrar(String) - Constructor for class org.apache.sshd.common.util.security.AbstractSecurityProviderRegistrar
- AbstractSignature - Class in org.apache.sshd.common.signature
-
Useful base class for
Signatureimplementation - AbstractSignature(String, String) - Constructor for class org.apache.sshd.common.signature.AbstractSignature
- AbstractSshFuture<T> - Class in org.apache.sshd.common.future
- AbstractSshFuture(Object) - Constructor for class org.apache.sshd.common.future.AbstractSshFuture
- accumulateException(T, T) - Static method in class org.apache.sshd.common.util.ExceptionUtils
-
Used to "accumulate" exceptions of the same type.
- accumulateLineData(byte[], int, int) - Method in class org.apache.sshd.common.util.io.output.LineOutputStream
- ACL_VIEW_ATTR - Static variable in class org.apache.sshd.common.util.io.IoUtils
- add(int) - Static method in class org.apache.sshd.common.util.functors.Int2IntFunction
- addCloseFutureListener(SshFutureListener<CloseFuture>) - Method in interface org.apache.sshd.common.Closeable
-
Pre-register a listener to be informed when resource is closed.
- addCloseFutureListener(SshFutureListener<CloseFuture>) - Method in class org.apache.sshd.common.util.closeable.AbstractCloseable
- addCloseFutureListener(SshFutureListener<CloseFuture>) - Method in class org.apache.sshd.common.util.closeable.SimpleCloseable
- addCloseFutureListener(SshFutureListener<CloseFuture>) - Method in class org.apache.sshd.common.util.threads.NoCloseExecutor
- addCloseFutureListener(SshFutureListener<CloseFuture>) - Method in class org.apache.sshd.common.util.threads.SshThreadPoolExecutor
- addCriticalOption(String, String) - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
-
Adds a critical option to the certificate, or removes it if
value == null. - addExtension(String, String) - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
-
Adds an extension to the certificate, or removes it if
value == null. - addIdentity(String) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
Adds a path to an identity file
- addIdentity(Path) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- addListener(SshFutureListener<T>) - Method in class org.apache.sshd.common.future.DefaultSshFuture
- addListener(SshFutureListener<T>) - Method in interface org.apache.sshd.common.future.SshFuture
-
Adds an event listener which is notified when this future is completed.
- addLoginOption(Map<String, String>, String) - Static method in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
-
Parses and adds a new option to the options map.
- advanceNonce() - Method in class org.apache.sshd.common.cipher.ChaCha20Cipher.ChaChaEngine
- AES - Static variable in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyEncryptionContext
- AES128_CBC - Static variable in class org.apache.sshd.common.cipher.BuiltinCiphers.Constants
- AES128_CTR - Static variable in class org.apache.sshd.common.cipher.BuiltinCiphers.Constants
- AES128_GCM - Static variable in class org.apache.sshd.common.cipher.BuiltinCiphers.Constants
- aes128cbc - Enum constant in enum org.apache.sshd.common.cipher.BuiltinCiphers
- aes128ctr - Enum constant in enum org.apache.sshd.common.cipher.BuiltinCiphers
- aes128gcm - Enum constant in enum org.apache.sshd.common.cipher.BuiltinCiphers
- AES192_CBC - Static variable in class org.apache.sshd.common.cipher.BuiltinCiphers.Constants
- AES192_CTR - Static variable in class org.apache.sshd.common.cipher.BuiltinCiphers.Constants
- aes192cbc - Enum constant in enum org.apache.sshd.common.cipher.BuiltinCiphers
- aes192ctr - Enum constant in enum org.apache.sshd.common.cipher.BuiltinCiphers
- AES256_CBC - Static variable in class org.apache.sshd.common.cipher.BuiltinCiphers.Constants
- AES256_CTR - Static variable in class org.apache.sshd.common.cipher.BuiltinCiphers.Constants
- AES256_GCM - Static variable in class org.apache.sshd.common.cipher.BuiltinCiphers.Constants
- aes256cbc - Enum constant in enum org.apache.sshd.common.cipher.BuiltinCiphers
- aes256ctr - Enum constant in enum org.apache.sshd.common.cipher.BuiltinCiphers
- aes256gcm - Enum constant in enum org.apache.sshd.common.cipher.BuiltinCiphers
- AESPrivateKeyObfuscator - Class in org.apache.sshd.common.config.keys.loader
- AESPrivateKeyObfuscator() - Constructor for class org.apache.sshd.common.config.keys.loader.AESPrivateKeyObfuscator
- aggregate(Collection<? extends KeyPairResourceParser>) - Static method in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceParser
- aggregate(Collection<? extends BufferPublicKeyParser<? extends PublicKey>>) - Static method in interface org.apache.sshd.common.util.buffer.keys.BufferPublicKeyParser
- aggregate(KeyPairResourceParser...) - Static method in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceParser
- ALGORITHM - Static variable in class org.apache.sshd.common.config.keys.u2f.SkEcdsaPublicKey
- ALGORITHM - Static variable in class org.apache.sshd.common.config.keys.u2f.SkED25519PublicKey
- ALGORITHM - Static variable in class org.apache.sshd.common.signature.SignatureRSASHA1
- ALGORITHM - Static variable in class org.apache.sshd.common.signature.SignatureRSASHA256
- ALGORITHM - Static variable in class org.apache.sshd.common.signature.SignatureRSASHA512
- ALGORITHM - Static variable in class org.apache.sshd.common.signature.SignatureSkECDSA
- ALGORITHM - Static variable in class org.apache.sshd.common.signature.SignatureSkED25519
- AlgorithmNameProvider - Interface in org.apache.sshd.common
- ALGORITHMS - Enum constant in enum org.apache.sshd.common.kex.KexProposalOption
- all(Collection<? extends OptionalFeature>) - Static method in interface org.apache.sshd.common.OptionalFeature
- ALL_HOSTS_PATTERN - Static variable in class org.apache.sshd.client.config.hosts.HostPatternsHolder
- ALL_OPTIONS_VALUE - Static variable in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- ALL_OPTIONS_WILDCARD - Static variable in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- ALLOW_INSECURE_AUTH - Static variable in class org.apache.sshd.common.CommonModuleProperties
-
If set to
truethenUserAuthMethodFactory.isSecureAuthenticationTransport(SessionContext)returnstrueeven if transport is insecure. - ALLOW_NON_INTEGRITY_AUTH - Static variable in class org.apache.sshd.common.CommonModuleProperties
-
If set to
truethenUserAuthMethodFactory.isDataIntegrityAuthenticationTransport(SessionContext)returnstrueeven if transport has no MAC(s) to verify message integrity - ALRM - Enum constant in enum org.apache.sshd.server.Signal
- and(UnaryEquator<? super T>) - Method in interface org.apache.sshd.common.util.functors.UnaryEquator
-
Returns a composed equator that represents a short-circuiting logical AND of this equator and another.
- ANDROID_DETECTION_PROPERTIES - Static variable in class org.apache.sshd.common.util.OsUtils
-
System properties consulted in order to detect
Android O/S. - ANDROID_MODE_OVERRIDE_PROP - Static variable in class org.apache.sshd.common.util.OsUtils
-
Property that can be used to override the reported value from
OsUtils.isAndroid(). - ANDROID_PROPERTY_VALUE_MATCHER - Static variable in class org.apache.sshd.common.util.OsUtils
- andThen(IOFunction<? super R, ? extends V>) - Method in interface org.apache.sshd.common.util.io.functors.IOFunction
-
Returns a composed function that first applies this function to its input, and then applies the
afterfunction to the result. - ANT_HANDLER_PREFIX - Static variable in class org.apache.sshd.common.util.SelectorUtils
- any(Collection<? extends OptionalFeature>) - Static method in interface org.apache.sshd.common.OptionalFeature
- ANY - Enum constant in enum org.apache.sshd.common.util.io.der.ASN1Type
- append(char) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- append(A) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- append(A) - Method in class org.apache.sshd.common.config.keys.KeyRandomArt
-
Outputs the generated random art
- append(A, KnownHostHashValue) - Static method in class org.apache.sshd.client.config.hosts.KnownHostHashValue
- append(A, NamedResource, byte[], byte[]) - Static method in class org.apache.sshd.client.config.hosts.KnownHostHashValue
- append(CharSequence) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- append(CharSequence, int, int) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- appendDedupSep(StringBuilder, CharSequence) - Method in class org.apache.sshd.common.file.util.BaseFileSystem
- appenderInstance - Variable in class org.apache.sshd.common.util.io.output.LineLevelAppenderStream
- appendHex(A, byte[], int, int, char) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- appendHex(A, char, byte...) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- appendHostConfigEntries(A, Collection<? extends HostConfigEntry>) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- appendHostPattern(A, String, int) - Static method in class org.apache.sshd.client.config.hosts.KnownHostHashValue
- appendNonEmptyPort(A, String, int) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- appendNonEmptyProperties(A, Map<String, ?>) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
Appends the extra properties - while skipping the
HostConfigEntry.EXPLICIT_PROPERTIESones - appendNonEmptyProperty(A, String, Object) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- appendNonEmptyValues(A, String, Object...) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- appendNonEmptyValues(A, String, Collection<?>) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- appendPathComponent(String, String) - Static method in class org.apache.sshd.common.util.io.IoUtils
- appendPrivateKeyEncryptionContext(A, PrivateKeyEncryptionContext) - Method in class org.apache.sshd.common.config.keys.loader.AbstractPrivateKeyObfuscator
- appendPrivateKeyEncryptionContext(A, PrivateKeyEncryptionContext) - Method in interface org.apache.sshd.common.config.keys.loader.PrivateKeyObfuscator
- appendPropertyValue(String, String) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
Appends a value using a comma to an existing one.
- appendPublicKey(SessionContext, Appendable, PublicKeyEntryResolver) - Method in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
- appendPublicKey(SessionContext, Appendable, PublicKeyEntryResolver) - Method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- appendPublicKeyEntry(A, PublicKey) - Static method in class org.apache.sshd.common.config.keys.PublicKeyEntry
-
Encodes a public key data the same way as the
PublicKeyEntry.parsePublicKeyEntry(String)expects it - appendPublicKeyEntry(A, PublicKey, PublicKeyEntryDataResolver) - Static method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- appendUserHome(StringBuilder) - Static method in class org.apache.sshd.common.util.io.PathUtils
- appendUserHome(StringBuilder, String) - Static method in class org.apache.sshd.common.util.io.PathUtils
- appendUserHome(StringBuilder, Path) - Static method in class org.apache.sshd.common.util.io.PathUtils
- APPLICATION - Enum constant in enum org.apache.sshd.common.util.io.der.ASN1Class
- apply(T) - Method in interface org.apache.sshd.common.util.io.functors.IOFunction
- applyPrivateKeyCipher(byte[], PrivateKeyEncryptionContext, boolean) - Method in class org.apache.sshd.common.config.keys.loader.AESPrivateKeyObfuscator
- applyPrivateKeyCipher(byte[], PrivateKeyEncryptionContext, boolean) - Method in class org.apache.sshd.common.config.keys.loader.DESPrivateKeyObfuscator
- applyPrivateKeyCipher(byte[], PrivateKeyEncryptionContext, boolean) - Method in class org.apache.sshd.common.config.keys.loader.pem.AbstractPEMResourceKeyPairParser
- applyPrivateKeyCipher(byte[], PrivateKeyEncryptionContext, boolean) - Method in interface org.apache.sshd.common.config.keys.loader.PrivateKeyObfuscator
- applyPrivateKeyCipher(byte[], PrivateKeyEncryptionContext, int, byte[], boolean) - Method in class org.apache.sshd.common.config.keys.loader.AbstractPrivateKeyObfuscator
- applySlashifyRules(String, char) - Static method in class org.apache.sshd.common.util.SelectorUtils
-
Applies the "slashification" rules as specified in Single Unix Specification version 3, section 3.266 and section 4.11 - Pathname resolution
- arcfour128 - Enum constant in enum org.apache.sshd.common.cipher.BuiltinCiphers
-
Deprecated.
- ARCFOUR128 - Static variable in class org.apache.sshd.common.cipher.BuiltinCiphers.Constants
- arcfour256 - Enum constant in enum org.apache.sshd.common.cipher.BuiltinCiphers
-
Deprecated.
- ARCFOUR256 - Static variable in class org.apache.sshd.common.cipher.BuiltinCiphers.Constants
- array() - Method in class org.apache.sshd.common.util.buffer.Buffer
- array() - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- asInteger() - Method in class org.apache.sshd.common.util.io.der.ASN1Object
-
Get the value as
BigInteger - asKeyIdentityProvider(ClientIdentityLoader, Collection<? extends NamedResource>, FilePasswordProvider, boolean) - Static method in interface org.apache.sshd.client.config.keys.ClientIdentityLoader
-
Uses the provided
ClientIdentityLoaderto lazy load the keys locations - asList(int...) - Static method in class org.apache.sshd.common.util.NumberUtils
- asList(T...) - Static method in class org.apache.sshd.common.util.GenericUtils
- asListener(Object) - Method in class org.apache.sshd.common.future.AbstractSshFuture
- ASN1Class - Enum in org.apache.sshd.common.util.io.der
- ASN1Object - Class in org.apache.sshd.common.util.io.der
- ASN1Object() - Constructor for class org.apache.sshd.common.util.io.der.ASN1Object
- ASN1Object(byte, int, byte...) - Constructor for class org.apache.sshd.common.util.io.der.ASN1Object
- ASN1Object(ASN1Class, ASN1Type, boolean, int, byte...) - Constructor for class org.apache.sshd.common.util.io.der.ASN1Object
- ASN1Type - Enum in org.apache.sshd.common.util.io.der
- asObject() - Method in class org.apache.sshd.common.util.io.der.ASN1Object
- asOID() - Method in class org.apache.sshd.common.util.io.der.ASN1Object
- asSet(T...) - Static method in class org.apache.sshd.common.util.GenericUtils
- asSortedSet(Collection<? extends V>) - Static method in class org.apache.sshd.common.util.GenericUtils
- asSortedSet(Comparator<? super V>, Collection<? extends V>) - Static method in class org.apache.sshd.common.util.GenericUtils
- asSortedSet(Comparator<? super V>, V...) - Static method in class org.apache.sshd.common.util.GenericUtils
- asSortedSet(V...) - Static method in class org.apache.sshd.common.util.GenericUtils
- asString() - Method in class org.apache.sshd.common.file.util.BasePath
- asString() - Method in class org.apache.sshd.common.util.io.der.ASN1Object
-
Get value as string.
- asT() - Method in class org.apache.sshd.common.file.util.BasePath
- asT() - Method in class org.apache.sshd.common.future.AbstractSshFuture
- atLeast(String, Duration, Duration) - Static method in class org.apache.sshd.common.Property.DurationProperty
- AttributeKey() - Constructor for class org.apache.sshd.common.AttributeRepository.AttributeKey
- attributeKeys() - Method in interface org.apache.sshd.common.AttributeRepository
- AttributeRepository - Interface in org.apache.sshd.common
- AttributeRepository.AttributeKey<T> - Class in org.apache.sshd.common
-
Type safe key for storage of user attributes.
- AttributeStore - Interface in org.apache.sshd.common
-
Provides the capability to attach in-memory attributes to the entity
- AUGMENTATION_STRING - Static variable in class org.apache.sshd.common.config.keys.KeyRandomArt
- AUTH - Enum constant in enum org.apache.sshd.common.config.SyslogFacilityValue
- AUTH_KEYS_FILE_CONFIG_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- AUTH_MAGIC - Static variable in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParser
- AUTH_NAME - Static variable in class org.apache.sshd.common.kex.extension.parser.HostBoundPubkeyAuthentication
- AuthenticationIdentitiesProvider - Interface in org.apache.sshd.client.auth
- AuthorizedKeyEntry - Class in org.apache.sshd.common.config.keys
-
Represents an entry in the user's
authorized_keysfile according to the OpenSSH format. - AuthorizedKeyEntry() - Constructor for class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
- AuthTimeout - Enum constant in enum org.apache.sshd.common.session.helpers.TimeoutIndicator.TimeoutStatus
- AutoCloseableDelegateInvocationHandler - Class in org.apache.sshd.common.util.closeable
-
Wraps a target instance and an
AutoCloseabledelegate into a proxy instance that closes both when wrapperclosemethod called. - AutoCloseableDelegateInvocationHandler(Object, AutoCloseable) - Constructor for class org.apache.sshd.common.util.closeable.AutoCloseableDelegateInvocationHandler
- available() - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- available() - Method in class org.apache.sshd.common.util.io.input.CloseableEmptyInputStream
- available() - Method in class org.apache.sshd.common.util.io.input.EmptyInputStream
- available() - Method in class org.apache.sshd.common.util.io.input.LimitInputStream
- available() - Method in class org.apache.sshd.common.util.io.input.NullInputStream
- available() - Method in interface org.apache.sshd.common.util.Readable
- available() - Method in class org.apache.sshd.server.shell.TtyFilterInputStream
- AVAILABLE_KEY_LENGTHS - Static variable in class org.apache.sshd.common.config.keys.loader.DESPrivateKeyObfuscator
- await() - Method in interface org.apache.sshd.common.future.WaitableFuture
-
Wait
Long.MAX_VALUEmsec. for the asynchronous operation to complete. - await(long) - Method in interface org.apache.sshd.common.future.WaitableFuture
-
Wait for the asynchronous operation to complete with the specified timeout.
- await(long, TimeUnit) - Method in interface org.apache.sshd.common.future.WaitableFuture
-
Wait for the asynchronous operation to complete with the specified timeout.
- await(long, TimeUnit, CancelOption...) - Method in interface org.apache.sshd.common.future.WaitableFuture
-
Wait for the asynchronous operation to complete with the specified timeout.
- await(long, CancelOption...) - Method in class org.apache.sshd.common.future.AbstractSshFuture
- await(long, CancelOption...) - Method in interface org.apache.sshd.common.future.WaitableFuture
-
Wait for the asynchronous operation to complete with the specified timeout.
- await(Duration) - Method in interface org.apache.sshd.common.future.WaitableFuture
-
Wait for the asynchronous operation to complete with the specified timeout.
- await(Duration, CancelOption...) - Method in interface org.apache.sshd.common.future.WaitableFuture
-
Wait for the asynchronous operation to complete with the specified timeout.
- await(CancelOption...) - Method in interface org.apache.sshd.common.future.WaitableFuture
-
Wait
Long.MAX_VALUEmsec. for the asynchronous operation to complete. - await0(long, boolean, CancelOption...) - Method in class org.apache.sshd.common.future.AbstractSshFuture
-
Wait for the Future to be ready.
- await0(long, boolean, CancelOption...) - Method in class org.apache.sshd.common.future.DefaultSshFuture
- awaitTermination(long, TimeUnit) - Method in class org.apache.sshd.common.util.threads.NoCloseExecutor
- awaitTermination(long, TimeUnit) - Method in class org.apache.sshd.common.util.threads.SshThreadPoolExecutor
- awaitTermination(Duration) - Method in interface org.apache.sshd.common.util.threads.CloseableExecutorService
- awaitUninterruptibly() - Method in interface org.apache.sshd.common.future.WaitableFuture
-
Wait
Long.MAX_VALUEmsec. for the asynchronous operation to complete uninterruptibly. - awaitUninterruptibly(long) - Method in interface org.apache.sshd.common.future.WaitableFuture
-
Wait for the asynchronous operation to complete with the specified timeout uninterruptibly.
- awaitUninterruptibly(long, TimeUnit) - Method in interface org.apache.sshd.common.future.WaitableFuture
-
Wait for the asynchronous operation to complete with the specified timeout uninterruptibly.
- awaitUninterruptibly(long, TimeUnit, CancelOption...) - Method in interface org.apache.sshd.common.future.WaitableFuture
-
Wait for the asynchronous operation to complete with the specified timeout uninterruptibly.
- awaitUninterruptibly(long, CancelOption...) - Method in class org.apache.sshd.common.future.AbstractSshFuture
- awaitUninterruptibly(long, CancelOption...) - Method in interface org.apache.sshd.common.future.WaitableFuture
-
Wait for the asynchronous operation to complete with the specified timeout uninterruptibly.
- awaitUninterruptibly(Duration) - Method in interface org.apache.sshd.common.future.WaitableFuture
-
Wait for the asynchronous operation to complete with the specified timeout uninterruptibly.
- awaitUninterruptibly(Duration, CancelOption...) - Method in interface org.apache.sshd.common.future.WaitableFuture
-
Wait for the asynchronous operation to complete with the specified timeout uninterruptibly.
- awaitUninterruptibly(CancelOption...) - Method in interface org.apache.sshd.common.future.WaitableFuture
-
Wait
Long.MAX_VALUEmsec. for the asynchronous operation to complete uninterruptibly.
B
- BaseCBCCipher - Class in org.apache.sshd.common.cipher
- BaseCBCCipher(int, int, int, String, int, String, int) - Constructor for class org.apache.sshd.common.cipher.BaseCBCCipher
- BaseCipher - Class in org.apache.sshd.common.cipher
-
Base class for all Cipher implementations delegating to the JCE provider.
- BaseCipher(int, int, int, String, int, String, int) - Constructor for class org.apache.sshd.common.cipher.BaseCipher
- BaseCompression - Class in org.apache.sshd.common.compression
- BaseCompression(String) - Constructor for class org.apache.sshd.common.compression.BaseCompression
- BaseCTRCipher - Class in org.apache.sshd.common.cipher
- BaseCTRCipher(int, int, int, String, int, String, int) - Constructor for class org.apache.sshd.common.cipher.BaseCTRCipher
- BaseDigest - Class in org.apache.sshd.common.digest
-
Base class for Digest algorithms based on the JCE provider.
- BaseDigest(String, int) - Constructor for class org.apache.sshd.common.digest.BaseDigest
-
Create a new digest using the given algorithm and block size.
- basedir - Variable in class org.apache.sshd.common.util.io.DirectoryScanner
-
The base directory to be scanned.
- BaseFileSystem<T> - Class in org.apache.sshd.common.file.util
- BaseFileSystem(FileSystemProvider) - Constructor for class org.apache.sshd.common.file.util.BaseFileSystem
- BaseGCMCipher - Class in org.apache.sshd.common.cipher
- BaseGCMCipher(int, int, int, String, int, String, int) - Constructor for class org.apache.sshd.common.cipher.BaseGCMCipher
- BaseGCMCipher.CounterGCMParameterSpec - Class in org.apache.sshd.common.cipher
-
Algorithm parameters for AES/GCM that assumes the IV uses an 8-byte counter field as its least significant bytes.
- BaseMac - Class in org.apache.sshd.common.mac
-
Base class for
Macimplementations based on the JCE provider. - BaseMac(String, int, int, boolean) - Constructor for class org.apache.sshd.common.mac.BaseMac
- BasePath<T,
FS> - Class in org.apache.sshd.common.file.util - BasePath(FS, String, List<String>) - Constructor for class org.apache.sshd.common.file.util.BasePath
- BaseProperty(String, Class<T>) - Constructor for class org.apache.sshd.common.Property.BaseProperty
- BaseProperty(String, Class<T>, T) - Constructor for class org.apache.sshd.common.Property.BaseProperty
- BaseRC4Cipher - Class in org.apache.sshd.common.cipher
- BaseRC4Cipher(int, int, int, int) - Constructor for class org.apache.sshd.common.cipher.BaseRC4Cipher
- BasicCredentialsImpl - Class in org.apache.sshd.common.auth
- BasicCredentialsImpl() - Constructor for class org.apache.sshd.common.auth.BasicCredentialsImpl
- BasicCredentialsImpl(String, String) - Constructor for class org.apache.sshd.common.auth.BasicCredentialsImpl
- BasicCredentialsProvider - Interface in org.apache.sshd.common.auth
- BCrypt - Class in org.apache.sshd.common.config.keys.loader.openssh.kdf
-
BCrypt implements OpenBSD-style Blowfish password hashing using the scheme described in "A Future-Adaptable Password Scheme" by Niels Provos and David Mazieres.
- BCrypt() - Constructor for class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCrypt
- BCRYPT_SALT_LENGTH - Static variable in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyPairResourceWriter.KeyEncryptor
- BCryptBadRoundsException(int) - Constructor for exception class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions.BCryptBadRoundsException
- BCryptBadRoundsException(int, String) - Constructor for exception class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions.BCryptBadRoundsException
- BCryptBadRoundsException(int, String, Throwable) - Constructor for exception class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions.BCryptBadRoundsException
- bcryptKdf(byte[], byte[]) - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions
- BCryptKdfOptions - Class in org.apache.sshd.common.config.keys.loader.openssh.kdf
- BCryptKdfOptions() - Constructor for class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions
- BCryptKdfOptions.BCryptBadRoundsException - Exception Class in org.apache.sshd.common.config.keys.loader.openssh.kdf
- BEGIN_ED25519_MARKER - Static variable in class org.apache.sshd.common.util.security.eddsa.generic.GenericEd25519PEMResourceKeyParser
- BEGIN_ENCRYPTED_MARKER - Static variable in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PEMResourceKeyPairParser
- BEGIN_MARKER - Static variable in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParser
- BEGIN_MARKER - Static variable in class org.apache.sshd.common.config.keys.loader.pem.DSSPEMResourceKeyPairParser
- BEGIN_MARKER - Static variable in class org.apache.sshd.common.config.keys.loader.pem.ECDSAPEMResourceKeyPairParser
- BEGIN_MARKER - Static variable in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PEMResourceKeyPairParser
- BEGIN_MARKER - Static variable in class org.apache.sshd.common.config.keys.loader.pem.RSAPEMResourceKeyPairParser
- BEGIN_MARKER - Static variable in class org.apache.sshd.common.config.keys.loader.ssh2.Ssh2PublicKeyEntryDecoder
- BEGIN_MARKER - Static variable in class org.apache.sshd.common.util.security.eddsa.generic.GenericEd25519PEMResourceKeyParser
- BEGINNERS - Static variable in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParser
- BEGINNERS - Static variable in class org.apache.sshd.common.config.keys.loader.pem.DSSPEMResourceKeyPairParser
- BEGINNERS - Static variable in class org.apache.sshd.common.config.keys.loader.pem.ECDSAPEMResourceKeyPairParser
- BEGINNERS - Static variable in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PEMResourceKeyPairParser
- BEGINNERS - Static variable in class org.apache.sshd.common.config.keys.loader.pem.RSAPEMResourceKeyPairParser
- BEGINNERS - Static variable in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleKeyPairResourceParser
- BEGINNERS - Static variable in class org.apache.sshd.common.util.security.eddsa.generic.GenericEd25519PEMResourceKeyParser
- bind(SocketAddress) - Method in interface org.apache.sshd.common.io.IoAcceptor
- bind(Collection<? extends SocketAddress>) - Method in interface org.apache.sshd.common.io.IoAcceptor
- BIT_STRING - Enum constant in enum org.apache.sshd.common.util.io.der.ASN1Type
- BLOWFISH_CBC - Static variable in class org.apache.sshd.common.cipher.BuiltinCiphers.Constants
- blowfishcbc - Enum constant in enum org.apache.sshd.common.cipher.BuiltinCiphers
-
Deprecated.
- BMP_STRING - Enum constant in enum org.apache.sshd.common.util.io.der.ASN1Type
- bodyEngine - Variable in class org.apache.sshd.common.cipher.ChaCha20Cipher
- bool(String) - Static method in interface org.apache.sshd.common.Property
- bool(String, boolean) - Static method in interface org.apache.sshd.common.Property
- BOOLEAN - Enum constant in enum org.apache.sshd.common.util.io.der.ASN1Type
- BOOLEAN_OPTION_NEGATION_INDICATOR - Static variable in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
- BooleanProperty(String) - Constructor for class org.apache.sshd.common.Property.BooleanProperty
- BooleanProperty(String, Boolean) - Constructor for class org.apache.sshd.common.Property.BooleanProperty
- BOUNCY_CASTLE - Static variable in class org.apache.sshd.common.util.security.SecurityUtils
-
Bouncy Castle
SecurityProviderRegistrarname. - BouncyCastleEdDSASupport - Class in org.apache.sshd.common.util.security.eddsa.bouncycastle
- BouncyCastleEdDSASupport() - Constructor for class org.apache.sshd.common.util.security.eddsa.bouncycastle.BouncyCastleEdDSASupport
- BouncyCastleEncryptedPrivateKeyInfoDecryptor - Enum in org.apache.sshd.common.util.security.bouncycastle
-
Utility to decrypt an RFC 5958 PKCS#8 EncryptedPrivateKeyInfo.
- BouncyCastleGeneratorHostKeyProvider - Class in org.apache.sshd.common.util.security.bouncycastle
- BouncyCastleGeneratorHostKeyProvider(Path) - Constructor for class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleGeneratorHostKeyProvider
- BouncyCastleKeyPairResourceParser - Class in org.apache.sshd.common.util.security.bouncycastle
- BouncyCastleKeyPairResourceParser() - Constructor for class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleKeyPairResourceParser
- BouncyCastleRandom - Class in org.apache.sshd.common.util.security.bouncycastle
-
BouncyCastle
Random. - BouncyCastleRandom() - Constructor for class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleRandom
- BouncyCastleRandomFactory - Class in org.apache.sshd.common.util.security.bouncycastle
-
Named factory for the BouncyCastle
Random - BouncyCastleRandomFactory() - Constructor for class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleRandomFactory
- BouncyCastleSecurityProviderRegistrar - Class in org.apache.sshd.common.util.security.bouncycastle
- BouncyCastleSecurityProviderRegistrar() - Constructor for class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleSecurityProviderRegistrar
- BROADCAST_ADDRESS - Static variable in class org.apache.sshd.common.util.net.SshdSocketAddress
- broadcastAddress() - Method in class org.apache.sshd.common.net.InetAddressRange
-
Retrieves the broadcast address of this range as a MSB-first byte array.
- Buffer - Class in org.apache.sshd.common.util.buffer
-
Provides an abstract message buffer for encoding SSH messages
- Buffer() - Constructor for class org.apache.sshd.common.util.buffer.Buffer
- BufferException - Exception Class in org.apache.sshd.common.util.buffer
- BufferException(String) - Constructor for exception class org.apache.sshd.common.util.buffer.BufferException
- BufferPublicKeyParser<PUB> - Interface in org.apache.sshd.common.util.buffer.keys
- BufferUtils - Class in org.apache.sshd.common.util.buffer
-
General utilities for working with byte-encoded data.
- build() - Method in class org.apache.sshd.common.util.closeable.Builder
- build() - Method in class org.apache.sshd.common.util.MapEntryUtils.EnumMapBuilder
- build() - Method in class org.apache.sshd.common.util.MapEntryUtils.MapBuilder
- build() - Method in class org.apache.sshd.common.util.MapEntryUtils.NavigableMapBuilder
- build() - Method in interface org.apache.sshd.common.util.ObjectBuilder
- builder() - Method in class org.apache.sshd.common.util.closeable.AbstractCloseable
- builder() - Static method in class org.apache.sshd.common.util.MapEntryUtils.MapBuilder
- builder() - Static method in class org.apache.sshd.common.util.MapEntryUtils.NavigableMapBuilder
- builder(Class<K>) - Static method in class org.apache.sshd.common.util.MapEntryUtils.EnumMapBuilder
- builder(Comparator<? super K>) - Static method in class org.apache.sshd.common.util.MapEntryUtils.NavigableMapBuilder
- Builder - Class in org.apache.sshd.common.util.closeable
- Builder(Object) - Constructor for class org.apache.sshd.common.util.closeable.Builder
- buildPath(Path, FileSystem, List<String>) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
Build a path from the list of path parts
- buildProviders(Collection<? extends Path>, ClientIdentityLoaderHolder, FilePasswordProviderHolder, boolean) - Static method in class org.apache.sshd.client.config.keys.ClientIdentitiesWatcher
- buildProviders(Collection<? extends Path>, ClientIdentityLoader, FilePasswordProvider, boolean) - Static method in class org.apache.sshd.client.config.keys.ClientIdentitiesWatcher
- buildRelativePath(FileSystem, List<String>) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
Build a relative path on the filesystem fs from the path parts in the namesList
- BuiltinCiphers - Enum in org.apache.sshd.common.cipher
-
Provides easy access to the currently implemented ciphers
- BuiltinCiphers.Constants - Class in org.apache.sshd.common.cipher
- BuiltinCiphers.ParseResult - Class in org.apache.sshd.common.cipher
-
Holds the result of
BuiltinCiphers.parseCiphersList(String) - BuiltinClientIdentitiesWatcher - Class in org.apache.sshd.client.config.keys
- BuiltinClientIdentitiesWatcher(Path, boolean, ClientIdentityLoaderHolder, FilePasswordProviderHolder, boolean) - Constructor for class org.apache.sshd.client.config.keys.BuiltinClientIdentitiesWatcher
- BuiltinClientIdentitiesWatcher(Path, boolean, ClientIdentityLoader, FilePasswordProvider, boolean) - Constructor for class org.apache.sshd.client.config.keys.BuiltinClientIdentitiesWatcher
- BuiltinClientIdentitiesWatcher(Path, Collection<String>, boolean, ClientIdentityLoaderHolder, FilePasswordProviderHolder, boolean) - Constructor for class org.apache.sshd.client.config.keys.BuiltinClientIdentitiesWatcher
- BuiltinClientIdentitiesWatcher(Path, Collection<String>, boolean, ClientIdentityLoader, FilePasswordProvider, boolean) - Constructor for class org.apache.sshd.client.config.keys.BuiltinClientIdentitiesWatcher
- BuiltinCompressions - Enum in org.apache.sshd.common.compression
- BuiltinCompressions.Constants - Class in org.apache.sshd.common.compression
- BuiltinCompressions.ParseResult - Class in org.apache.sshd.common.compression
-
Holds the result of
BuiltinCompressions.parseCompressionsList(String) - BuiltinDigests - Enum in org.apache.sshd.common.digest
-
Provides easy access to the currently implemented digests
- BuiltinDigests.Constants - Class in org.apache.sshd.common.digest
- BuiltinFactory<T> - Interface in org.apache.sshd.common
-
A named optional factory.
- BuiltinIdentities - Enum in org.apache.sshd.common.config.keys
- BuiltinIdentities.Constants - Class in org.apache.sshd.common.config.keys
-
Contains the names of the identities
- BuiltinMacs - Enum in org.apache.sshd.common.mac
-
Provides easy access to the currently implemented macs
- BuiltinMacs.Constants - Class in org.apache.sshd.common.mac
- BuiltinMacs.ParseResult - Class in org.apache.sshd.common.mac
- BuiltinSignatures - Enum in org.apache.sshd.common.signature
-
Provides easy access to the currently implemented signatures
- BuiltinSignatures.ParseResult - Class in org.apache.sshd.common.signature
-
Holds the result of the
BuiltinSignatures.parseSignatureList(String) - BUS - Enum constant in enum org.apache.sshd.server.Signal
- BY_CASE_INSENSITIVE_FILENAME - Static variable in class org.apache.sshd.common.util.io.PathUtils
- BY_CASE_SENSITIVE_FILENAME - Static variable in class org.apache.sshd.common.util.io.PathUtils
- BY_HOST_ADDRESS - Static variable in class org.apache.sshd.common.util.net.SshdSocketAddress
-
Compares
InetAddress-es according to theirInetAddress.getHostAddress()value case insensitive - BY_HOST_AND_PORT - Static variable in class org.apache.sshd.common.util.net.SshdSocketAddress
-
Compares
SocketAddress-es according to their host case insensitive and if equals, then according to their port value (if any) - BY_KEY_SIZE - Static variable in enum org.apache.sshd.common.cipher.ECCurves
- BY_NAME_COMPARATOR - Static variable in interface org.apache.sshd.common.NamedResource
-
Compares 2
NamedResources according to theirNamedResource.getName()value case insensitive - BY_OPCODE - Static variable in enum org.apache.sshd.common.channel.PtyMode
- BY_PROPOSAL_INDEX - Static variable in enum org.apache.sshd.common.kex.KexProposalOption
-
Compares values according to
KexProposalOption.getProposalIndex() - byKeyEntryComparator() - Static method in class org.apache.sshd.common.util.MapEntryUtils
- ByteArrayBuffer - Class in org.apache.sshd.common.util.buffer
-
Provides an implementation of
Bufferusing a backing byte array - ByteArrayBuffer() - Constructor for class org.apache.sshd.common.util.buffer.ByteArrayBuffer
-
Allocates a buffer for writing purposes with 256 bytes
- ByteArrayBuffer(byte[]) - Constructor for class org.apache.sshd.common.util.buffer.ByteArrayBuffer
-
Wraps data bytes for reading
- ByteArrayBuffer(byte[], boolean) - Constructor for class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- ByteArrayBuffer(byte[], int, int) - Constructor for class org.apache.sshd.common.util.buffer.ByteArrayBuffer
-
Wraps data bytes for reading
- ByteArrayBuffer(byte[], int, int, boolean) - Constructor for class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- ByteArrayBuffer(int) - Constructor for class org.apache.sshd.common.util.buffer.ByteArrayBuffer
-
Allocates a buffer for writing purposes
- ByteArrayBuffer(int, boolean) - Constructor for class org.apache.sshd.common.util.buffer.ByteArrayBuffer
-
Allocates a buffer for writing purposes
C
- C2SCOMP - Enum constant in enum org.apache.sshd.common.kex.KexProposalOption
- C2SENC - Enum constant in enum org.apache.sshd.common.kex.KexProposalOption
- C2SLANG - Enum constant in enum org.apache.sshd.common.kex.KexProposalOption
- C2SMAC - Enum constant in enum org.apache.sshd.common.kex.KexProposalOption
- calculatedHashCode() - Method in class org.apache.sshd.common.file.util.BasePath
- calculateHashValue(String, int, Factory<? extends Mac>, byte[]) - Static method in class org.apache.sshd.client.config.hosts.KnownHostHashValue
- calculateHashValue(String, int, Mac, byte[]) - Static method in class org.apache.sshd.client.config.hosts.KnownHostHashValue
- cancel() - Method in interface org.apache.sshd.common.future.Cancellable
-
Attempts to cancel the operation.
- cancel() - Method in class org.apache.sshd.common.future.DefaultCancellableSshFuture
- CANCEL_ON_INTERRUPT - Enum constant in enum org.apache.sshd.common.future.CancelOption
-
Indicates that when waiting on a future is interrupted, the future shall be canceled.
- CANCEL_ON_TIMEOUT - Enum constant in enum org.apache.sshd.common.future.CancelOption
-
Indicates that when waiting on a future times out, the future shall be canceled.
- CancelFuture - Interface in org.apache.sshd.common.future
-
Cancellations may not always be effective immediately.
- Cancellable - Interface in org.apache.sshd.common.future
-
Some operation that can be cancelled.
- CancelOption - Enum in org.apache.sshd.common.future
-
A
CancelOptiondefines whether aCancellablefuture that is waited upon shall be cancelled if waiting times out or is interrupted. - canExtractKeyPairs(NamedResource, List<String>) - Method in class org.apache.sshd.common.config.keys.loader.AbstractKeyPairResourceParser
- canExtractKeyPairs(NamedResource, List<String>) - Method in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceParser
- capacity() - Method in class org.apache.sshd.common.util.buffer.Buffer
- capacity() - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- CARRIER_GRADE_NAT_PREFIX - Static variable in class org.apache.sshd.common.util.net.SshdSocketAddress
- CASE_SENSITIVE_ORDER - Static variable in class org.apache.sshd.common.util.GenericUtils
-
The complement of
String.CASE_INSENSITIVE_ORDER - caseInsensitiveMap() - Static method in class org.apache.sshd.common.util.MapEntryUtils
- caseSensitive - Variable in class org.apache.sshd.common.util.io.PathScanningMatcher
-
Whether or not the file system should be treated as a case sensitive one.
- cc20p1305_openssh - Enum constant in enum org.apache.sshd.common.cipher.BuiltinCiphers
- CC20P1305_OPENSSH - Static variable in class org.apache.sshd.common.cipher.BuiltinCiphers.Constants
- CERTIFICATE_FILE_CONFIG_PROP - Static variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- CertificateOption(String) - Constructor for class org.apache.sshd.common.config.keys.OpenSshCertificate.CertificateOption
-
Creates a new
OpenSshCertificate.CertificateOptionwith a name without data. - CertificateOption(String, String) - Constructor for class org.apache.sshd.common.config.keys.OpenSshCertificate.CertificateOption
-
Creates a new
OpenSshCertificate.CertificateOptionwith the given name and data. - ChaCha20Cipher - Class in org.apache.sshd.common.cipher
-
AEAD cipher based on the OpenSSH ChaCha20-Poly1305 cipher extension.
- ChaCha20Cipher() - Constructor for class org.apache.sshd.common.cipher.ChaCha20Cipher
- ChaCha20Cipher.ChaChaEngine - Class in org.apache.sshd.common.cipher
- ChaChaEngine() - Constructor for class org.apache.sshd.common.cipher.ChaCha20Cipher.ChaChaEngine
- charset(String) - Static method in interface org.apache.sshd.common.Property
- charset(String, Charset) - Static method in interface org.apache.sshd.common.Property
- CharsetProperty(String) - Constructor for class org.apache.sshd.common.Property.CharsetProperty
- CharsetProperty(String, Charset) - Constructor for class org.apache.sshd.common.Property.CharsetProperty
- checkAccess(Path, AccessMode...) - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystemProvider
- checkAccess(Path, AccessMode...) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- checkFileExists(Path, LinkOption...) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
Checks if a file exists - Note: according to the Java tutorial - Checking a File or Directory:
- checkFileExistsAnySymlinks(Path, boolean) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
Checks that a file exists with or without following any symlinks.
- checkFingerPrint(String, PublicKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- checkFingerPrint(String, Digest, PublicKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- checkFingerPrint(String, Factory<? extends Digest>, PublicKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- checkInstanceOf(Object, Class<T>, String) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkInstanceOf(Object, Class<T>, String, long) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkInstanceOf(Object, Class<T>, String, Object) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkInstanceOf(Object, Class<T>, String, Object...) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkNotNull(T, String) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkNotNull(T, String, long) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkNotNull(T, String, Object) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkNotNull(T, String, Object...) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkNotNullAndNotEmpty(byte[], String) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkNotNullAndNotEmpty(byte[], String, Object...) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkNotNullAndNotEmpty(char[], String) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkNotNullAndNotEmpty(char[], String, Object...) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkNotNullAndNotEmpty(int[], String) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkNotNullAndNotEmpty(int[], String, Object...) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkNotNullAndNotEmpty(C, String, Object...) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkNotNullAndNotEmpty(String, String) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkNotNullAndNotEmpty(String, String, Object) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkNotNullAndNotEmpty(String, String, Object...) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkNotNullAndNotEmpty(M, String, Object...) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkNotNullAndNotEmpty(T[], String, Object...) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkPath(Path) - Method in class org.apache.sshd.common.file.util.BasePath
- checkpw(String, String) - Static method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCrypt
-
Check that a plaintext password matches a previously hashed one
- checkReloadRequired() - Method in class org.apache.sshd.common.util.io.ModifiableFileWatcher
- checkState(boolean, String) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkState(boolean, String, long) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkState(boolean, String, Object) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkState(boolean, String, Object...) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkSupported(String) - Static method in class org.apache.sshd.common.digest.DigestUtils
- checkSupported(String, int) - Static method in interface org.apache.sshd.common.cipher.Cipher
- checkTrue(boolean, String) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkTrue(boolean, String, long) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkTrue(boolean, String, Object) - Static method in class org.apache.sshd.common.util.ValidateUtils
- checkTrue(boolean, String, Object...) - Static method in class org.apache.sshd.common.util.ValidateUtils
- CHLD - Enum constant in enum org.apache.sshd.server.Signal
- chroot(Path, Path) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
Chroot a path under the new root
- Cipher - Interface in org.apache.sshd.common.cipher
-
Wrapper for a cryptographic cipher, used either for encryption or decryption.
- CIPHER_NAME - Static variable in class org.apache.sshd.common.config.keys.loader.AESPrivateKeyObfuscator
- CIPHER_PROPOSALS - Static variable in enum org.apache.sshd.common.kex.KexProposalOption
- Cipher.Mode - Enum in org.apache.sshd.common.cipher
- CipherFactory - Interface in org.apache.sshd.common.cipher
- CipherInformation - Interface in org.apache.sshd.common.cipher
-
The reported algorithm name refers to the cipher base name - e.g., "AES", "ARCFOUR", etc.
- CipherNone - Class in org.apache.sshd.common.cipher
-
Represents a no-op cipher.
- CipherNone() - Constructor for class org.apache.sshd.common.cipher.CipherNone
- CIPHERS_CONFIG_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- ClassLoadableResourceKeyPairProvider - Class in org.apache.sshd.common.keyprovider
-
This provider loads private keys from the specified resources that are accessible via
ClassLoader.getResourceAsStream(String). - ClassLoadableResourceKeyPairProvider() - Constructor for class org.apache.sshd.common.keyprovider.ClassLoadableResourceKeyPairProvider
- ClassLoadableResourceKeyPairProvider(ClassLoader) - Constructor for class org.apache.sshd.common.keyprovider.ClassLoadableResourceKeyPairProvider
- ClassLoadableResourceKeyPairProvider(ClassLoader, String) - Constructor for class org.apache.sshd.common.keyprovider.ClassLoadableResourceKeyPairProvider
- ClassLoadableResourceKeyPairProvider(ClassLoader, Collection<String>) - Constructor for class org.apache.sshd.common.keyprovider.ClassLoadableResourceKeyPairProvider
- ClassLoadableResourceKeyPairProvider(String) - Constructor for class org.apache.sshd.common.keyprovider.ClassLoadableResourceKeyPairProvider
- ClassLoadableResourceKeyPairProvider(Collection<String>) - Constructor for class org.apache.sshd.common.keyprovider.ClassLoadableResourceKeyPairProvider
- ClassLoaderResource - Class in org.apache.sshd.common.util.io.resource
-
TODO Add javadoc
- ClassLoaderResource(ClassLoader, String) - Constructor for class org.apache.sshd.common.util.io.resource.ClassLoaderResource
- clear() - Method in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PrivateKeyInfo
- clear() - Method in class org.apache.sshd.common.SyspropsMapWrapper
- clear() - Method in class org.apache.sshd.common.util.buffer.Buffer
-
Reset read/write positions to zero - Note: zeroes any previously existing data
- clear() - Method in class org.apache.sshd.common.util.IgnoringEmptyMap
- clear() - Method in class org.apache.sshd.common.util.MapEntryUtils.EnumMapBuilder
- clear() - Method in class org.apache.sshd.common.util.MapEntryUtils.GenericMapPopulator
- clear() - Method in class org.apache.sshd.common.util.MapEntryUtils.MapBuilder
- clear() - Method in class org.apache.sshd.common.util.MapEntryUtils.NavigableMapBuilder
- clear(boolean) - Method in class org.apache.sshd.common.util.buffer.Buffer
-
Reset read/write positions to zero
- clear(boolean) - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- clear(B) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
-
Invokes
Buffer.clear() - clearAttributes() - Method in interface org.apache.sshd.common.AttributeStore
-
Removes all currently stored user-defined attributes
- clearLoadedKeys() - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- CLIENT_KEX_EXTENSION - Static variable in class org.apache.sshd.common.kex.extension.KexExtensions
- ClientIdentitiesWatcher - Class in org.apache.sshd.client.config.keys
-
Watches over a group of files that contains client identities
- ClientIdentitiesWatcher(Collection<? extends Path>, ClientIdentityLoaderHolder, FilePasswordProviderHolder) - Constructor for class org.apache.sshd.client.config.keys.ClientIdentitiesWatcher
- ClientIdentitiesWatcher(Collection<? extends Path>, ClientIdentityLoaderHolder, FilePasswordProviderHolder, boolean) - Constructor for class org.apache.sshd.client.config.keys.ClientIdentitiesWatcher
- ClientIdentitiesWatcher(Collection<? extends Path>, ClientIdentityLoader, FilePasswordProvider) - Constructor for class org.apache.sshd.client.config.keys.ClientIdentitiesWatcher
- ClientIdentitiesWatcher(Collection<? extends Path>, ClientIdentityLoader, FilePasswordProvider, boolean) - Constructor for class org.apache.sshd.client.config.keys.ClientIdentitiesWatcher
- ClientIdentitiesWatcher(Collection<ClientIdentityProvider>) - Constructor for class org.apache.sshd.client.config.keys.ClientIdentitiesWatcher
- ClientIdentity - Class in org.apache.sshd.client.config.keys
-
Provides keys loading capability from the user's keys folder - e.g.,
id_rsa - ClientIdentityFileWatcher - Class in org.apache.sshd.client.config.keys
-
A
ClientIdentityProviderthat watches a given key file re-loading its contents if it is ever modified, deleted or (re-)created - ClientIdentityFileWatcher(Path, ClientIdentityLoaderHolder, FilePasswordProviderHolder) - Constructor for class org.apache.sshd.client.config.keys.ClientIdentityFileWatcher
- ClientIdentityFileWatcher(Path, ClientIdentityLoaderHolder, FilePasswordProviderHolder, boolean) - Constructor for class org.apache.sshd.client.config.keys.ClientIdentityFileWatcher
- ClientIdentityFileWatcher(Path, ClientIdentityLoader, FilePasswordProvider) - Constructor for class org.apache.sshd.client.config.keys.ClientIdentityFileWatcher
- ClientIdentityFileWatcher(Path, ClientIdentityLoader, FilePasswordProvider, boolean) - Constructor for class org.apache.sshd.client.config.keys.ClientIdentityFileWatcher
- ClientIdentityLoader - Interface in org.apache.sshd.client.config.keys
- ClientIdentityLoaderHolder - Interface in org.apache.sshd.client.config.keys
- ClientIdentityLoaderManager - Interface in org.apache.sshd.client.config.keys
-
TODO Add javadoc
- ClientIdentityProvider - Interface in org.apache.sshd.client.config.keys
- clone() - Method in class org.apache.sshd.common.auth.BasicCredentialsImpl
- clone() - Method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- clone() - Method in class org.apache.sshd.common.util.io.der.ASN1Object
- cloneKeyPair(String, KeyPair) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
-
Performs a deep-clone of the original
KeyPair- i.e., creates new public/private keys that are clones of the original one - cloneKeyPair(KeyPair) - Method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- clonePrivateKey(DSAPrivateKey) - Method in class org.apache.sshd.common.config.keys.impl.DSSPublicKeyEntryDecoder
- clonePrivateKey(DSAPrivateKey) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHDSSPrivateKeyEntryDecoder
- clonePrivateKey(ECPrivateKey) - Method in class org.apache.sshd.common.config.keys.impl.ECDSAPublicKeyEntryDecoder
- clonePrivateKey(ECPrivateKey) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHECDSAPrivateKeyEntryDecoder
- clonePrivateKey(RSAPrivateKey) - Method in class org.apache.sshd.common.config.keys.impl.RSAPublicKeyDecoder
- clonePrivateKey(RSAPrivateKey) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHRSAPrivateKeyDecoder
- clonePrivateKey(PrivateKey) - Method in class org.apache.sshd.common.config.keys.impl.SkECDSAPublicKeyEntryDecoder
- clonePrivateKey(PrivateKey) - Method in class org.apache.sshd.common.config.keys.impl.SkED25519PublicKeyEntryDecoder
- clonePrivateKey(OpenSshCertificate) - Method in class org.apache.sshd.common.config.keys.impl.OpenSSHCertificateDecoder
- clonePrivateKey(PRV) - Method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- clonePrivateKey(PRV) - Method in class org.apache.sshd.common.util.security.eddsa.generic.GenericEd25519PublicKeyDecoder
- clonePrivateKey(PRV) - Method in class org.apache.sshd.common.util.security.eddsa.generic.GenericOpenSSHEd25519PrivateKeyEntryDecoder
- clonePublicKey(DSAPublicKey) - Method in class org.apache.sshd.common.config.keys.impl.DSSPublicKeyEntryDecoder
- clonePublicKey(DSAPublicKey) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHDSSPrivateKeyEntryDecoder
- clonePublicKey(ECPublicKey) - Method in class org.apache.sshd.common.config.keys.impl.ECDSAPublicKeyEntryDecoder
- clonePublicKey(ECPublicKey) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHECDSAPrivateKeyEntryDecoder
- clonePublicKey(RSAPublicKey) - Method in class org.apache.sshd.common.config.keys.impl.RSAPublicKeyDecoder
- clonePublicKey(RSAPublicKey) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHRSAPrivateKeyDecoder
- clonePublicKey(OpenSshCertificate) - Method in class org.apache.sshd.common.config.keys.impl.OpenSSHCertificateDecoder
- clonePublicKey(SkEcdsaPublicKey) - Method in class org.apache.sshd.common.config.keys.impl.SkECDSAPublicKeyEntryDecoder
- clonePublicKey(SkED25519PublicKey) - Method in class org.apache.sshd.common.config.keys.impl.SkED25519PublicKeyEntryDecoder
- clonePublicKey(PUB) - Method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- clonePublicKey(PUB) - Method in class org.apache.sshd.common.util.security.eddsa.generic.GenericEd25519PublicKeyDecoder
- clonePublicKey(PUB) - Method in class org.apache.sshd.common.util.security.eddsa.generic.GenericOpenSSHEd25519PrivateKeyEntryDecoder
- close() - Method in interface org.apache.sshd.common.Closeable
- close() - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystem
- close() - Method in class org.apache.sshd.common.file.root.RootedDirectoryStream
- close() - Method in class org.apache.sshd.common.file.root.RootedFileSystem
- close() - Method in class org.apache.sshd.common.file.util.MockFileSystem
- close() - Method in class org.apache.sshd.common.util.io.input.CloseableEmptyInputStream
- close() - Method in class org.apache.sshd.common.util.io.input.LimitInputStream
- close() - Method in class org.apache.sshd.common.util.io.input.NoCloseInputStream
- close() - Method in class org.apache.sshd.common.util.io.input.NoCloseReader
- close() - Method in class org.apache.sshd.common.util.io.input.NullInputStream
- close() - Method in class org.apache.sshd.common.util.io.output.LineOutputStream
- close() - Method in class org.apache.sshd.common.util.io.output.NoCloseOutputStream
- close() - Method in class org.apache.sshd.common.util.io.output.NoCloseWriter
- close() - Method in class org.apache.sshd.common.util.io.output.NullOutputStream
- close() - Method in class org.apache.sshd.common.util.io.output.SecureByteArrayOutputStream
- close() - Method in interface org.apache.sshd.common.util.threads.CloseableExecutorService
- close(boolean) - Method in interface org.apache.sshd.common.Closeable
-
Close this resource asynchronously and return a future.
- close(boolean) - Method in interface org.apache.sshd.common.io.IoSession
-
Closes this session immediately or after all queued write requests are flushed.
- close(boolean) - Method in class org.apache.sshd.common.util.closeable.AbstractCloseable
- close(boolean) - Method in class org.apache.sshd.common.util.closeable.SimpleCloseable
- close(boolean) - Method in class org.apache.sshd.common.util.threads.NoCloseExecutor
- close(boolean) - Method in class org.apache.sshd.common.util.threads.SshThreadPoolExecutor
- close(Closeable) - Static method in interface org.apache.sshd.common.Closeable
- close(Closeable) - Method in class org.apache.sshd.common.util.closeable.Builder
- CLOSE_WAIT_TIMEOUT - Static variable in class org.apache.sshd.common.CommonModuleProperties
-
Timeout (milliseconds) for waiting on a
CloseFutureto successfully complete its action. - closeable - Variable in class org.apache.sshd.common.util.threads.SshThreadPoolExecutor
- Closeable - Interface in org.apache.sshd.common
-
A
Closeableis a resource that can be closed. - CloseableEmptyInputStream - Class in org.apache.sshd.common.util.io.input
-
A
/dev/nullstream that can be closed - in which case it will throwIOExceptions if invoked after being closed - CloseableEmptyInputStream() - Constructor for class org.apache.sshd.common.util.io.input.CloseableEmptyInputStream
- CloseableExecutorService - Interface in org.apache.sshd.common.util.threads
- Closed - Enum constant in enum org.apache.sshd.common.util.closeable.AbstractCloseable.State
-
Connection is closed
- closeFuture - Variable in class org.apache.sshd.common.util.closeable.AbstractCloseable
-
A future that will be set 'closed' when the object is actually closed
- closeFuture - Variable in class org.apache.sshd.common.util.threads.NoCloseExecutor
- CloseFuture - Interface in org.apache.sshd.common.future
-
An
SshFuturefor asynchronous close requests. - closeQuietly(Closeable) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
Closes the specified
Closeableresource - closeQuietly(Closeable...) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
Closes a bunch of resources suppressing any
IOExceptions theirCloseable.close()method may have thrown - closeQuietly(Collection<? extends Closeable>) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
Closes a bunch of resources suppressing any
IOExceptions theirCloseable.close()method may have thrown - closing - Variable in class org.apache.sshd.common.util.closeable.SimpleCloseable
- collate(HostConfigEntry) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
Merges that into this via underride.
- combine(char, Collection<? extends KeyRandomArt>) - Static method in class org.apache.sshd.common.config.keys.KeyRandomArt
-
Combines the arts in a user-friendly way so they are aligned with each other
- combine(A, char, Collection<? extends KeyRandomArt>) - Static method in class org.apache.sshd.common.config.keys.KeyRandomArt
-
Combines the arts in a user-friendly way so they are aligned with each other
- combine(SessionContext, char, KeyIdentityProvider) - Static method in class org.apache.sshd.common.config.keys.KeyRandomArt
-
Creates the combined representation of the random art entries for the provided keys
- combine(SessionContext, A, char, KeyIdentityProvider) - Static method in class org.apache.sshd.common.config.keys.KeyRandomArt
-
Appends the combined random art entries for the provided keys
- COMMANDS - Static variable in enum org.apache.sshd.common.channel.PtyMode
- COMMENT_CHAR - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- COMMENT_CHAR - Static variable in class org.apache.sshd.common.config.keys.PublicKeyEntry
-
Character used to denote a comment line in the keys file
- CommonModuleProperties - Class in org.apache.sshd.common
-
Configurable properties for sshd-common.
- compact() - Method in class org.apache.sshd.common.util.buffer.Buffer
-
"Shift" the internal data so that reading starts from position zero.
- compact() - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- compare(char[], char[]) - Static method in class org.apache.sshd.common.util.GenericUtils
-
Compares 2 character arrays - Note:
nulland empty are considered equal - compare(String, String) - Method in class org.apache.sshd.common.file.util.BasePath
- compareDSAKeys(DSAPrivateKey, DSAPrivateKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- compareDSAKeys(DSAPublicKey, DSAPublicKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- compareDSAParams(DSAParams, DSAParams) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- compareECKeys(ECPrivateKey, ECPrivateKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- compareECKeys(ECPublicKey, ECPublicKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- compareECParams(ECParameterSpec, ECParameterSpec) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- compareEDDSAKeyParams(EdDSAParameterSpec, EdDSAParameterSpec) - Static method in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderUtils
- compareEDDSAPPublicKeys(PublicKey, PublicKey) - Method in class org.apache.sshd.common.util.security.eddsa.bouncycastle.BouncyCastleEdDSASupport
- compareEDDSAPPublicKeys(PublicKey, PublicKey) - Static method in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderUtils
- compareEDDSAPPublicKeys(PublicKey, PublicKey) - Method in interface org.apache.sshd.common.util.security.eddsa.generic.EdDSASupport
- compareEDDSAPPublicKeys(PublicKey, PublicKey) - Method in class org.apache.sshd.common.util.security.eddsa.NetI2pCryptoEdDSASupport
- compareEDDSAPPublicKeys(PublicKey, PublicKey) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- compareEDDSAPrivateKeys(PrivateKey, PrivateKey) - Method in class org.apache.sshd.common.util.security.eddsa.bouncycastle.BouncyCastleEdDSASupport
- compareEDDSAPrivateKeys(PrivateKey, PrivateKey) - Static method in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderUtils
- compareEDDSAPrivateKeys(PrivateKey, PrivateKey) - Method in interface org.apache.sshd.common.util.security.eddsa.generic.EdDSASupport
- compareEDDSAPrivateKeys(PrivateKey, PrivateKey) - Method in class org.apache.sshd.common.util.security.eddsa.NetI2pCryptoEdDSASupport
- compareEDDSAPrivateKeys(PrivateKey, PrivateKey) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- compareKeyPairs(KeyPair, KeyPair) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- compareKeys(PrivateKey, PrivateKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- compareKeys(PublicKey, PublicKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- compareOpenSSHCertificateKeys(OpenSshCertificate, OpenSshCertificate) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- compareRSAKeys(RSAPrivateKey, RSAPrivateKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- compareRSAKeys(RSAPublicKey, RSAPublicKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- compareSkEcdsaKeys(SkEcdsaPublicKey, SkEcdsaPublicKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- compareSkEd25519Keys(SkED25519PublicKey, SkED25519PublicKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- compareTo(Path) - Method in class org.apache.sshd.common.file.util.BasePath
- compareTo(Path) - Method in class org.apache.sshd.common.file.util.MockPath
- compareTo(Digest) - Method in class org.apache.sshd.common.digest.BaseDigest
- compareTo(VersionInfo) - Method in class org.apache.sshd.common.util.VersionInfo
- comparing(Comparator<? super T>) - Static method in interface org.apache.sshd.common.util.functors.UnaryEquator
- compose(IOFunction<? super V, ? extends T>) - Method in interface org.apache.sshd.common.util.io.functors.IOFunction
-
Returns a composed function that first applies the
beforefunction to its input, and then applies this function to the result. - compress(Buffer) - Method in interface org.apache.sshd.common.compression.Compression
-
Compress the given buffer in place.
- compress(Buffer) - Method in class org.apache.sshd.common.compression.CompressionNone
- compress(Buffer) - Method in class org.apache.sshd.common.compression.CompressionZlib
- Compression - Interface in org.apache.sshd.common.compression
-
Interface used to compress the stream of data between the SSH server and clients.
- COMPRESSION_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- COMPRESSION_PROPOSALS - Static variable in enum org.apache.sshd.common.kex.KexProposalOption
- Compression.Type - Enum in org.apache.sshd.common.compression
-
Enum identifying if this object will be used to compress or uncompress data.
- CompressionConfigValue - Enum in org.apache.sshd.common.config
-
Provides a "bridge" between the configuration values and the actual
NamedFactoryfor theCompression. - CompressionDelayedZlib - Class in org.apache.sshd.common.compression
-
ZLib delayed compression.
- CompressionDelayedZlib() - Constructor for class org.apache.sshd.common.compression.CompressionDelayedZlib
-
Create a new instance of a delayed ZLib compression
- CompressionFactory - Interface in org.apache.sshd.common.compression
- CompressionInformation - Interface in org.apache.sshd.common.compression
- CompressionNone - Class in org.apache.sshd.common.compression
- CompressionNone() - Constructor for class org.apache.sshd.common.compression.CompressionNone
- CompressionZlib - Class in org.apache.sshd.common.compression
-
ZLib based Compression.
- CompressionZlib() - Constructor for class org.apache.sshd.common.compression.CompressionZlib
-
Create a new instance of a ZLib base compression
- CompressionZlib(String) - Constructor for class org.apache.sshd.common.compression.CompressionZlib
- computeAttributeIfAbsent(AttributeRepository.AttributeKey<T>, Function<? super AttributeRepository.AttributeKey<T>, ? extends T>) - Method in interface org.apache.sshd.common.AttributeStore
-
If the specified key is not already associated with a value (or is mapped to
null), attempts to compute its value using the given mapping function and enters it into this map unlessnull. - concatPaths(String, String, char) - Static method in class org.apache.sshd.common.util.SelectorUtils
-
Creates a single path by concatenating 2 parts and taking care not to create FS separator duplication in the process
- CONFIG_PROP_BASE - Static variable in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
-
Base name for configuration properties related to security providers
- ConfigFileHostEntryResolver - Class in org.apache.sshd.client.config.hosts
-
Watches for changes in a configuration file and automatically reloads any changes
- ConfigFileHostEntryResolver(Path) - Constructor for class org.apache.sshd.client.config.hosts.ConfigFileHostEntryResolver
- ConfigFileHostEntryResolver(Path, LinkOption...) - Constructor for class org.apache.sshd.client.config.hosts.ConfigFileHostEntryResolver
- ConfigFileReaderSupport - Class in org.apache.sshd.common.config
- connect(SocketAddress, AttributeRepository, SocketAddress) - Method in interface org.apache.sshd.common.io.IoConnector
- connectionAccepted(IoAcceptor, SocketAddress, SocketAddress, SocketAddress) - Method in interface org.apache.sshd.common.io.IoServiceEventListener
-
Called when a new connection has been accepted from a remote peer - before it was converted into a session
- ConnectionEndpointsIndicator - Interface in org.apache.sshd.common.util.net
- connectionEstablished(IoConnector, SocketAddress, AttributeRepository, SocketAddress) - Method in interface org.apache.sshd.common.io.IoServiceEventListener
-
Called when a new connection has been created to a remote peer - before it was converted into a session
- constant(int) - Static method in class org.apache.sshd.common.util.functors.Int2IntFunction
- CONSTRUCTED - Static variable in class org.apache.sshd.common.util.io.der.ASN1Object
- consume(CharSequence) - Method in interface org.apache.sshd.common.util.io.LineDataConsumer
- consume(CharSequence) - Method in interface org.apache.sshd.common.util.io.output.LineLevelAppender
- CONT - Enum constant in enum org.apache.sshd.server.Signal
- contains(byte[]) - Method in class org.apache.sshd.common.net.InetAddressRange
-
Tests whether this range contains the given IP address.
- contains(InetAddress) - Method in class org.apache.sshd.common.net.InetAddressRange
-
Tests whether this range contains the given
InetAddress. - contains(InetAddressRange) - Method in class org.apache.sshd.common.net.InetAddressRange
-
Tests whether this range completely contains a given other range.
- containsAny(Collection<? extends T>, Iterable<? extends T>) - Static method in class org.apache.sshd.common.util.GenericUtils
- containsKey(Object) - Method in class org.apache.sshd.common.SyspropsMapWrapper
- containsKey(Object) - Method in class org.apache.sshd.common.util.IgnoringEmptyMap
- containsMarkerLine(List<String>, String) - Static method in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceParser
- containsMarkerLine(List<String>, List<String>) - Static method in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceParser
- containsValue(Object) - Method in class org.apache.sshd.common.SyspropsMapWrapper
- containsValue(Object) - Method in class org.apache.sshd.common.util.IgnoringEmptyMap
- CONTEXT - Enum constant in enum org.apache.sshd.common.util.io.der.ASN1Class
- convert(String) - Method in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyPairResourceWriter.KeyEncryptor
- copy(InputStream, OutputStream) - Static method in class org.apache.sshd.common.util.io.IoUtils
- copy(InputStream, OutputStream, int) - Static method in class org.apache.sshd.common.util.io.IoUtils
- copy(Path, Path, CopyOption...) - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystemProvider
- copy(Path, Path, CopyOption...) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- copyConfiguration(PtyChannelConfigurationHolder, M) - Static method in interface org.apache.sshd.common.channel.PtyChannelConfigurationMutator
- copyRawBytes(int, byte[], int, int) - Method in class org.apache.sshd.common.util.buffer.Buffer
- copyRawBytes(int, byte[], int, int) - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- couldHoldIncluded(String) - Method in class org.apache.sshd.common.util.io.PathScanningMatcher
-
Tests whether or not a name matches the start of at least one include pattern.
- CounterGCMParameterSpec(int, byte[]) - Constructor for class org.apache.sshd.common.cipher.BaseGCMCipher.CounterGCMParameterSpec
- create() - Method in enum org.apache.sshd.client.config.hosts.KnownHostDigest
- create() - Method in enum org.apache.sshd.common.cipher.BuiltinCiphers
- create() - Method in enum org.apache.sshd.common.config.CompressionConfigValue
- create() - Method in enum org.apache.sshd.common.digest.BuiltinDigests
- create() - Method in interface org.apache.sshd.common.Factory
- create() - Method in enum org.apache.sshd.common.mac.BuiltinMacs
- create() - Method in class org.apache.sshd.common.random.JceRandomFactory
- create() - Method in class org.apache.sshd.common.random.SingletonRandomFactory
- create() - Method in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleRandomFactory
- create(String, String...) - Method in class org.apache.sshd.common.file.util.BaseFileSystem
- create(String, String...) - Method in class org.apache.sshd.common.file.util.BasePath
- create(String, Collection<String>) - Method in class org.apache.sshd.common.file.util.BaseFileSystem
- create(String, Collection<String>) - Method in class org.apache.sshd.common.file.util.BasePath
- create(String, List<String>) - Method in class org.apache.sshd.common.file.root.RootedFileSystem
- create(String, List<String>) - Method in class org.apache.sshd.common.file.util.BaseFileSystem
- create(String, List<String>) - Method in class org.apache.sshd.common.file.util.BasePath
- create(Collection<? extends NamedFactory<? extends T>>, String) - Static method in interface org.apache.sshd.common.NamedFactory
-
Create an instance of the specified name by looking up the needed factory in the list.
- CREATE_TIME_VIEW_ATTR - Static variable in class org.apache.sshd.common.util.io.IoUtils
- createAcceptor(IoHandler) - Method in interface org.apache.sshd.common.io.IoServiceFactory
- createCancellation() - Method in class org.apache.sshd.common.future.DefaultCancellableSshFuture
- createCancellation() - Method in class org.apache.sshd.common.future.DefaultSshFuture
-
Creates a
CancelFutureif this future can be canceled. - createCipherInstance(Cipher.Mode, byte[], byte[]) - Method in class org.apache.sshd.common.cipher.BaseCipher
- createCipherInstance(Cipher.Mode, byte[], byte[]) - Method in class org.apache.sshd.common.cipher.BaseGCMCipher
- createCipherInstance(Cipher.Mode, byte[], byte[]) - Method in class org.apache.sshd.common.cipher.BaseRC4Cipher
- createCipherSelector(int, String) - Static method in class org.apache.sshd.common.config.keys.loader.AESPrivateKeyObfuscator
- createConnector(IoHandler) - Method in interface org.apache.sshd.common.io.IoServiceFactory
- createDefaultInstance(Class<?>, Class<? extends T>, String) - Static method in class org.apache.sshd.common.util.threads.ThreadUtils
- createDefaultInstance(ClassLoader, Class<? extends T>, String) - Static method in class org.apache.sshd.common.util.threads.ThreadUtils
- createDefaultInstance(Iterable<? extends ClassLoader>, Class<? extends T>, String) - Static method in class org.apache.sshd.common.util.threads.ThreadUtils
- createDirectory(Path, FileAttribute<?>...) - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystemProvider
- createDirectory(Path, FileAttribute<?>...) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- createEnabledOptions(Collection<PtyMode>) - Static method in enum org.apache.sshd.common.channel.PtyMode
- createEnabledOptions(PtyMode...) - Static method in enum org.apache.sshd.common.channel.PtyMode
- createFileSystem(SessionContext) - Method in interface org.apache.sshd.common.file.FileSystemFactory
-
Create user specific file system.
- createFileSystem(SessionContext) - Method in class org.apache.sshd.common.file.nativefs.NativeFileSystemFactory
- createFileSystem(SessionContext) - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystemFactory
- createFileSystem(SessionContext) - Method in class org.apache.sshd.common.file.virtualfs.VirtualFileSystemFactory
- createFormattedException(Function<? super String, ? extends T>, String, Object...) - Static method in class org.apache.sshd.common.util.ValidateUtils
- createGeneratorHostKeyProvider(Path) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- createHostPattern(String, int) - Static method in class org.apache.sshd.client.config.hosts.KnownHostHashValue
- createKeyPairProvider(Map<String, KeyPair>, boolean) - Static method in class org.apache.sshd.common.config.keys.IdentityUtils
- createLink(Path, Path) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- createParser() - Method in class org.apache.sshd.common.util.io.der.ASN1Object
- createPrivateKeySpec(EdDSAPrivateKey) - Method in class org.apache.sshd.common.util.security.eddsa.NetI2pCryptoEdDSASupport
- createPrivateKeySpec(EdDSAPrivateKey) - Method in class org.apache.sshd.common.util.security.eddsa.bouncycastle.BouncyCastleEdDSASupport
- createPrivateKeySpec(PRV) - Method in interface org.apache.sshd.common.util.security.eddsa.generic.EdDSASupport
- createProviderInstance(Class<?>, String) - Static method in interface org.apache.sshd.common.util.security.SecurityProviderChoice
- createProviderInstance(String) - Method in class org.apache.sshd.common.util.security.AbstractSecurityProviderRegistrar
- createPublicKeySpec(EdDSAPublicKey) - Method in class org.apache.sshd.common.util.security.eddsa.NetI2pCryptoEdDSASupport
- createPublicKeySpec(EdDSAPublicKey) - Method in class org.apache.sshd.common.util.security.eddsa.bouncycastle.BouncyCastleEdDSASupport
- createPublicKeySpec(PUB) - Method in interface org.apache.sshd.common.util.security.eddsa.generic.EdDSASupport
- createSecurityEntityFactory(Class<T>, Predicate<? super SecurityProviderRegistrar>) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- createSymbolicLink(Path, Path, FileAttribute<?>...) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- createUserAuth(S) - Method in interface org.apache.sshd.common.auth.UserAuthMethodFactory
- createUserAuth(S, Collection<? extends UserAuthMethodFactory<S, M>>, String) - Static method in interface org.apache.sshd.common.auth.UserAuthMethodFactory
- crypt(byte[], int, int, byte[], int) - Method in class org.apache.sshd.common.cipher.ChaCha20Cipher.ChaChaEngine
- crypt_raw(byte[], byte[], int, int[]) - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCrypt
-
Perform the central password hashing step in the bcrypt scheme
- CS7 - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
7 bit mode.
- CS8 - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
8 bit mode.
- csDecoder - Variable in class org.apache.sshd.common.util.io.output.LineLevelAppenderStream
- CURRENT_USER_OVERRIDE_PROP - Static variable in class org.apache.sshd.common.util.OsUtils
-
Property that can be used to override the reported value from
OsUtils.getCurrentUser(). - currentIdentities - Variable in class org.apache.sshd.client.config.keys.LazyClientIdentityIterator
- currentPair - Variable in class org.apache.sshd.client.config.keys.LazyClientIdentityIterator
- currentProvider - Variable in class org.apache.sshd.common.keyprovider.MultiKeyIdentityIterator
- CURVE_ED25519_SHA512 - Static variable in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderUtils
- CURVE_ED25519_SHA512 - Static variable in class org.apache.sshd.common.util.security.SecurityUtils
D
- DAEMON - Enum constant in enum org.apache.sshd.common.config.SyslogFacilityValue
- DALVIK_DETECTION_PROPERTIES - Static variable in class org.apache.sshd.common.util.OsUtils
-
System properties consulted in order to detect
Dalvik machine. - DALVIK_MACHINE_OVERRIDE_PROP - Static variable in class org.apache.sshd.common.util.OsUtils
-
Property that can be used to override the reported value from
OsUtils.isDalvikMachine(). - DALVIK_PROPERTY_VALUE_MATCHER - Static variable in class org.apache.sshd.common.util.OsUtils
- DASHES - Static variable in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyPairResourceWriter
- DAYS - Enum constant in enum org.apache.sshd.common.config.TimeValueConfig
- debug(String) - Method in class org.apache.sshd.common.util.logging.LoggerSkeleton
- debug(String) - Method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- debug(String, Object) - Method in class org.apache.sshd.common.util.logging.LoggerSkeleton
- debug(String, Object...) - Method in class org.apache.sshd.common.util.logging.LoggerSkeleton
- debug(String, Object, Object) - Method in class org.apache.sshd.common.util.logging.LoggerSkeleton
- debug(String, Object, Object, Object, Object, Object, Object, Throwable) - Method in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- debug(String, Object, Object, Object, Object, Object, Throwable) - Method in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- debug(String, Object, Object, Object, Object, Throwable) - Method in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- debug(String, Object, Object, Object, Throwable) - Method in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- debug(String, Object, Object, Throwable) - Method in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- debug(String, Throwable) - Method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- debug(String, Throwable) - Method in class org.apache.sshd.common.util.logging.SimplifiedLoggerSkeleton
- debug(Logger, String, Object, Object, Object, Object, Object, Object, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- debug(Logger, String, Object, Object, Object, Object, Object, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- debug(Logger, String, Object, Object, Object, Object, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- debug(Logger, String, Object, Object, Object, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- debug(Logger, String, Object, Object, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- DEBUG - Enum constant in enum org.apache.sshd.common.config.LogLevelValue
- DEBUG1 - Enum constant in enum org.apache.sshd.common.config.LogLevelValue
- DEBUG2 - Enum constant in enum org.apache.sshd.common.config.LogLevelValue
- DEBUG3 - Enum constant in enum org.apache.sshd.common.config.LogLevelValue
- debugClosure(Logger) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- debugClosure(Logger, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- decode(byte[]) - Method in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PrivateKeyInfo
- decode(String) - Method in interface org.apache.sshd.common.config.keys.FilePasswordProvider.Decoder
- decode(SessionContext, NamedResource, FilePasswordProvider.Decoder<? extends T>) - Method in interface org.apache.sshd.common.config.keys.FilePasswordProvider
-
Obtains the password through
FilePasswordProvider.getPassword(SessionContext, NamedResource, int), invokes theFilePasswordProvider.Decoderand thenFilePasswordProvider.handleDecodeAttemptResult(SessionContext, NamedResource, int, String, Exception)and then returns the decoded result. - decode(ASN1Object) - Method in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PrivateKeyInfo
-
Decodes the current information with the data from the provided encoding.
- decode(DERParser) - Method in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PrivateKeyInfo
- decodeBigInt(InputStream) - Static method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- decodeDSSKeyPair(KeyFactory, InputStream, boolean) - Static method in class org.apache.sshd.common.config.keys.loader.pem.DSSPEMResourceKeyPairParser
-
The ASN.1 syntax for the private key:
- decodeECPointData(ASN1Object) - Static method in class org.apache.sshd.common.config.keys.loader.pem.ECDSAPEMResourceKeyPairParser
- decodeECPrivateKeySpec(ECCurves, ASN1Object) - Static method in class org.apache.sshd.common.config.keys.loader.pem.ECDSAPEMResourceKeyPairParser
-
ASN.1 syntax according to RFC 5915 is:
- decodeECPrivateKeySpec(ECCurves, DERParser) - Static method in class org.apache.sshd.common.config.keys.loader.pem.ECDSAPEMResourceKeyPairParser
- decodeECPublicKeyValue(ASN1Object) - Static method in class org.apache.sshd.common.config.keys.loader.pem.ECDSAPEMResourceKeyPairParser
- decodeECPublicKeyValue(DERParser) - Static method in class org.apache.sshd.common.config.keys.loader.pem.ECDSAPEMResourceKeyPairParser
-
ASN.1 syntax according to rfc5915 is:
- decodeEd25519KeyPair(byte[]) - Static method in interface org.apache.sshd.common.util.security.eddsa.generic.EdDSASupport
- decodeEd25519KeyPair(byte[]) - Static method in class org.apache.sshd.common.util.security.eddsa.generic.GenericEd25519PEMResourceKeyParser
- decodeEdDSAPrivateKey(byte[]) - Static method in class org.apache.sshd.common.util.security.eddsa.Ed25519PEMResourceKeyParser
- decodeEdDSAPrivateKey(byte[]) - Static method in interface org.apache.sshd.common.util.security.eddsa.generic.EdDSASupport
- decodeEntryKeyData(String) - Method in interface org.apache.sshd.common.config.keys.PublicKeyEntryDataResolver
-
Decodes the public key entry data bytes from their string representation - by default it assume
Base64encoding. - decodeHex(char, CharSequence) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- decodeHex(char, CharSequence, int, int) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- decodeHex(S, char, CharSequence) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- decodeHex(S, char, CharSequence, int, int) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- decodeInt(byte[]) - Static method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- decodeInt(byte[], int, int) - Static method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- decodeInt(InputStream) - Static method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- decodePEMPrivateKeyPKCS8(String, byte[]) - Static method in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PEMResourceKeyPairParser
- decodePEMPrivateKeyPKCS8(List<Integer>, byte[]) - Static method in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PEMResourceKeyPairParser
- decodePrivateKey(SessionContext, String, FilePasswordProvider, InputStream) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHDSSPrivateKeyEntryDecoder
- decodePrivateKey(SessionContext, String, FilePasswordProvider, InputStream) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHECDSAPrivateKeyEntryDecoder
- decodePrivateKey(SessionContext, String, FilePasswordProvider, InputStream) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHRSAPrivateKeyDecoder
- decodePrivateKey(SessionContext, String, FilePasswordProvider, InputStream) - Method in interface org.apache.sshd.common.config.keys.PrivateKeyEntryDecoder
- decodePrivateKey(SessionContext, String, FilePasswordProvider, InputStream) - Method in class org.apache.sshd.common.util.security.eddsa.generic.GenericOpenSSHEd25519PrivateKeyEntryDecoder
- decodePrivateKey(SessionContext, FilePasswordProvider, byte...) - Method in interface org.apache.sshd.common.config.keys.PrivateKeyEntryDecoder
- decodePrivateKey(SessionContext, FilePasswordProvider, byte[], int, int) - Method in interface org.apache.sshd.common.config.keys.PrivateKeyEntryDecoder
- decodePrivateKey(SessionContext, FilePasswordProvider, InputStream) - Method in interface org.apache.sshd.common.config.keys.PrivateKeyEntryDecoder
- decodePrivateKeyBytes(SessionContext, NamedResource, CipherFactory, byte[], String) - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions
- decodePrivateKeyBytes(SessionContext, NamedResource, CipherFactory, byte[], String) - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.RawKdfOptions
- decodePrivateKeyBytes(SessionContext, NamedResource, CipherFactory, byte[], String) - Method in interface org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyDecryptor
- decodePublicKey(SessionContext, String, byte[], int, int, Map<String, String>) - Method in interface org.apache.sshd.common.config.keys.PublicKeyRawDataDecoder
- decodePublicKey(SessionContext, String, byte[], Map<String, String>) - Method in interface org.apache.sshd.common.config.keys.PublicKeyRawDataDecoder
- decodePublicKey(SessionContext, String, InputStream, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.impl.DSSPublicKeyEntryDecoder
- decodePublicKey(SessionContext, String, InputStream, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.impl.ECDSAPublicKeyEntryDecoder
- decodePublicKey(SessionContext, String, InputStream, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.impl.OpenSSHCertificateDecoder
- decodePublicKey(SessionContext, String, InputStream, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.impl.RSAPublicKeyDecoder
- decodePublicKey(SessionContext, String, InputStream, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.impl.SkECDSAPublicKeyEntryDecoder
- decodePublicKey(SessionContext, String, InputStream, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.impl.SkED25519PublicKeyEntryDecoder
- decodePublicKey(SessionContext, String, InputStream, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.loader.ssh2.Ssh2PublicKeyEntryDecoder
- decodePublicKey(SessionContext, String, InputStream, Map<String, String>) - Method in interface org.apache.sshd.common.config.keys.PublicKeyRawDataDecoder
- decodePublicKey(SessionContext, String, InputStream, Map<String, String>) - Method in class org.apache.sshd.common.util.security.eddsa.generic.GenericEd25519PublicKeyDecoder
- decodePublicKeyByType(SessionContext, String, InputStream, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.loader.ssh2.Ssh2PublicKeyEntryDecoder
- decodePublicKeyByType(SessionContext, String, InputStream, Map<String, String>) - Method in interface org.apache.sshd.common.config.keys.PublicKeyEntryDecoder
- decodePublicKeyByType(SessionContext, String, InputStream, Map<String, String>) - Method in interface org.apache.sshd.common.config.keys.PublicKeyRawDataDecoder
- decodeRSAKeyPair(KeyFactory, InputStream, boolean) - Static method in class org.apache.sshd.common.config.keys.loader.pem.RSAPEMResourceKeyPairParser
-
The ASN.1 syntax for the private key as per RFC-3447 section A.1.2:
- decodeString(byte[], int) - Static method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- decodeString(byte[], int, int, int) - Static method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- decodeString(byte[], int, int, Charset, int) - Static method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
-
Decodes a run-length encoded string
- decodeString(byte[], Charset, int) - Static method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- decodeString(InputStream, int) - Static method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- decodeString(InputStream, String, int) - Static method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- decodeString(InputStream, Charset, int) - Static method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- decrypt(byte[], char[]) - Method in enum org.apache.sshd.common.util.security.bouncycastle.BouncyCastleEncryptedPrivateKeyInfoDecryptor
- decrypt(byte[], char[]) - Method in interface org.apache.sshd.common.util.security.Decryptor
-
Decrypts encrypted bytes, using the given password as decryption key.
- Decrypt - Enum constant in enum org.apache.sshd.common.cipher.Cipher.Mode
- decryptKeyPairs(SessionContext, NamedResource, FilePasswordProvider, byte[]) - Method in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PEMResourceKeyPairParser
- Decryptor - Interface in org.apache.sshd.common.util.security
-
Something that can decrypt encrypted data given a password.
- DEFAULT - Static variable in interface org.apache.sshd.client.config.keys.ClientIdentityLoader
-
A default implementation that assumes a file location that must exist.
- DEFAULT - Static variable in interface org.apache.sshd.common.config.keys.PublicKeyEntryDataResolver
- DEFAULT - Static variable in interface org.apache.sshd.common.util.buffer.keys.BufferPublicKeyParser
- DEFAULT_ALGORITHM - Static variable in class org.apache.sshd.common.signature.SignatureDSA
- DEFAULT_ALGORITHM - Static variable in class org.apache.sshd.common.signature.SignatureECDSA.SignatureECDSA256
- DEFAULT_ALGORITHM - Static variable in class org.apache.sshd.common.signature.SignatureECDSA.SignatureECDSA384
- DEFAULT_ALGORITHM - Static variable in class org.apache.sshd.common.signature.SignatureECDSA.SignatureECDSA521
- DEFAULT_ALGORITHM - Static variable in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- DEFAULT_ALLOWED_TO_OVERWRITE - Static variable in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- DEFAULT_BIND_ADDRESS - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- DEFAULT_BUFFER_GROWTH_FACTOR - Static variable in class org.apache.sshd.common.util.buffer.BufferUtils
- DEFAULT_CIPHER_MODE - Static variable in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- DEFAULT_COLUMNS_COUNT - Static variable in interface org.apache.sshd.common.channel.PtyChannelConfigurationHolder
- DEFAULT_COMPRESSION - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- DEFAULT_CONNECT_TIMEOUT - Static variable in class org.apache.sshd.common.util.net.NetworkConnector
- DEFAULT_COPY_SIZE - Static variable in class org.apache.sshd.common.util.io.IoUtils
-
Size of preferred work buffer when reading / writing data to / from streams
- DEFAULT_DIGEST - Static variable in class org.apache.sshd.client.config.hosts.KnownHostHashValue
- DEFAULT_EXCLUSIVE_IDENTITIES - Static variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- DEFAULT_FINGERPRINT_DIGEST_FACTORY - Static variable in class org.apache.sshd.common.config.keys.KeyUtils
-
The default
FactoryofDigests initialized as the value ofKeyUtils.getDefaultFingerPrintFactory()if not overridden byKeyUtils.KEY_FINGERPRINT_FACTORY_PROPorKeyUtils.setDefaultFingerPrintFactory(DigestFactory) - DEFAULT_HEIGHT - Static variable in interface org.apache.sshd.common.channel.PtyChannelConfigurationHolder
- DEFAULT_HEX_SEPARATOR - Static variable in class org.apache.sshd.common.util.buffer.BufferUtils
- DEFAULT_HEXDUMP_LEVEL - Static variable in class org.apache.sshd.common.util.buffer.BufferUtils
- DEFAULT_HOST - Static variable in class org.apache.sshd.common.util.net.NetworkConnector
- DEFAULT_KBD_INTERACTIVE_AUTH - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- DEFAULT_KBD_INTERACTIVE_AUTH_VALUE - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- DEFAULT_KDF_ROUNDS - Static variable in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyEncryptionContext
-
Default number of bcrypt KDF rounds to apply.
- DEFAULT_KEEP_ALIVE - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- DEFAULT_KEY_LENGTH - Static variable in class org.apache.sshd.common.config.keys.loader.DESPrivateKeyObfuscator
- DEFAULT_LOG_LEVEL - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- DEFAULT_LOGIN_GRACE_TIME - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- DEFAULT_MAX_AUTH_TRIES - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- DEFAULT_MAX_ROUNDS - Static variable in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions
-
Various discussions on the net seem to indicate that 64 is the value at which many computers seem to slow down noticeably, so we are rather generous here.
- DEFAULT_MAX_SESSIONS - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- DEFAULT_MAX_STARTUPS - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- DEFAULT_PASSWORD_AUTH - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- DEFAULT_PASSWORD_AUTH_VALUE - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- DEFAULT_PORT - Static variable in class org.apache.sshd.common.SshConstants
- DEFAULT_PTY_MODES - Static variable in interface org.apache.sshd.common.channel.PtyChannelConfigurationHolder
- DEFAULT_PUBKEY_AUTH - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- DEFAULT_PUBKEY_AUTH_VALUE - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- DEFAULT_PUBLIC_EXPONENT - Static variable in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHRSAPrivateKeyDecoder
- DEFAULT_READ_TIMEOUT - Static variable in class org.apache.sshd.common.util.net.NetworkConnector
- DEFAULT_REKEY_TIME_LIMIT - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- DEFAULT_REUSE_ADDRESS - Static variable in interface org.apache.sshd.common.io.IoService
-
Socket reuse address.
- DEFAULT_ROWS_COUNT - Static variable in interface org.apache.sshd.common.channel.PtyChannelConfigurationHolder
- DEFAULT_RSA_PUBLIC_EXPONENT - Static variable in class org.apache.sshd.common.config.keys.KeyUtils
-
The most commonly used RSA public key exponent
- DEFAULT_SECURITY_PROVIDER_REGISTRARS - Static variable in class org.apache.sshd.common.util.security.SecurityUtils
- DEFAULT_SIZE - Static variable in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
-
Initial default allocated buffer size if none specified
- DEFAULT_SSH_VERSION_PREFIX - Static variable in interface org.apache.sshd.common.session.SessionContext
-
Default prefix expected for the client / server identification string
- DEFAULT_SSHD_STTY_COMMAND - Static variable in class org.apache.sshd.common.channel.SttySupport
- DEFAULT_SYSLOG_FACILITY - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- DEFAULT_TERMINAL_HEIGHT - Static variable in class org.apache.sshd.common.channel.SttySupport
- DEFAULT_TERMINAL_WIDTH - Static variable in class org.apache.sshd.common.channel.SttySupport
- DEFAULT_USE_DNS - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- DEFAULT_USERS_HOME - Static variable in class org.apache.sshd.common.file.nativefs.NativeFileSystemFactory
- DEFAULT_WIDTH - Static variable in interface org.apache.sshd.common.channel.PtyChannelConfigurationHolder
- DefaultCancelFuture - Class in org.apache.sshd.common.future
-
A default implementation of a
CancelFuture. - DefaultCancelFuture(Object) - Constructor for class org.apache.sshd.common.future.DefaultCancelFuture
- DefaultCancellableSshFuture<T> - Class in org.apache.sshd.common.future
-
A default
Cancellablefuture implementation. - DefaultCancellableSshFuture(Object, Object) - Constructor for class org.apache.sshd.common.future.DefaultCancellableSshFuture
- DefaultClientIdentitiesWatcher - Class in org.apache.sshd.client.config.keys
- DefaultClientIdentitiesWatcher(boolean, ClientIdentityLoaderHolder, FilePasswordProviderHolder, boolean) - Constructor for class org.apache.sshd.client.config.keys.DefaultClientIdentitiesWatcher
- DefaultClientIdentitiesWatcher(boolean, ClientIdentityLoader, FilePasswordProvider, boolean) - Constructor for class org.apache.sshd.client.config.keys.DefaultClientIdentitiesWatcher
- DefaultClientIdentitiesWatcher(ClientIdentityLoaderHolder, FilePasswordProviderHolder) - Constructor for class org.apache.sshd.client.config.keys.DefaultClientIdentitiesWatcher
- DefaultClientIdentitiesWatcher(ClientIdentityLoaderHolder, FilePasswordProviderHolder, boolean) - Constructor for class org.apache.sshd.client.config.keys.DefaultClientIdentitiesWatcher
- DefaultClientIdentitiesWatcher(ClientIdentityLoader, FilePasswordProvider) - Constructor for class org.apache.sshd.client.config.keys.DefaultClientIdentitiesWatcher
- DefaultClientIdentitiesWatcher(ClientIdentityLoader, FilePasswordProvider, boolean) - Constructor for class org.apache.sshd.client.config.keys.DefaultClientIdentitiesWatcher
- DefaultCloseFuture - Class in org.apache.sshd.common.future
-
A default implementation of
CloseFuture. - DefaultCloseFuture(Object, Object) - Constructor for class org.apache.sshd.common.future.DefaultCloseFuture
-
Create a new instance
- DefaultConfigFileHostEntryResolver - Class in org.apache.sshd.client.config.hosts
-
Monitors the
~/.ssh/configfile of the user currently running the client, re-loading it if necessary. - DefaultConfigFileHostEntryResolver(boolean) - Constructor for class org.apache.sshd.client.config.hosts.DefaultConfigFileHostEntryResolver
- DefaultConfigFileHostEntryResolver(Path, boolean, LinkOption...) - Constructor for class org.apache.sshd.client.config.hosts.DefaultConfigFileHostEntryResolver
- defaultEquality() - Static method in interface org.apache.sshd.common.util.functors.UnaryEquator
- DefaultIoConnectFuture - Class in org.apache.sshd.common.io
-
A default implementation of an
IoConnectFuture. - DefaultIoConnectFuture(Object, Object) - Constructor for class org.apache.sshd.common.io.DefaultIoConnectFuture
- DefaultSshFuture<T> - Class in org.apache.sshd.common.future
-
A default implementation of
SshFuture. - DefaultSshFuture(Object, Object) - Constructor for class org.apache.sshd.common.future.DefaultSshFuture
-
Creates a new instance.
- DefaultVerifiableSshFuture<T> - Class in org.apache.sshd.common.future
- DefaultVerifiableSshFuture(Object, Object) - Constructor for class org.apache.sshd.common.future.DefaultVerifiableSshFuture
- Deflater - Enum constant in enum org.apache.sshd.common.compression.Compression.Type
- DelayCompression - Class in org.apache.sshd.common.kex.extension.parser
- DelayCompression() - Constructor for class org.apache.sshd.common.kex.extension.parser.DelayCompression
- DELAYED - Enum constant in enum org.apache.sshd.common.config.CompressionConfigValue
- DELAYED_ZLIB - Static variable in class org.apache.sshd.common.compression.BuiltinCompressions.Constants
- DelayedCompressionAlgorithms - Class in org.apache.sshd.common.kex.extension.parser
- DelayedCompressionAlgorithms() - Constructor for class org.apache.sshd.common.kex.extension.parser.DelayedCompressionAlgorithms
- delayedZlib - Enum constant in enum org.apache.sshd.common.compression.BuiltinCompressions
- delegate - Variable in class org.apache.sshd.common.file.root.RootedDirectoryStream
- delegate - Variable in class org.apache.sshd.common.Property.Validating
- DelegateCloseable() - Constructor for class org.apache.sshd.common.util.threads.SshThreadPoolExecutor.DelegateCloseable
- delete(Path) - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystemProvider
- delete(Path) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- deleteDirectory(Path) - Method in class org.apache.sshd.common.file.root.RootedSecureDirectoryStream
- deleteFile(Path) - Method in class org.apache.sshd.common.file.root.RootedSecureDirectoryStream
- deleteIfExists(Path) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- deriveEncryptionKey(PrivateKeyEncryptionContext, int) - Method in class org.apache.sshd.common.config.keys.loader.AbstractPrivateKeyObfuscator
- deriveEncryptionKey(PrivateKeyEncryptionContext, int) - Method in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyPairResourceWriter.KeyEncryptor
-
Derives an encryption key and set the IV on the
contextfrom the passphase provided by the context using the OpenBSDBCryptKDF. - DERParser - Class in org.apache.sshd.common.util.io.der
-
A bare minimum DER parser - just enough to be able to decode signatures and private keys
- DERParser(byte...) - Constructor for class org.apache.sshd.common.util.io.der.DERParser
- DERParser(byte[], int, int) - Constructor for class org.apache.sshd.common.util.io.der.DERParser
- DERParser(InputStream) - Constructor for class org.apache.sshd.common.util.io.der.DERParser
- DERWriter - Class in org.apache.sshd.common.util.io.der
-
A bare-minimum DER encoder - just enough so we can encoder signatures and keys data
- DERWriter() - Constructor for class org.apache.sshd.common.util.io.der.DERWriter
- DERWriter(int) - Constructor for class org.apache.sshd.common.util.io.der.DERWriter
- DERWriter(OutputStream) - Constructor for class org.apache.sshd.common.util.io.der.DERWriter
- DESPrivateKeyObfuscator - Class in org.apache.sshd.common.config.keys.loader
- DESPrivateKeyObfuscator() - Constructor for class org.apache.sshd.common.config.keys.loader.DESPrivateKeyObfuscator
- determineEncryption(OpenSSHKeyEncryptionContext) - Static method in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyPairResourceWriter
- determineNewParameters(byte[], int, int) - Method in class org.apache.sshd.common.cipher.BaseCBCCipher
- determineNewParameters(byte[], int, int) - Method in class org.apache.sshd.common.cipher.BaseCipher
- determineNewParameters(byte[], int, int) - Method in class org.apache.sshd.common.cipher.BaseCTRCipher
- DEV_NULL - Static variable in class org.apache.sshd.common.util.io.input.EmptyInputStream
- diffOffset(byte[], int, byte[], int, int) - Static method in class org.apache.sshd.common.util.NumberUtils
- digest() - Method in class org.apache.sshd.common.digest.BaseDigest
- digest() - Method in interface org.apache.sshd.common.digest.Digest
- Digest - Interface in org.apache.sshd.common.digest
-
Interface used to compute digests, based on algorithms such as MD5 or SHA1.
- DigestFactory - Interface in org.apache.sshd.common.digest
- DigestInformation - Interface in org.apache.sshd.common.digest
-
The reported algorithm name refers to the type of digest being calculated.
- DigestUtils - Class in org.apache.sshd.common.digest
- DIRECTORY_VIEW_ATTR - Static variable in class org.apache.sshd.common.util.io.IoUtils
- DirectoryScanner - Class in org.apache.sshd.common.util.io
-
Class for scanning a directory for files/directories which match certain criteria.
- DirectoryScanner() - Constructor for class org.apache.sshd.common.util.io.DirectoryScanner
- DirectoryScanner(Path) - Constructor for class org.apache.sshd.common.util.io.DirectoryScanner
- DirectoryScanner(Path, String...) - Constructor for class org.apache.sshd.common.util.io.DirectoryScanner
- DirectoryScanner(Path, Collection<String>) - Constructor for class org.apache.sshd.common.util.io.DirectoryScanner
- disableSessionHeartbeat() - Method in interface org.apache.sshd.common.session.SessionHeartbeatController
-
Disables the session heartbeat feature - Note: if heartbeat already in progress then it may be ignored.
- div(int) - Static method in class org.apache.sshd.common.util.functors.Int2IntFunction
- doClose(boolean) - Method in class org.apache.sshd.common.util.closeable.FuturesCloseable
- doClose(boolean) - Method in class org.apache.sshd.common.util.closeable.ParallelCloseable
- doClose(boolean) - Method in class org.apache.sshd.common.util.closeable.SequentialCloseable
- doClose(boolean) - Method in class org.apache.sshd.common.util.closeable.SimpleCloseable
- doCloseGracefully() - Method in class org.apache.sshd.common.util.closeable.AbstractCloseable
- doCloseGracefully() - Method in class org.apache.sshd.common.util.closeable.AbstractInnerCloseable
- doCloseGracefully() - Method in class org.apache.sshd.common.util.threads.SshThreadPoolExecutor.DelegateCloseable
- doCloseImmediately() - Method in class org.apache.sshd.common.util.closeable.AbstractCloseable
-
doCloseImmediately is called once and only once with state == Immediate
- doCloseImmediately() - Method in class org.apache.sshd.common.util.closeable.AbstractInnerCloseable
- doCloseImmediately() - Method in class org.apache.sshd.common.util.threads.SshThreadPoolExecutor.DelegateCloseable
- doFinal() - Method in interface org.apache.sshd.common.mac.Mac
- doFinal(byte[]) - Method in interface org.apache.sshd.common.mac.Mac
- doFinal(byte[], int) - Method in class org.apache.sshd.common.mac.BaseMac
- doFinal(byte[], int) - Method in interface org.apache.sshd.common.mac.Mac
- doFinal(byte[], int) - Method in class org.apache.sshd.common.mac.Poly1305Mac
- doGetKeyPairs(SessionContext, ClientIdentityProvider) - Method in class org.apache.sshd.client.config.keys.ClientIdentitiesWatcher
- doInitSignature(SessionContext, String, Key, boolean) - Method in class org.apache.sshd.common.signature.AbstractSignature
-
Initializes the internal signature instance
- doLoadKeys(SessionContext, Path) - Method in class org.apache.sshd.common.keyprovider.FileKeyPairProvider
- doLoadKeys(SessionContext, NamedResource, InputStream, FilePasswordProvider) - Method in class org.apache.sshd.common.keyprovider.AbstractResourceKeyPairProvider
- doLoadKeys(SessionContext, NamedResource, R, FilePasswordProvider) - Method in class org.apache.sshd.common.keyprovider.AbstractResourceKeyPairProvider
- doLoadKeys(SessionContext, R) - Method in class org.apache.sshd.common.keyprovider.AbstractResourceKeyPairProvider
- DONE - Enum constant in enum org.apache.sshd.common.kex.KexState
-
The key exchange is done; both parties have received the peer's SSH:MSG_NEW_KEYS, and there is no ongoing key exchange.
- doReadKeyPairs(SessionContext, NamedResource, InputStream) - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- doReadKeyPairs(SessionContext, NamedResource, InputStream) - Method in class org.apache.sshd.server.keyprovider.SimpleGeneratorHostKeyProvider
- doVerify(byte[]) - Method in class org.apache.sshd.common.signature.AbstractSignature
- downcast() - Static method in class org.apache.sshd.common.util.GenericUtils
- doWriteKeyPair(NamedResource, KeyPair, OutputStream) - Method in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleGeneratorHostKeyProvider
- doWriteKeyPair(NamedResource, KeyPair, OutputStream) - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- doWriteKeyPair(NamedResource, KeyPair, OutputStream) - Method in class org.apache.sshd.server.keyprovider.SimpleGeneratorHostKeyProvider
- dsa - Enum constant in enum org.apache.sshd.common.signature.BuiltinSignatures
-
Deprecated.
- DSA - Enum constant in enum org.apache.sshd.common.config.keys.BuiltinIdentities
- DSA - Static variable in class org.apache.sshd.common.config.keys.BuiltinIdentities.Constants
- dsa_cert - Enum constant in enum org.apache.sshd.common.signature.BuiltinSignatures
-
Deprecated.
- DSA_SIGNATURE_LENGTH - Static variable in class org.apache.sshd.common.signature.SignatureDSA
- DSS_ALGORITHM - Static variable in class org.apache.sshd.common.config.keys.KeyUtils
-
Name of algorithm for DSS keys to be used when calling security provider
- DSS_OID - Static variable in class org.apache.sshd.common.config.keys.loader.pem.DSSPEMResourceKeyPairParser
- DSSBufferPublicKeyParser - Class in org.apache.sshd.common.util.buffer.keys
- DSSBufferPublicKeyParser() - Constructor for class org.apache.sshd.common.util.buffer.keys.DSSBufferPublicKeyParser
- DSSPEMResourceKeyPairParser - Class in org.apache.sshd.common.config.keys.loader.pem
- DSSPEMResourceKeyPairParser() - Constructor for class org.apache.sshd.common.config.keys.loader.pem.DSSPEMResourceKeyPairParser
- DSSPublicKeyEntryDecoder - Class in org.apache.sshd.common.config.keys.impl
- DSSPublicKeyEntryDecoder() - Constructor for class org.apache.sshd.common.config.keys.impl.DSSPublicKeyEntryDecoder
- DUMMY_PTY_TYPE - Static variable in interface org.apache.sshd.common.channel.PtyChannelConfigurationHolder
- dumpHex(SimplifiedLog, String, PropertyResolver) - Method in class org.apache.sshd.common.util.buffer.Buffer
- dumpHex(SimplifiedLog, Level, String, char, int, byte...) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- dumpHex(SimplifiedLog, Level, String, char, int, byte[], int, int) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- dumpHex(SimplifiedLog, Level, String, PropertyResolver) - Method in class org.apache.sshd.common.util.buffer.Buffer
- dumpHex(SimplifiedLog, Level, String, PropertyResolver, char, byte...) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- dumpHex(SimplifiedLog, Level, String, PropertyResolver, char, byte[], int, int) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- duration(String) - Static method in interface org.apache.sshd.common.Property
- duration(String, Duration) - Static method in interface org.apache.sshd.common.Property
- duration(String, Duration, Duration) - Static method in interface org.apache.sshd.common.Property
- DurationInSecondsProperty(String) - Constructor for class org.apache.sshd.common.Property.DurationInSecondsProperty
- DurationInSecondsProperty(String, Duration) - Constructor for class org.apache.sshd.common.Property.DurationInSecondsProperty
- DurationInSecondsProperty(String, Duration, Duration) - Constructor for class org.apache.sshd.common.Property.DurationInSecondsProperty
- durationOf(String) - Static method in enum org.apache.sshd.common.config.TimeValueConfig
- durationOf(Map<TimeValueConfig, ? extends Number>) - Static method in enum org.apache.sshd.common.config.TimeValueConfig
- DurationProperty(String) - Constructor for class org.apache.sshd.common.Property.DurationProperty
- DurationProperty(String, Duration) - Constructor for class org.apache.sshd.common.Property.DurationProperty
- DurationProperty(String, Duration, Duration) - Constructor for class org.apache.sshd.common.Property.DurationProperty
- durationSec(String) - Static method in interface org.apache.sshd.common.Property
- durationSec(String, Duration) - Static method in interface org.apache.sshd.common.Property
- durationSec(String, Duration, Duration) - Static method in interface org.apache.sshd.common.Property
E
- EC_ALGORITHM - Static variable in class org.apache.sshd.common.config.keys.KeyUtils
-
Name of algorithm for EC keys to be used when calling security provider
- ECBufferPublicKeyParser - Class in org.apache.sshd.common.util.buffer.keys
- ECBufferPublicKeyParser() - Constructor for class org.apache.sshd.common.util.buffer.keys.ECBufferPublicKeyParser
- ECC_SIGNATURE_TYPE_PREFERENCES - Static variable in interface org.apache.sshd.common.signature.SignatureFactory
-
ECC signature types in ascending order of preference (i.e., most preferred 1st)
- ECC_SUPPORTED_PROP - Static variable in class org.apache.sshd.common.util.security.SecurityUtils
-
System property used to control whether Elliptic Curves are supported or not.
- ECCurves - Enum in org.apache.sshd.common.cipher
-
Utilities for working with elliptic curves.
- ECCurves.Constants - Class in org.apache.sshd.common.cipher
- ECCurves.ECPointCompression - Enum in org.apache.sshd.common.cipher
-
The various
ECPointrepresentation compression indicators - ECDSA - Enum constant in enum org.apache.sshd.common.config.keys.BuiltinIdentities
- ECDSA - Static variable in class org.apache.sshd.common.config.keys.BuiltinIdentities.Constants
- ECDSA_OID - Static variable in class org.apache.sshd.common.config.keys.loader.pem.ECDSAPEMResourceKeyPairParser
- ECDSA_SHA2_NISTP256 - Static variable in interface org.apache.sshd.common.keyprovider.KeyPairProvider
-
SSH identifier for EC keys in NIST curve P-256
- ECDSA_SHA2_NISTP384 - Static variable in interface org.apache.sshd.common.keyprovider.KeyPairProvider
-
SSH identifier for EC keys in NIST curve P-384
- ECDSA_SHA2_NISTP521 - Static variable in interface org.apache.sshd.common.keyprovider.KeyPairProvider
-
SSH identifier for EC keys in NIST curve P-521
- ECDSA_SHA2_PREFIX - Static variable in class org.apache.sshd.common.cipher.ECCurves.Constants
-
Standard prefix of NISTP key types when encoded
- ECDSAPEMResourceKeyPairParser - Class in org.apache.sshd.common.config.keys.loader.pem
- ECDSAPEMResourceKeyPairParser() - Constructor for class org.apache.sshd.common.config.keys.loader.pem.ECDSAPEMResourceKeyPairParser
- ECDSAPublicKeyEntryDecoder - Class in org.apache.sshd.common.config.keys.impl
- ECDSAPublicKeyEntryDecoder() - Constructor for class org.apache.sshd.common.config.keys.impl.ECDSAPublicKeyEntryDecoder
- ECHO - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Enable echoing.
- ECHOCTL - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Echo control characters as ^(Char).
- ECHOE - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Visually erase chars.
- ECHOK - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Kill character discards current line.
- ECHOKE - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Visual erase for line kill.
- ECHONL - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Echo NL even if ECHO is off.
- ECPOINT_COMPRESSED_VARIANT_2 - Static variable in class org.apache.sshd.common.config.keys.impl.ECDSAPublicKeyEntryDecoder
- ECPOINT_COMPRESSED_VARIANT_3 - Static variable in class org.apache.sshd.common.config.keys.impl.ECDSAPublicKeyEntryDecoder
- ECPOINT_UNCOMPRESSED_FORM_INDICATOR - Static variable in class org.apache.sshd.common.config.keys.impl.ECDSAPublicKeyEntryDecoder
- ecPointToOctetString(String, ECPoint) - Method in enum org.apache.sshd.common.cipher.ECCurves.ECPointCompression
- ED25119 - Enum constant in enum org.apache.sshd.common.config.keys.BuiltinIdentities
- ed25519 - Enum constant in enum org.apache.sshd.common.signature.BuiltinSignatures
- ED25519 - Static variable in class org.apache.sshd.common.config.keys.BuiltinIdentities.Constants
- ED25519 - Static variable in class org.apache.sshd.common.util.security.SecurityUtils
- ed25519_cert - Enum constant in enum org.apache.sshd.common.signature.BuiltinSignatures
- ED25519_OID - Static variable in interface org.apache.sshd.common.util.security.eddsa.generic.EdDSASupport
- ED25519_OID - Static variable in class org.apache.sshd.common.util.security.eddsa.generic.GenericEd25519PEMResourceKeyParser
- ED25519BufferPublicKeyParser - Class in org.apache.sshd.common.util.buffer.keys
-
TODO complete this when SSHD-440 is done
- ED25519BufferPublicKeyParser() - Constructor for class org.apache.sshd.common.util.buffer.keys.ED25519BufferPublicKeyParser
- Ed25519PEMResourceKeyParser - Class in org.apache.sshd.common.util.security.eddsa
-
An implementation of
GenericEd25519PEMResourceKeyParsertied to thenet.i2p.cryptoEdDSA security provider. - Ed25519PEMResourceKeyParser() - Constructor for class org.apache.sshd.common.util.security.eddsa.Ed25519PEMResourceKeyParser
- Ed25519PublicKeyDecoder - Class in org.apache.sshd.common.util.security.eddsa
-
An implementation of
GenericEd25519PublicKeyDecodertied to thenet.i2p.cryptoEdDSA security provider. - EDDSA - Static variable in class org.apache.sshd.common.util.security.SecurityUtils
-
EDDSA support - should match
EdDSAKey.KEY_ALGORITHM - EDDSA_SUPPORTED_PROP - Static variable in class org.apache.sshd.common.util.security.SecurityUtils
-
Deprecated.Please use "org.apache.sshd.security.provider.EdDSA.enabled&qupt;
- EdDSASecurityProviderRegistrar - Class in org.apache.sshd.common.util.security.eddsa
- EdDSASecurityProviderRegistrar() - Constructor for class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderRegistrar
- EdDSASecurityProviderUtils - Class in org.apache.sshd.common.util.security.eddsa
- edDSASupport - Variable in class org.apache.sshd.common.util.security.eddsa.generic.GenericEd25519PublicKeyDecoder
- edDSASupport - Variable in class org.apache.sshd.common.util.security.eddsa.generic.GenericOpenSSHEd25519PrivateKeyEntryDecoder
- EdDSASupport<PUB,
PRV> - Interface in org.apache.sshd.common.util.security.eddsa.generic -
Provides generic operations required of a security provider to support EdDSA and Ed25519.
- EdDSAUtils - Class in org.apache.sshd.common.util.security.eddsa.generic
-
Utilities to extract the raw key bytes from ed25519 or ed448 public keys, in a manner that is independent of the actual concrete key implementation classes.
- Elevation - Class in org.apache.sshd.common.kex.extension.parser
- Elevation() - Constructor for class org.apache.sshd.common.kex.extension.parser.Elevation
- EMPTY - Static variable in interface org.apache.sshd.client.config.hosts.HostConfigEntryResolver
-
An "empty" implementation that does not resolve any entry - i.e., uses the original entry as-is
- EMPTY - Static variable in class org.apache.sshd.common.cipher.BuiltinCiphers.ParseResult
- EMPTY - Static variable in class org.apache.sshd.common.compression.BuiltinCompressions.ParseResult
- EMPTY - Static variable in interface org.apache.sshd.common.config.keys.FilePasswordProvider
-
An "empty" provider that returns
null- i.e., unprotected key file - EMPTY - Static variable in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
-
An empty loader that never fails but always returns an empty list
- EMPTY - Static variable in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceParser
-
An empty parser that never fails, but always report that it cannot extract key pairs and returns empty list if asked to load
- EMPTY - Static variable in class org.apache.sshd.common.mac.BuiltinMacs.ParseResult
- EMPTY - Static variable in interface org.apache.sshd.common.PropertyResolver
-
An "empty" resolver with no properties and no parent
- EMPTY - Static variable in class org.apache.sshd.common.signature.BuiltinSignatures.ParseResult
- EMPTY - Static variable in interface org.apache.sshd.common.util.buffer.keys.BufferPublicKeyParser
- EMPTY - Static variable in interface org.apache.sshd.common.util.io.output.LineLevelAppender
- EMPTY - Static variable in interface org.apache.sshd.common.util.logging.SimplifiedLog
-
An "empty"
SimplifiedLogthat does nothing - EMPTY - Static variable in class org.apache.sshd.common.util.logging.SimplifiedLoggerSkeleton
- EMPTY - Static variable in interface org.apache.sshd.common.util.security.SecurityProviderChoice
- EMPTY_BOOLEAN_ARRAY - Static variable in class org.apache.sshd.common.util.GenericUtils
- EMPTY_BYTE_ARRAY - Static variable in class org.apache.sshd.common.util.GenericUtils
- EMPTY_CHAR_ARRAY - Static variable in class org.apache.sshd.common.util.GenericUtils
- EMPTY_COPY_OPTIONS - Static variable in class org.apache.sshd.common.util.io.IoUtils
- EMPTY_FILE_ATTRIBUTES - Static variable in class org.apache.sshd.common.util.io.IoUtils
- EMPTY_HEX_SEPARATOR - Static variable in class org.apache.sshd.common.util.buffer.BufferUtils
- EMPTY_KEYPAIR_PROVIDER - Static variable in interface org.apache.sshd.common.keyprovider.KeyPairProvider
-
A
KeyPairProviderthat has no keys - EMPTY_KEYS_PROVIDER - Static variable in interface org.apache.sshd.common.keyprovider.KeyIdentityProvider
-
An "empty" implementation of
KeyIdentityProviderthat returns an empty group of key pairs - EMPTY_LINK_OPTIONS - Static variable in class org.apache.sshd.common.util.io.IoUtils
- EMPTY_OBJECT_ARRAY - Static variable in class org.apache.sshd.common.util.GenericUtils
- EMPTY_OPEN_OPTIONS - Static variable in class org.apache.sshd.common.util.io.IoUtils
- EMPTY_PASSWORDS_PROVIDER - Static variable in interface org.apache.sshd.client.auth.password.PasswordIdentityProvider
-
An empty implementation of
PasswordIdentityProviderthat returns an empty group of passwords. - EMPTY_STRING_ARRAY - Static variable in class org.apache.sshd.common.util.GenericUtils
- emptyIfNull(byte[]) - Static method in class org.apache.sshd.common.util.NumberUtils
- EmptyInputStream - Class in org.apache.sshd.common.util.io.input
-
A
/dev/nullimplementation - always open - EmptyInputStream() - Constructor for class org.apache.sshd.common.util.io.input.EmptyInputStream
- ENABLED_PROPERTY - Static variable in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
-
Property used to configure whether the provider is enabled regardless of whether it is supported.
- encode(Integer, Buffer) - Method in class org.apache.sshd.common.kex.extension.parser.HostBoundPubkeyAuthentication
- encode(String, Buffer) - Method in class org.apache.sshd.common.kex.extension.parser.Elevation
- encode(String, Buffer) - Method in class org.apache.sshd.common.kex.extension.parser.NoFlowControl
- encode(List<String>, Buffer) - Method in class org.apache.sshd.common.kex.extension.parser.ServerSignatureAlgorithms
- encode(DelayedCompressionAlgorithms, Buffer) - Method in class org.apache.sshd.common.kex.extension.parser.DelayCompression
- encode(T, Buffer) - Method in class org.apache.sshd.common.kex.extension.parser.AbstractKexExtensionParser
- encodeBigInt(OutputStream, BigInteger) - Static method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- encodeECPoint(ECPoint, ECParameterSpec) - Static method in enum org.apache.sshd.common.cipher.ECCurves
- encodeECPoint(ECPoint, EllipticCurve) - Static method in enum org.apache.sshd.common.cipher.ECCurves
- encodeEntryKeyData(byte[]) - Method in interface org.apache.sshd.common.config.keys.PublicKeyEntryDataResolver
-
Encodes the public key entry data bytes into their string representation - by default it assume
Base64encoding. - encodeInt(OutputStream, int) - Static method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- encodePrivateKey(KeyPair, String, int, String) - Static method in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyPairResourceWriter
- encodePrivateKey(SecureByteArrayOutputStream, DSAPrivateKey, DSAPublicKey) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHDSSPrivateKeyEntryDecoder
- encodePrivateKey(SecureByteArrayOutputStream, ECPrivateKey, ECPublicKey) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHECDSAPrivateKeyEntryDecoder
- encodePrivateKey(SecureByteArrayOutputStream, RSAPrivateKey, RSAPublicKey) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHRSAPrivateKeyDecoder
- encodePrivateKey(SecureByteArrayOutputStream, PRV, PUB) - Method in interface org.apache.sshd.common.config.keys.PrivateKeyEntryDecoder
- encodePrivateKey(SecureByteArrayOutputStream, PRV, PUB) - Method in class org.apache.sshd.common.util.security.eddsa.generic.GenericOpenSSHEd25519PrivateKeyEntryDecoder
- encodePublicKey(OutputStream, DSAPublicKey) - Method in class org.apache.sshd.common.config.keys.impl.DSSPublicKeyEntryDecoder
- encodePublicKey(OutputStream, ECPublicKey) - Method in class org.apache.sshd.common.config.keys.impl.ECDSAPublicKeyEntryDecoder
- encodePublicKey(OutputStream, RSAPublicKey) - Method in class org.apache.sshd.common.config.keys.impl.RSAPublicKeyDecoder
- encodePublicKey(OutputStream, OpenSshCertificate) - Method in class org.apache.sshd.common.config.keys.impl.OpenSSHCertificateDecoder
- encodePublicKey(OutputStream, SkEcdsaPublicKey) - Method in class org.apache.sshd.common.config.keys.impl.SkECDSAPublicKeyEntryDecoder
- encodePublicKey(OutputStream, SkED25519PublicKey) - Method in class org.apache.sshd.common.config.keys.impl.SkED25519PublicKeyEntryDecoder
- encodePublicKey(OutputStream, PUB) - Method in interface org.apache.sshd.common.config.keys.PublicKeyEntryDecoder
- encodePublicKey(OutputStream, PUB) - Method in class org.apache.sshd.common.util.security.eddsa.generic.GenericEd25519PublicKeyDecoder
- encodePublicKey(PublicKey, String) - Static method in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyPairResourceWriter
- encodeString(OutputStream, String) - Static method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- encodeString(OutputStream, String, String) - Static method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- encodeString(OutputStream, String, Charset) - Static method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- Encrypt - Enum constant in enum org.apache.sshd.common.cipher.Cipher.Mode
- END_ED25519_MARKER - Static variable in class org.apache.sshd.common.util.security.eddsa.generic.GenericEd25519PEMResourceKeyParser
- END_ENCRYPTED_MARKER - Static variable in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PEMResourceKeyPairParser
- END_MARKER - Static variable in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParser
- END_MARKER - Static variable in class org.apache.sshd.common.config.keys.loader.pem.DSSPEMResourceKeyPairParser
- END_MARKER - Static variable in class org.apache.sshd.common.config.keys.loader.pem.ECDSAPEMResourceKeyPairParser
- END_MARKER - Static variable in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PEMResourceKeyPairParser
- END_MARKER - Static variable in class org.apache.sshd.common.config.keys.loader.pem.RSAPEMResourceKeyPairParser
- END_MARKER - Static variable in class org.apache.sshd.common.config.keys.loader.ssh2.Ssh2PublicKeyEntryDecoder
- END_MARKER - Static variable in class org.apache.sshd.common.util.security.eddsa.generic.GenericEd25519PEMResourceKeyParser
- ENDERS - Static variable in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParser
- ENDERS - Static variable in class org.apache.sshd.common.config.keys.loader.pem.DSSPEMResourceKeyPairParser
- ENDERS - Static variable in class org.apache.sshd.common.config.keys.loader.pem.ECDSAPEMResourceKeyPairParser
- ENDERS - Static variable in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PEMResourceKeyPairParser
- ENDERS - Static variable in class org.apache.sshd.common.config.keys.loader.pem.RSAPEMResourceKeyPairParser
- ENDERS - Static variable in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleKeyPairResourceParser
- ENDERS - Static variable in class org.apache.sshd.common.util.security.eddsa.generic.GenericEd25519PEMResourceKeyParser
- endsWith(String) - Method in class org.apache.sshd.common.file.util.BasePath
- endsWith(String) - Method in class org.apache.sshd.common.file.util.MockPath
- endsWith(Path) - Method in class org.apache.sshd.common.file.util.BasePath
- endsWith(Path) - Method in class org.apache.sshd.common.file.util.MockPath
- endsWith(List<?>, List<?>) - Method in class org.apache.sshd.common.file.util.BasePath
- engineState - Variable in class org.apache.sshd.common.cipher.ChaCha20Cipher.ChaChaEngine
- ensureAvailable(int) - Method in class org.apache.sshd.common.util.buffer.Buffer
-
Makes sure the buffer contains enough data to accommodate the requested length
- ensureCapacity(int) - Method in class org.apache.sshd.common.util.buffer.Buffer
- ensureCapacity(int, IntUnaryOperator) - Method in class org.apache.sshd.common.util.buffer.Buffer
- ensureCapacity(int, IntUnaryOperator) - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- ensureCharDataCapacity(int) - Method in class org.apache.sshd.common.util.io.output.LineLevelAppenderStream
- ensureDirectory(Path, LinkOption...) - Static method in class org.apache.sshd.common.util.io.IoUtils
- entrySet() - Method in class org.apache.sshd.common.SyspropsMapWrapper
- entrySet() - Method in class org.apache.sshd.common.util.IgnoringEmptyMap
- enum_(String, Class<T>) - Static method in interface org.apache.sshd.common.Property
- enum_(String, Class<T>, T) - Static method in interface org.apache.sshd.common.Property
- ENUMERATED - Enum constant in enum org.apache.sshd.common.util.io.der.ASN1Type
- EnumMapBuilder(Class<K>) - Constructor for class org.apache.sshd.common.util.MapEntryUtils.EnumMapBuilder
- EnumProperty(String, Class<T>) - Constructor for class org.apache.sshd.common.Property.EnumProperty
- EnumProperty(String, Class<T>, T) - Constructor for class org.apache.sshd.common.Property.EnumProperty
- EOL - Static variable in class org.apache.sshd.common.util.io.IoUtils
-
The local O/S line separator
- EQ_CASE_INSENSITIVE_FILENAME - Static variable in class org.apache.sshd.common.util.io.PathUtils
- EQ_CASE_SENSITIVE_FILENAME - Static variable in class org.apache.sshd.common.util.io.PathUtils
- equals(byte[], byte[]) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
-
Compares the contents of 2 arrays of bytes - Note: do not use it to execute security related comparisons (e.g.
- equals(byte[], int, byte[], int, int) - Static method in interface org.apache.sshd.common.mac.Mac
- equals(byte[], int, byte[], int, int) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
-
Compares the contents of 2 arrays of bytes - Note: do not use it to execute security related comparisons (e.g.
- equals(char, char, boolean) - Static method in class org.apache.sshd.common.util.SelectorUtils
-
Tests whether two characters are equal.
- equals(Object) - Method in class org.apache.sshd.common.auth.BasicCredentialsImpl
- equals(Object) - Method in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
- equals(Object) - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions
- equals(Object) - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.RawKdfOptions
- equals(Object) - Method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- equals(Object) - Method in class org.apache.sshd.common.config.keys.OpenSshCertificate.CertificateOption
- equals(Object) - Method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- equals(Object) - Method in class org.apache.sshd.common.config.keys.u2f.SkEcdsaPublicKey
- equals(Object) - Method in class org.apache.sshd.common.config.keys.u2f.SkED25519PublicKey
- equals(Object) - Method in class org.apache.sshd.common.config.keys.UnsupportedSshPublicKey
- equals(Object) - Method in class org.apache.sshd.common.digest.BaseDigest
- equals(Object) - Method in class org.apache.sshd.common.file.util.BasePath
- equals(Object) - Method in class org.apache.sshd.common.kex.extension.parser.DelayedCompressionAlgorithms
- equals(Object) - Method in class org.apache.sshd.common.net.InetAddressRange
- equals(Object) - Method in class org.apache.sshd.common.util.IgnoringEmptyMap
- equals(Object) - Method in class org.apache.sshd.common.util.io.der.ASN1Object
- equals(Object) - Method in class org.apache.sshd.common.util.net.SshdSocketAddress
- equals(Object) - Method in class org.apache.sshd.common.util.VersionInfo
- equals(Collection<T>, Collection<T>) - Static method in class org.apache.sshd.common.util.GenericUtils
- error(String) - Method in class org.apache.sshd.common.util.logging.LoggerSkeleton
- error(String) - Method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- error(String, Object) - Method in class org.apache.sshd.common.util.logging.LoggerSkeleton
- error(String, Object...) - Method in class org.apache.sshd.common.util.logging.LoggerSkeleton
- error(String, Object, Object) - Method in class org.apache.sshd.common.util.logging.LoggerSkeleton
- error(String, Object, Object, Object, Object, Object, Object, Throwable) - Method in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- error(String, Object, Object, Object, Object, Object, Throwable) - Method in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- error(String, Object, Object, Object, Object, Throwable) - Method in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- error(String, Object, Object, Object, Throwable) - Method in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- error(String, Object, Object, Throwable) - Method in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- error(String, Throwable) - Method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- error(String, Throwable) - Method in class org.apache.sshd.common.util.logging.SimplifiedLoggerSkeleton
- error(Logger, String, Object, Object, Object, Object, Object, Object, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- error(Logger, String, Object, Object, Object, Object, Object, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- error(Logger, String, Object, Object, Object, Object, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- error(Logger, String, Object, Object, Object, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- error(Logger, String, Object, Object, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- ERROR - Enum constant in enum org.apache.sshd.common.config.LogLevelValue
- errorClosure(Logger) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- errorClosure(Logger, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- ETM_HMAC_SHA1 - Static variable in class org.apache.sshd.common.mac.BuiltinMacs.Constants
- ETM_HMAC_SHA2_256 - Static variable in class org.apache.sshd.common.mac.BuiltinMacs.Constants
- ETM_HMAC_SHA2_512 - Static variable in class org.apache.sshd.common.mac.BuiltinMacs.Constants
- EventListenerUtils - Class in org.apache.sshd.common.util
- EventNotifier<E> - Interface in org.apache.sshd.common.util
-
Notify about the occurrence of an event
- exceptionCaught(IoSession, Throwable) - Method in interface org.apache.sshd.common.io.IoHandler
- ExceptionUtils - Class in org.apache.sshd.common.util
- EXCLUSIVE_IDENTITIES_CONFIG_PROP - Static variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
Use only the identities specified in the host entry (if any)
- exclusiveIdentites - Variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- exec(String) - Static method in class org.apache.sshd.common.channel.SttySupport
-
Execute the specified command and return the output (both stdout and stderr).
- EXECUTABLE_VIEW_ATTR - Static variable in class org.apache.sshd.common.util.io.IoUtils
- execute(Runnable) - Method in class org.apache.sshd.common.util.threads.NoCloseExecutor
- executor - Variable in class org.apache.sshd.common.util.threads.NoCloseExecutor
- ExecutorServiceCarrier - Interface in org.apache.sshd.common.util.threads
- ExecutorServiceProvider - Interface in org.apache.sshd.common.util.threads
- exhaustCurrentIdentities(Iterator<KeyPair>) - Static method in interface org.apache.sshd.common.keyprovider.KeyIdentityProvider
-
Attempts to find the first non-
nullKeyPair - exists() - Method in class org.apache.sshd.common.util.io.ModifiableFileWatcher
- EXISTS - Static variable in interface org.apache.sshd.common.util.io.FileInfoExtractor
- ExitCallback - Interface in org.apache.sshd.server
-
Callback used by the shell to notify the SSH server is has exited
- EXPLICIT_PROPERTIES - Static variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
A case insensitive
NavigableSetof the properties that receive special handling - EXTENDED_VIEW_ATTR - Static variable in class org.apache.sshd.common.util.io.IoUtils
- extractDataBytes(Collection<String>) - Static method in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceParser
-
Converts the lines assumed to contain BASE-64 encoded data into the actual content bytes.
- extractEC(String, ECParameterSpec) - Method in class org.apache.sshd.common.util.buffer.Buffer
- extractEDDSAKeyPair(Buffer, String) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- extractEncodedSignature(byte[], Collection<String>) - Method in class org.apache.sshd.common.signature.AbstractSignature
-
Makes an attempt to detect if the signature is encoded or pure data
- extractEncodedSignature(byte[], Predicate<? super String>) - Method in class org.apache.sshd.common.signature.AbstractSignature
- extractKeyPairs(byte[], PKCS8PrivateKeyInfo) - Method in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PEMResourceKeyPairParser
- extractKeyPairs(SessionContext, NamedResource, String, String, FilePasswordProvider, byte[], Map<String, String>) - Method in class org.apache.sshd.common.config.keys.loader.AbstractKeyPairResourceParser
- extractKeyPairs(SessionContext, NamedResource, String, String, FilePasswordProvider, InputStream, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.loader.AbstractKeyPairResourceParser
- extractKeyPairs(SessionContext, NamedResource, String, String, FilePasswordProvider, InputStream, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParser
- extractKeyPairs(SessionContext, NamedResource, String, String, FilePasswordProvider, InputStream, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.loader.pem.DSSPEMResourceKeyPairParser
- extractKeyPairs(SessionContext, NamedResource, String, String, FilePasswordProvider, InputStream, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.loader.pem.ECDSAPEMResourceKeyPairParser
- extractKeyPairs(SessionContext, NamedResource, String, String, FilePasswordProvider, InputStream, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PEMResourceKeyPairParser
- extractKeyPairs(SessionContext, NamedResource, String, String, FilePasswordProvider, InputStream, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.loader.pem.RSAPEMResourceKeyPairParser
- extractKeyPairs(SessionContext, NamedResource, String, String, FilePasswordProvider, InputStream, Map<String, String>) - Method in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleKeyPairResourceParser
- extractKeyPairs(SessionContext, NamedResource, String, String, FilePasswordProvider, InputStream, Map<String, String>) - Method in class org.apache.sshd.common.util.security.eddsa.generic.GenericEd25519PEMResourceKeyParser
- extractKeyPairs(SessionContext, NamedResource, String, String, FilePasswordProvider, List<String>, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.loader.AbstractKeyPairResourceParser
-
Extracts the key pairs within a single delimited by markers block of lines.
- extractKeyPairs(SessionContext, NamedResource, String, String, FilePasswordProvider, List<String>, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.loader.pem.AbstractPEMResourceKeyPairParser
- extractKeyPairs(SessionContext, NamedResource, String, String, FilePasswordProvider, List<String>, Map<String, String>) - Method in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleKeyPairResourceParser
F
- FactoriesListParseResult<T,
F> - Class in org.apache.sshd.common.config - FactoriesListParseResult(List<F>, List<String>) - Constructor for class org.apache.sshd.common.config.FactoriesListParseResult
- Factory<T> - Interface in org.apache.sshd.common
-
Factory is a simple interface that is used to create other objects.
- FAIL - Static variable in interface org.apache.sshd.common.util.io.LineDataConsumer
-
Throws
StreamCorruptedExceptionwith the invoked line data - FAILING - Static variable in interface org.apache.sshd.common.config.keys.PrivateKeyEntryResolver
-
A resolver that fails on all input
- FAILING - Static variable in interface org.apache.sshd.common.config.keys.PublicKeyEntryResolver
-
A resolver that fails on all input
- FALLBACK_SSH_VERSION_PREFIX - Static variable in interface org.apache.sshd.common.session.SessionContext
-
Backward compatible special prefix
- FALSE - Static variable in interface org.apache.sshd.common.OptionalFeature
- FALSE_SETTING - Static variable in enum org.apache.sshd.common.channel.PtyMode
- FALSE_VALUES - Static variable in class org.apache.sshd.common.PropertyResolverUtils
-
Case insensitive
NavigableSetof values consideredfalsebyPropertyResolverUtils.parseBoolean(String) - falsum() - Static method in interface org.apache.sshd.common.util.functors.UnaryEquator
- FATAL - Enum constant in enum org.apache.sshd.common.config.LogLevelValue
- FIELD_NAME_EXTRACTOR - Static variable in class org.apache.sshd.common.util.ReflectionUtils
- FileHostKeyCertificateProvider - Class in org.apache.sshd.common.keyprovider
- FileHostKeyCertificateProvider(Path) - Constructor for class org.apache.sshd.common.keyprovider.FileHostKeyCertificateProvider
- FileHostKeyCertificateProvider(Path...) - Constructor for class org.apache.sshd.common.keyprovider.FileHostKeyCertificateProvider
- FileHostKeyCertificateProvider(Collection<? extends Path>) - Constructor for class org.apache.sshd.common.keyprovider.FileHostKeyCertificateProvider
- FileInfoExtractor<T> - Interface in org.apache.sshd.common.util.io
- FILEKEY_VIEW_ATTR - Static variable in class org.apache.sshd.common.util.io.IoUtils
- FileKeyPairProvider - Class in org.apache.sshd.common.keyprovider
-
This host key provider loads private keys from the specified files.
- FileKeyPairProvider() - Constructor for class org.apache.sshd.common.keyprovider.FileKeyPairProvider
- FileKeyPairProvider(Path) - Constructor for class org.apache.sshd.common.keyprovider.FileKeyPairProvider
- FileKeyPairProvider(Path...) - Constructor for class org.apache.sshd.common.keyprovider.FileKeyPairProvider
- FileKeyPairProvider(Collection<? extends Path>) - Constructor for class org.apache.sshd.common.keyprovider.FileKeyPairProvider
- FilePasswordProvider - Interface in org.apache.sshd.common.config.keys
- FilePasswordProvider.Decoder<T> - Interface in org.apache.sshd.common.config.keys
-
Something that can produce a result given a password.
- FilePasswordProvider.ResourceDecodeResult - Enum in org.apache.sshd.common.config.keys
- FilePasswordProviderHolder - Interface in org.apache.sshd.common.config.keys
- FilePasswordProviderManager - Interface in org.apache.sshd.common.config.keys
-
TODO Add javadoc
- FileSnapshot - Class in org.apache.sshd.common.util.io
-
A snapshot of file metadata that can be used to determine whether a file has been modified since the last time it was read.
- FileSnapshot(Instant, FileTime, long, Object) - Constructor for class org.apache.sshd.common.util.io.FileSnapshot
-
Creates a new
FileSnapshotinstance. - FileSystemAware - Interface in org.apache.sshd.common.file
-
Interface that can be implemented by a command to be able to access the file system in which this command will be used.
- FileSystemFactory - Interface in org.apache.sshd.common.file
-
Factory for file system implementations - it returns the file system for user.
- FileWatcherKeyPairResourceLoader - Class in org.apache.sshd.common.config.keys.loader
-
Tracks a file containing
KeyPair-s an re-loads it whenever a change has been sensed in the monitored file (if it exists) - FileWatcherKeyPairResourceLoader(Path, KeyPairResourceLoader) - Constructor for class org.apache.sshd.common.config.keys.loader.FileWatcherKeyPairResourceLoader
- FileWatcherKeyPairResourceLoader(Path, KeyPairResourceLoader, LinkOption...) - Constructor for class org.apache.sshd.common.config.keys.loader.FileWatcherKeyPairResourceLoader
- fill(byte[]) - Method in interface org.apache.sshd.common.random.Random
-
Fill the buffer with random values
- fill(byte[], int, int) - Method in class org.apache.sshd.common.random.JceRandom
- fill(byte[], int, int) - Method in interface org.apache.sshd.common.random.Random
-
Fill part of bytes with random values.
- fill(byte[], int, int) - Method in class org.apache.sshd.common.random.SingletonRandomFactory
- fill(byte[], int, int) - Method in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleRandom
- filterToNotBlank(List<String>) - Static method in class org.apache.sshd.common.util.GenericUtils
- findByName(String, Comparator<? super String>, Collection<? extends R>) - Static method in interface org.apache.sshd.common.NamedResource
- findByOptionalWildcardAddress(Map<SshdSocketAddress, ? extends V>, SshdSocketAddress) - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
- findDigestByAlgorithm(String, Comparator<? super String>, Collection<? extends D>) - Static method in class org.apache.sshd.common.digest.DigestUtils
- findFactoryByAlgorithm(String, Comparator<? super String>, Collection<? extends F>) - Static method in class org.apache.sshd.common.digest.DigestUtils
- findFirstDifferentValueIndex(Iterable<? extends T>, Iterable<? extends T>) - Static method in class org.apache.sshd.common.util.GenericUtils
- findFirstDifferentValueIndex(Iterable<? extends T>, Iterable<? extends T>, UnaryEquator<? super T>) - Static method in class org.apache.sshd.common.util.GenericUtils
- findFirstDifferentValueIndex(Iterator<? extends T>, Iterator<? extends T>) - Static method in class org.apache.sshd.common.util.GenericUtils
- findFirstDifferentValueIndex(Iterator<? extends T>, Iterator<? extends T>, UnaryEquator<? super T>) - Static method in class org.apache.sshd.common.util.GenericUtils
- findFirstDifferentValueIndex(List<? extends T>, List<? extends T>) - Static method in class org.apache.sshd.common.util.GenericUtils
- findFirstDifferentValueIndex(List<? extends T>, List<? extends T>, UnaryEquator<? super T>) - Static method in class org.apache.sshd.common.util.GenericUtils
- findFirstMatchByName(Collection<String>, Comparator<? super String>, Collection<? extends R>) - Static method in interface org.apache.sshd.common.NamedResource
- findFirstMatchingMember(Predicate<? super T>, Collection<? extends T>) - Static method in class org.apache.sshd.common.util.GenericUtils
- findFirstMatchingMember(Predicate<? super T>, T...) - Static method in class org.apache.sshd.common.util.GenericUtils
- findIdentityIndex(List<?>, Comparator<? super Object>, Object) - Static method in interface org.apache.sshd.client.auth.AuthenticationIdentitiesProvider
- findMarkerLine(List<String>, int, List<String>) - Static method in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceParser
-
Attempts to locate a line that contains one of the markers
- findMarkerLine(List<String>, List<String>) - Static method in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceParser
-
Attempts to locate a line that contains one of the markers
- findMatchingEntries(String, Collection<? extends HostConfigEntry>) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
Locates all the matching entries for a give host name / address
- findMatchingEntries(String, HostConfigEntry...) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
Locates all the matching entries for a give host name / address
- findMatchingKey(PublicKey, PublicKey...) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- findMatchingKey(PublicKey, Collection<? extends PublicKey>) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- findMatchingOptionalWildcardEntry(Map<SshdSocketAddress, ? extends V>, SshdSocketAddress) - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
- findSecurityProviderRegistrarBySecurityEntity(Predicate<? super SecurityProviderRegistrar>, Collection<? extends SecurityProviderRegistrar>) - Static method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- findSupporterByKeyTypeName(String, Collection<? extends S>) - Static method in interface org.apache.sshd.common.config.keys.KeyTypeNamesSupport
- finished - Variable in class org.apache.sshd.client.config.keys.LazyClientIdentityIterator
- finished - Variable in class org.apache.sshd.common.keyprovider.MultiKeyIdentityIterator
- finished - Variable in class org.apache.sshd.common.util.helper.LazyMatchingTypeIterator
- FIPS_ENABLED - Static variable in class org.apache.sshd.common.util.security.SecurityUtils
-
A boolean system property that can be set to
"true"to enable FIPS mode. - FIPS_PROVIDER_CLASS - Static variable in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleSecurityProviderRegistrar
- first(boolean) - Method in class org.apache.sshd.common.net.InetAddressRange
-
Retrieves the first address of this range as a MSB-first byte array.
- FIRST_KEX_PACKET_GUESS_MATCHES - Static variable in enum org.apache.sshd.common.kex.KexProposalOption
- firstLine(String) - Static method in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyPairResourceWriter
- fixPath(Path) - Method in class org.apache.sshd.common.file.root.RootedSecureDirectoryStream
- FLDBASE - Static variable in class org.apache.sshd.common.config.keys.KeyRandomArt
- FLDSIZE_X - Static variable in class org.apache.sshd.common.config.keys.KeyRandomArt
- FLDSIZE_Y - Static variable in class org.apache.sshd.common.config.keys.KeyRandomArt
- flipMap(Map<? extends K, ? extends V>, Supplier<? extends M>, boolean) - Static method in class org.apache.sshd.common.util.MapEntryUtils
-
Flips between keys and values of an input map
- flush() - Method in class org.apache.sshd.common.util.io.output.NullOutputStream
- followLinks(LinkOption...) - Static method in class org.apache.sshd.common.util.io.IoUtils
- forEach(Iterable<? extends T>, Consumer<? super T>) - Static method in class org.apache.sshd.common.util.GenericUtils
- format(String, Object...) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- format(Locale, String, Object...) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- formatExceptionMessage(Function<? super String, ? extends E>, String, Object...) - Method in class org.apache.sshd.common.future.AbstractSshFuture
-
Generates an exception whose message is prefixed by the future simple class name +
identifieras a hint to the context of the failure. - formatMessage(String, Object...) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
-
Formats an
slf4jmessage using its formatting structure - mainly the usage of positional arguments - e.g., "Value1={}, Value2={}, ..." - forResource(Object) - Static method in interface org.apache.sshd.common.util.io.resource.IoResource
-
Attempts to find the best wrapper for the resource
- FPE - Enum constant in enum org.apache.sshd.server.Signal
- fromAlgorithm(String) - Static method in enum org.apache.sshd.common.config.keys.BuiltinIdentities
- fromAlgorithm(String) - Static method in enum org.apache.sshd.common.digest.BuiltinDigests
- fromCIDR(String) - Static method in class org.apache.sshd.common.net.InetAddressRange
-
Creates an
InetAddressRangefor a CIDR. - fromCode(int) - Static method in enum org.apache.sshd.common.config.keys.OpenSshCertificate.Type
- fromCurveName(String) - Static method in enum org.apache.sshd.common.cipher.ECCurves
- fromCurveParameters(ECParameterSpec) - Static method in enum org.apache.sshd.common.cipher.ECCurves
- fromCurveSize(int) - Static method in enum org.apache.sshd.common.cipher.ECCurves
- fromDERValue(int) - Static method in enum org.apache.sshd.common.util.io.der.ASN1Class
-
The first byte in DER encoding is made of following fields
- fromDERValue(int) - Static method in enum org.apache.sshd.common.util.io.der.ASN1Type
-
The first byte in DER encoding is made of following fields
- fromDigest(Digest) - Static method in enum org.apache.sshd.common.digest.BuiltinDigests
- fromECKey(ECKey) - Static method in enum org.apache.sshd.common.cipher.ECCurves
- fromFactory(NamedFactory<? extends Digest>) - Static method in enum org.apache.sshd.common.digest.BuiltinDigests
- fromFactory(NamedFactory<Cipher>) - Static method in enum org.apache.sshd.common.cipher.BuiltinCiphers
- fromFactory(NamedFactory<Mac>) - Static method in enum org.apache.sshd.common.mac.BuiltinMacs
- fromFactory(NamedFactory<Signature>) - Static method in enum org.apache.sshd.common.signature.BuiltinSignatures
- fromFactoryName(String) - Static method in enum org.apache.sshd.common.cipher.BuiltinCiphers
- fromFactoryName(String) - Static method in enum org.apache.sshd.common.compression.BuiltinCompressions
- fromFactoryName(String) - Static method in enum org.apache.sshd.common.digest.BuiltinDigests
- fromFactoryName(String) - Static method in enum org.apache.sshd.common.mac.BuiltinMacs
- fromFactoryName(String) - Static method in enum org.apache.sshd.common.signature.BuiltinSignatures
- fromHex(char, char) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- fromIndicatorValue(int) - Static method in enum org.apache.sshd.common.cipher.ECCurves.ECPointCompression
- fromInt(int) - Static method in enum org.apache.sshd.common.channel.PtyMode
- fromKey(Key) - Static method in enum org.apache.sshd.common.config.keys.BuiltinIdentities
- fromKeyPair(KeyPair) - Static method in enum org.apache.sshd.common.config.keys.BuiltinIdentities
- fromKeyType(Class<?>) - Static method in enum org.apache.sshd.common.config.keys.BuiltinIdentities
- fromKeyType(String) - Static method in enum org.apache.sshd.common.cipher.ECCurves
- fromKeyTypeName(String) - Static method in enum org.apache.sshd.common.config.keys.BuiltinIdentities
- fromMPIntBytes(byte[]) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- fromName(String) - Static method in enum org.apache.sshd.client.config.hosts.KnownHostDigest
- fromName(String) - Static method in enum org.apache.sshd.common.channel.PtyMode
- fromName(String) - Static method in enum org.apache.sshd.common.config.CompressionConfigValue
- fromName(String) - Static method in enum org.apache.sshd.common.config.keys.BuiltinIdentities
- fromName(String) - Static method in enum org.apache.sshd.common.config.LogLevelValue
- fromName(String) - Static method in enum org.apache.sshd.common.config.SyslogFacilityValue
- fromName(String) - Static method in enum org.apache.sshd.common.kex.KexProposalOption
- fromName(String) - Static method in enum org.apache.sshd.common.session.SessionHeartbeatController.HeartbeatType
- fromName(String) - Static method in enum org.apache.sshd.common.util.io.der.ASN1Class
- fromName(String) - Static method in enum org.apache.sshd.common.util.io.der.ASN1Type
- fromOID(String) - Static method in enum org.apache.sshd.common.cipher.ECCurves
- fromOIDValue(List<? extends Number>) - Static method in enum org.apache.sshd.common.cipher.ECCurves
- fromProposalIndex(int) - Static method in enum org.apache.sshd.common.kex.KexProposalOption
- fromStorage(Object) - Method in class org.apache.sshd.common.Property.BaseProperty
- fromStorage(Object) - Method in class org.apache.sshd.common.Property.BooleanProperty
- fromStorage(Object) - Method in class org.apache.sshd.common.Property.CharsetProperty
- fromStorage(Object) - Method in class org.apache.sshd.common.Property.DurationInSecondsProperty
- fromStorage(Object) - Method in class org.apache.sshd.common.Property.DurationProperty
- fromStorage(Object) - Method in class org.apache.sshd.common.Property.EnumProperty
- fromStorage(Object) - Method in class org.apache.sshd.common.Property.IntegerProperty
- fromStorage(Object) - Method in class org.apache.sshd.common.Property.LongProperty
- fromStorage(Object) - Method in class org.apache.sshd.common.Property.ObjectProperty
- fromStorage(Object) - Method in class org.apache.sshd.common.Property.StringProperty
- fromString(String) - Static method in enum org.apache.sshd.common.cipher.BuiltinCiphers
- fromString(String) - Static method in enum org.apache.sshd.common.digest.BuiltinDigests
- fromString(String) - Static method in enum org.apache.sshd.common.mac.BuiltinMacs
- fromString(String) - Static method in enum org.apache.sshd.common.signature.BuiltinSignatures
- fromTypeValue(int) - Static method in enum org.apache.sshd.common.util.io.der.ASN1Class
- fromTypeValue(int) - Static method in enum org.apache.sshd.common.util.io.der.ASN1Type
- fromValueChar(char) - Static method in enum org.apache.sshd.common.config.TimeValueConfig
- fulfilled(Object, Object) - Static method in class org.apache.sshd.common.io.AbstractIoWriteFuture
- future - Variable in class org.apache.sshd.common.util.closeable.SimpleCloseable
- futureLock - Variable in class org.apache.sshd.common.util.closeable.AbstractCloseable
-
Lock object for
Future-s based on this closeable instance - FuturesCloseable<T> - Class in org.apache.sshd.common.util.closeable
- FuturesCloseable(Object, Object, Iterable<? extends SshFuture<T>>) - Constructor for class org.apache.sshd.common.util.closeable.FuturesCloseable
G
- GENERAL_STRING - Enum constant in enum org.apache.sshd.common.util.io.der.ASN1Type
- GENERALIZED_TIME - Enum constant in enum org.apache.sshd.common.util.io.der.ASN1Type
- generate(SessionContext, KeyIdentityProvider) - Static method in class org.apache.sshd.common.config.keys.KeyRandomArt
-
Extracts and generates random art entries for all key in the provider
- generateEdDSAPrivateKey(byte[]) - Static method in class org.apache.sshd.common.util.security.eddsa.Ed25519PEMResourceKeyParser
- generateEDDSAPrivateKey(byte[]) - Method in class org.apache.sshd.common.util.security.eddsa.bouncycastle.BouncyCastleEdDSASupport
- generateEDDSAPrivateKey(byte[]) - Static method in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderUtils
- generateEDDSAPrivateKey(byte[]) - Method in interface org.apache.sshd.common.util.security.eddsa.generic.EdDSASupport
- generateEDDSAPrivateKey(byte[]) - Method in class org.apache.sshd.common.util.security.eddsa.NetI2pCryptoEdDSASupport
- generateEDDSAPrivateKey(String, byte[]) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- generateEDDSAPublicKey(byte[]) - Method in class org.apache.sshd.common.util.security.eddsa.bouncycastle.BouncyCastleEdDSASupport
- generateEDDSAPublicKey(byte[]) - Static method in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderUtils
- generateEDDSAPublicKey(byte[]) - Method in interface org.apache.sshd.common.util.security.eddsa.generic.EdDSASupport
- generateEDDSAPublicKey(byte[]) - Method in class org.apache.sshd.common.util.security.eddsa.NetI2pCryptoEdDSASupport
- generateEDDSAPublicKey(String, byte[]) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- generateInitializationVector(PrivateKeyEncryptionContext) - Method in class org.apache.sshd.common.config.keys.loader.AbstractPrivateKeyObfuscator
- generateInitializationVector(PrivateKeyEncryptionContext) - Method in interface org.apache.sshd.common.config.keys.loader.PrivateKeyObfuscator
- generateKeyPair(int) - Method in class org.apache.sshd.common.config.keys.impl.ECDSAPublicKeyEntryDecoder
- generateKeyPair(int) - Method in class org.apache.sshd.common.config.keys.impl.SkECDSAPublicKeyEntryDecoder
- generateKeyPair(int) - Method in class org.apache.sshd.common.config.keys.impl.SkED25519PublicKeyEntryDecoder
- generateKeyPair(int) - Method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- generateKeyPair(int) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHECDSAPrivateKeyEntryDecoder
- generateKeyPair(String) - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- generateKeyPair(String, int) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- generateMnemonicMap(Class<?>, String) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
-
Scans using reflection API for all fields that are
public static finalthat start with the given common prefix (case sensitive) and are of typeNumber. - generateMnemonicMap(Class<?>, Predicate<? super Field>) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
-
Scans using reflection API for all numeric
public static finalfields that are also accepted by the predicate. - generatePrivateKey(KeySpec) - Method in class org.apache.sshd.common.config.keys.impl.AbstractKeyEntryResolver
- generatePublicKey(String, S) - Method in class org.apache.sshd.common.util.buffer.keys.AbstractBufferPublicKeyParser
- generatePublicKey(KeySpec) - Method in class org.apache.sshd.common.config.keys.impl.AbstractKeyEntryResolver
- GenericEd25519PEMResourceKeyParser - Class in org.apache.sshd.common.util.security.eddsa.generic
- GenericEd25519PEMResourceKeyParser() - Constructor for class org.apache.sshd.common.util.security.eddsa.generic.GenericEd25519PEMResourceKeyParser
- GenericEd25519PublicKeyDecoder<PUB,
PRV> - Class in org.apache.sshd.common.util.security.eddsa.generic - GenericEd25519PublicKeyDecoder(Class<PUB>, Class<PRV>, EdDSASupport<PUB, PRV>) - Constructor for class org.apache.sshd.common.util.security.eddsa.generic.GenericEd25519PublicKeyDecoder
- GenericMapPopulator(M) - Constructor for class org.apache.sshd.common.util.MapEntryUtils.GenericMapPopulator
- GenericOpenSSHEd25519PrivateKeyEntryDecoder<PUB,
PRV> - Class in org.apache.sshd.common.util.security.eddsa.generic - GenericOpenSSHEd25519PrivateKeyEntryDecoder(Class<PUB>, Class<PRV>, EdDSASupport<PUB, PRV>) - Constructor for class org.apache.sshd.common.util.security.eddsa.generic.GenericOpenSSHEd25519PrivateKeyEntryDecoder
- GenericSignatureEd25519 - Class in org.apache.sshd.common.util.security.eddsa.generic
- GenericSignatureEd25519(String) - Constructor for class org.apache.sshd.common.util.security.eddsa.generic.GenericSignatureEd25519
- GenericUtils - Class in org.apache.sshd.common.util
- gensalt() - Static method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCrypt
-
Generate a salt for use with the BCrypt.hashpw() method, selecting a reasonable default for the number of hashing rounds to apply
- gensalt(int) - Static method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCrypt
-
Generate a salt for use with the BCrypt.hashpw() method
- gensalt(int, SecureRandom) - Static method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCrypt
-
Generate a salt for use with the BCrypt.hashpw() method
- get() - Method in interface org.apache.sshd.common.Factory
- get() - Method in class org.apache.sshd.common.util.MapEntryUtils.GenericMapPopulator
- get() - Method in interface org.apache.sshd.common.util.ObjectBuilder
- get(int) - Static method in enum org.apache.sshd.server.Signal
-
Retrieves a signal value given its numeric value
- get(Object) - Method in class org.apache.sshd.common.SyspropsMapWrapper
- get(Object) - Method in class org.apache.sshd.common.util.IgnoringEmptyMap
- get(String) - Static method in enum org.apache.sshd.server.Signal
-
Retrieves a signal value given its name
- get(PropertyResolver) - Method in class org.apache.sshd.common.Property.BaseProperty
- get(PropertyResolver) - Method in interface org.apache.sshd.common.Property
- get(PropertyResolver) - Method in class org.apache.sshd.common.Property.Validating
- getAcceptanceAddress() - Method in interface org.apache.sshd.common.io.IoSession
- getAlgorithm() - Method in interface org.apache.sshd.common.AlgorithmNameProvider
- getAlgorithm() - Method in class org.apache.sshd.common.cipher.BaseCipher
- getAlgorithm() - Method in enum org.apache.sshd.common.cipher.BuiltinCiphers
- getAlgorithm() - Method in class org.apache.sshd.common.cipher.ChaCha20Cipher
- getAlgorithm() - Method in class org.apache.sshd.common.cipher.CipherNone
- getAlgorithm() - Method in enum org.apache.sshd.common.config.keys.BuiltinIdentities
- getAlgorithm() - Method in class org.apache.sshd.common.config.keys.KeyRandomArt
- getAlgorithm() - Method in class org.apache.sshd.common.config.keys.loader.pem.AbstractPEMResourceKeyPairParser
- getAlgorithm() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- getAlgorithm() - Method in class org.apache.sshd.common.config.keys.u2f.SkEcdsaPublicKey
- getAlgorithm() - Method in class org.apache.sshd.common.config.keys.u2f.SkED25519PublicKey
- getAlgorithm() - Method in class org.apache.sshd.common.config.keys.UnsupportedSshPublicKey
- getAlgorithm() - Method in class org.apache.sshd.common.digest.BaseDigest
- getAlgorithm() - Method in enum org.apache.sshd.common.digest.BuiltinDigests
- getAlgorithm() - Method in class org.apache.sshd.common.mac.BaseMac
- getAlgorithm() - Method in enum org.apache.sshd.common.mac.BuiltinMacs
- getAlgorithm() - Method in class org.apache.sshd.common.mac.Poly1305Mac
- getAlgorithm() - Method in class org.apache.sshd.common.signature.AbstractSignature
- getAlgorithm() - Method in class org.apache.sshd.common.signature.SignatureSkECDSA
- getAlgorithm() - Method in class org.apache.sshd.common.signature.SignatureSkED25519
- getAlgorithm() - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- getAlgorithmIdentifier() - Method in class org.apache.sshd.common.config.keys.loader.pem.AbstractPEMResourceKeyPairParser
- getAlgorithmIdentifier() - Method in interface org.apache.sshd.common.config.keys.loader.pem.KeyPairPEMResourceParser
- getAlgorithmIdentifier() - Method in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PrivateKeyInfo
- getAlgorithmParameter() - Method in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PrivateKeyInfo
- getAllEquivalentKeyTypes(String) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getAmbiguousMenmonics(Class<?>, String) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
-
Scans using reflection API for all numeric
public static finalfields that have a common prefix and whose value is used by several of the other matching fields - getAmbiguousMenmonics(Class<?>, Predicate<? super Field>) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
-
Scans using reflection API for all numeric
public static finalfields that are also accepted by the predicate and whose value is used by several of the other matching fields - getAmbiguousOpcodes() - Static method in class org.apache.sshd.common.SshConstants
- getAppName() - Method in interface org.apache.sshd.common.config.keys.u2f.SecurityKeyPublicKey
- getAppName() - Method in class org.apache.sshd.common.config.keys.u2f.SkEcdsaPublicKey
- getAppName() - Method in class org.apache.sshd.common.config.keys.u2f.SkED25519PublicKey
- getAPrioriDisabledProviders() - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getAttribute(Object) - Method in interface org.apache.sshd.common.io.IoSession
-
Returns the value of the user-defined attribute of this session.
- getAttribute(AttributeRepository.AttributeKey<T>) - Method in interface org.apache.sshd.common.AttributeRepository
-
Returns the value of the user-defined attribute.
- getAttributesCount() - Method in interface org.apache.sshd.common.AttributeRepository
- getAuthenticationTagSize() - Method in class org.apache.sshd.common.cipher.BaseCipher
- getAuthenticationTagSize() - Method in enum org.apache.sshd.common.cipher.BuiltinCiphers
- getAuthenticationTagSize() - Method in class org.apache.sshd.common.cipher.ChaCha20Cipher
- getAuthenticationTagSize() - Method in interface org.apache.sshd.common.cipher.CipherInformation
- getAuthenticationTagSize() - Method in class org.apache.sshd.common.cipher.CipherNone
- getAutoCloseableDelegate() - Method in class org.apache.sshd.common.util.closeable.AutoCloseableDelegateInvocationHandler
- getAvailableKeyLengths() - Static method in class org.apache.sshd.common.config.keys.loader.AESPrivateKeyObfuscator
- getAvailableStrings() - Method in class org.apache.sshd.common.util.buffer.Buffer
- getAvailableStrings(Charset) - Method in class org.apache.sshd.common.util.buffer.Buffer
- getBackTrace() - Method in interface org.apache.sshd.common.future.CancelFuture
-
Obtains an exception describing the stack trace of where the cancellation was initiated.
- getBackTrace() - Method in class org.apache.sshd.common.future.DefaultCancelFuture
- getBasedir() - Method in class org.apache.sshd.common.util.io.DirectoryScanner
-
Returns the base directory to be scanned.
- getBasePropertyName() - Method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- getBeginners() - Method in class org.apache.sshd.common.config.keys.loader.AbstractKeyPairResourceParser
- getBlockSize() - Method in class org.apache.sshd.common.digest.BaseDigest
- getBlockSize() - Method in enum org.apache.sshd.common.digest.BuiltinDigests
- getBlockSize() - Method in interface org.apache.sshd.common.digest.DigestInformation
- getBlockSize() - Method in class org.apache.sshd.common.mac.BaseMac
- getBlockSize() - Method in enum org.apache.sshd.common.mac.BuiltinMacs
- getBlockSize() - Method in interface org.apache.sshd.common.mac.MacInformation
- getBlockSize() - Method in class org.apache.sshd.common.mac.Poly1305Mac
- getBoolean() - Method in class org.apache.sshd.common.util.buffer.Buffer
- getBoolean(String) - Method in interface org.apache.sshd.common.PropertyResolver
- getBoolean(Map<String, ?>, String) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- getBoolean(PropertyResolver, String) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- getBooleanProperty(String, boolean) - Method in interface org.apache.sshd.common.PropertyResolver
- getBooleanProperty(Map<String, ?>, String, boolean) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- getBooleanProperty(PropertyResolver, String, boolean) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- getBooleanSettingValue(int) - Static method in enum org.apache.sshd.common.channel.PtyMode
- getBooleanSettingValue(Object) - Static method in enum org.apache.sshd.common.channel.PtyMode
- getBooleanSettingValue(Map<PtyMode, ?>, Collection<PtyMode>, boolean) - Static method in enum org.apache.sshd.common.channel.PtyMode
- getBooleanSettingValue(Map<PtyMode, ?>, PtyMode) - Static method in enum org.apache.sshd.common.channel.PtyMode
- getBouncycastleEncryptedPrivateKeyInfoDecryptor() - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getBouncycastleKeyPairResourceParser() - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getBoundAddresses() - Method in interface org.apache.sshd.common.io.IoAcceptor
- getBuffer() - Method in interface org.apache.sshd.common.io.IoReadFuture
-
Retrieves the buffer data was read into.
- getBuildNumber() - Method in class org.apache.sshd.common.util.VersionInfo
- getBuiltinIdentitiesPaths(Path, Collection<String>) - Static method in class org.apache.sshd.client.config.keys.BuiltinClientIdentitiesWatcher
- getByte() - Method in class org.apache.sshd.common.util.buffer.Buffer
- getByte() - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- getBytes() - Method in class org.apache.sshd.common.util.buffer.Buffer
- getBytes(PublicKey) - Static method in class org.apache.sshd.common.util.security.eddsa.generic.EdDSAUtils
-
Retrieves the raw key bytes from an ed25519 or ed448
PublicKey. - getBytesConsumed() - Method in class org.apache.sshd.common.util.buffer.Buffer
- getBytesConsumed() - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- getBytesConsumed(int) - Method in class org.apache.sshd.common.util.buffer.Buffer
- getBytesConsumed(int) - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- getCancellation() - Method in interface org.apache.sshd.common.future.Cancellable
-
Retrieves the
CancelFuture, ifCancellable.cancel()had been called. - getCancellation() - Method in class org.apache.sshd.common.future.DefaultCancellableSshFuture
- getCanonicalKeyType(String) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getCanonicalUser(String) - Static method in class org.apache.sshd.common.util.OsUtils
-
Remove
Windowsdomain and/or group prefix as well as "(User)" suffix - getCaPubKey() - Method in interface org.apache.sshd.common.config.keys.OpenSshCertificate
-
Retrieves the CA public key of this certificate.
- getCaPubKey() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- getCertificateFactory(String) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getCertificateOptions() - Method in class org.apache.sshd.common.util.buffer.Buffer
- getCertificateOptions(Charset) - Method in class org.apache.sshd.common.util.buffer.Buffer
-
According to PROTOCOL.certkeys: Critical Options is a set of bytes that is [overall length][name(string)][[length of buffer][[length of string][data(string)]]]...
- getCertPubKey() - Method in interface org.apache.sshd.common.config.keys.OpenSshCertificate
-
Retrieves the certified public key.
- getCertPubKey() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- getChannelDelegate() - Method in class org.apache.sshd.common.util.closeable.NioChannelDelegateInvocationHandler
- getCharset(String, Charset) - Method in interface org.apache.sshd.common.PropertyResolver
- getCharset(Map<String, ?>, String, Charset) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- getCharset(PropertyResolver, String, Charset) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- getCipher(String) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getCipherBlockSize() - Method in class org.apache.sshd.common.cipher.BaseCipher
- getCipherBlockSize() - Method in enum org.apache.sshd.common.cipher.BuiltinCiphers
- getCipherBlockSize() - Method in class org.apache.sshd.common.cipher.ChaCha20Cipher
- getCipherBlockSize() - Method in interface org.apache.sshd.common.cipher.CipherInformation
- getCipherBlockSize() - Method in class org.apache.sshd.common.cipher.CipherNone
- getCipherFactoryName() - Method in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyEncryptionContext
- getCipherInformation(boolean) - Method in interface org.apache.sshd.common.session.SessionContext
-
Retrieves current cipher information - Note: may change if key re-exchange executed
- getCipherInstance() - Method in class org.apache.sshd.common.cipher.BaseCipher
- getCipherMode() - Method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- getCipherName() - Method in class org.apache.sshd.common.config.keys.loader.AbstractPrivateKeyObfuscator
- getCipherName() - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHParserContext
- getCipherName() - Method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- getCipherName() - Method in interface org.apache.sshd.common.config.keys.loader.PrivateKeyObfuscator
- getCipherName() - Method in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyEncryptionContext
- getCipherType() - Method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- getClassValue() - Method in enum org.apache.sshd.common.util.io.der.ASN1Class
- getClient2Server() - Method in class org.apache.sshd.common.kex.extension.parser.DelayedCompressionAlgorithms
- getClientIdentities(SessionContext) - Method in class org.apache.sshd.client.config.keys.ClientIdentityFileWatcher
- getClientIdentities(SessionContext) - Method in interface org.apache.sshd.client.config.keys.ClientIdentityProvider
-
Provides a
KeyPairrepresenting the client identity - getClientIdentityLoader() - Method in class org.apache.sshd.client.config.keys.ClientIdentityFileWatcher
- getClientIdentityLoader() - Method in interface org.apache.sshd.client.config.keys.ClientIdentityLoaderHolder
- getClientIdentityLoader() - Method in class org.apache.sshd.client.config.keys.LazyClientKeyIdentityProvider
- getClientKexProposals() - Method in interface org.apache.sshd.common.session.SessionContext
- getClientVersion() - Method in interface org.apache.sshd.common.session.SessionContext
-
Retrieve the client version for this session.
- getCode() - Method in enum org.apache.sshd.common.config.keys.OpenSshCertificate.Type
- getCommandMessageName(int) - Static method in class org.apache.sshd.common.SshConstants
-
Converts a command value to a user-friendly name
- getComment() - Method in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
- getCompactClone(byte[]) - Static method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
-
Creates a compact buffer (i.e., one that starts at offset zero) containing a copy of the original data
- getCompactClone(byte[], int, int) - Static method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
-
Creates a compact buffer (i.e., one that starts at offset zero) containing a copy of the original data
- getCompactData() - Method in class org.apache.sshd.common.util.buffer.Buffer
- getComparablePath(String) - Static method in class org.apache.sshd.common.util.OsUtils
- getCompressionInformation(boolean) - Method in interface org.apache.sshd.common.session.SessionContext
-
Retrieves current compression information - Note: may change if key re-exchange executed
- getConfigLine() - Method in class org.apache.sshd.client.config.hosts.KnownHostEntry
- getConfigurationPropertyName(String) - Method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- getConnectTimeout() - Method in class org.apache.sshd.common.util.net.NetworkConnector
- getCriticalOptions() - Method in interface org.apache.sshd.common.config.keys.OpenSshCertificate
-
Retrieves the critical options set in the certificate.
- getCriticalOptions() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- getCriticalOptionsMap() - Method in interface org.apache.sshd.common.config.keys.OpenSshCertificate
-
Retrieves the critical options set in the certificate.
- getCriticalOptionsMap() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- getCurrentUser() - Static method in class org.apache.sshd.common.util.OsUtils
-
Get current user name
- getCurrentWorkingDirectory() - Static method in class org.apache.sshd.common.util.OsUtils
- getCurveSize(ECParameterSpec) - Static method in enum org.apache.sshd.common.cipher.ECCurves
- getData() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificate.CertificateOption
-
Retrieves the data.
- getDefault() - Method in class org.apache.sshd.common.Property.BaseProperty
- getDefault() - Method in interface org.apache.sshd.common.Property
- getDefault() - Method in class org.apache.sshd.common.Property.Validating
- getDefaultBlockSize() - Method in class org.apache.sshd.common.mac.BaseMac
- getDefaultBlockSize() - Method in enum org.apache.sshd.common.mac.BuiltinMacs
- getDefaultBlockSize() - Method in interface org.apache.sshd.common.mac.MacInformation
- getDefaultBlockSize() - Method in class org.apache.sshd.common.mac.Poly1305Mac
- getDefaultBuiltinIdentitiesPaths() - Static method in class org.apache.sshd.client.config.keys.DefaultClientIdentitiesWatcher
- getDefaultBuiltinIdentitiesPaths(Path) - Static method in class org.apache.sshd.client.config.keys.BuiltinClientIdentitiesWatcher
- getDefaultDir() - Method in class org.apache.sshd.common.file.util.BaseFileSystem
- getDefaultFingerPrintFactory() - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getDefaultHomeDir() - Method in class org.apache.sshd.common.file.virtualfs.VirtualFileSystemFactory
- getDefaultHostConfigFile() - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- getDefaultKeysFolderPath() - Static method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- getDefaultKnownHostsFile() - Static method in class org.apache.sshd.client.config.hosts.KnownHostEntry
- getDefaultProviderChoice() - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getDefaultSecurityEntitySupportValue(Class<?>) - Method in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleSecurityProviderRegistrar
- getDefaultSecurityEntitySupportValue(Class<?>) - Method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- getDefaultSecurityEntitySupportValue(Class<?>) - Method in class org.apache.sshd.common.util.security.SunJCESecurityProviderRegistrar
- getDelegatePublicKey() - Method in interface org.apache.sshd.common.config.keys.u2f.SecurityKeyPublicKey
- getDelegatePublicKey() - Method in class org.apache.sshd.common.config.keys.u2f.SkEcdsaPublicKey
- getDelegatePublicKey() - Method in class org.apache.sshd.common.config.keys.u2f.SkED25519PublicKey
- getDelegateSignature() - Method in class org.apache.sshd.common.signature.AbstractSecurityKeySignature
- getDelegateSignature() - Method in class org.apache.sshd.common.signature.SignatureSkECDSA
- getDelegateSignature() - Method in class org.apache.sshd.common.signature.SignatureSkED25519
- getDescription() - Method in enum org.apache.sshd.common.kex.KexProposalOption
- getDigester() - Method in class org.apache.sshd.client.config.hosts.KnownHostHashValue
- getDigestForParams() - Method in enum org.apache.sshd.common.cipher.ECCurves
- getDigestValue() - Method in class org.apache.sshd.client.config.hosts.KnownHostHashValue
- getDisconnectCode() - Method in exception class org.apache.sshd.common.SshException
- getDisconnectReasonName(int) - Static method in class org.apache.sshd.common.SshConstants
-
Converts a disconnect reason value to a user-friendly name
- getEDDSAKeySize(Key) - Method in class org.apache.sshd.common.util.security.eddsa.bouncycastle.BouncyCastleEdDSASupport
- getEDDSAKeySize(Key) - Static method in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderUtils
- getEDDSAKeySize(Key) - Method in interface org.apache.sshd.common.util.security.eddsa.generic.EdDSASupport
- getEDDSAKeySize(Key) - Method in class org.apache.sshd.common.util.security.eddsa.NetI2pCryptoEdDSASupport
- getEDDSAKeySize(Key) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getEDDSAPrivateKeyType() - Method in class org.apache.sshd.common.util.security.eddsa.bouncycastle.BouncyCastleEdDSASupport
- getEDDSAPrivateKeyType() - Method in interface org.apache.sshd.common.util.security.eddsa.generic.EdDSASupport
- getEDDSAPrivateKeyType() - Method in class org.apache.sshd.common.util.security.eddsa.NetI2pCryptoEdDSASupport
- getEDDSAPrivateKeyType() - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getEDDSAPublicKeyEntryDecoder() - Method in class org.apache.sshd.common.util.security.eddsa.bouncycastle.BouncyCastleEdDSASupport
- getEDDSAPublicKeyEntryDecoder() - Static method in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderUtils
- getEDDSAPublicKeyEntryDecoder() - Method in interface org.apache.sshd.common.util.security.eddsa.generic.EdDSASupport
- getEDDSAPublicKeyEntryDecoder() - Method in class org.apache.sshd.common.util.security.eddsa.NetI2pCryptoEdDSASupport
- getEDDSAPublicKeyEntryDecoder() - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getEDDSAPublicKeyType() - Method in class org.apache.sshd.common.util.security.eddsa.bouncycastle.BouncyCastleEdDSASupport
- getEDDSAPublicKeyType() - Method in interface org.apache.sshd.common.util.security.eddsa.generic.EdDSASupport
- getEDDSAPublicKeyType() - Method in class org.apache.sshd.common.util.security.eddsa.NetI2pCryptoEdDSASupport
- getEDDSAPublicKeyType() - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getEDDSASignature() - Static method in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderUtils
- getEDDSASigner() - Method in class org.apache.sshd.common.util.security.eddsa.bouncycastle.BouncyCastleEdDSASupport
- getEDDSASigner() - Method in interface org.apache.sshd.common.util.security.eddsa.generic.EdDSASupport
- getEDDSASigner() - Method in class org.apache.sshd.common.util.security.eddsa.NetI2pCryptoEdDSASupport
- getEDDSASigner() - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getEdDSASupport() - Method in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleSecurityProviderRegistrar
- getEdDSASupport() - Method in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderRegistrar
- getEdDSASupport() - Method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- getEdDSASupport() - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getEffectiveSecurityEntityName(Class<?>, String) - Static method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
-
Determines the "pure" security entity name - e.g., for
Ciphers it strips the trailing transformation specification in order to extract the base cipher name - e.g., "AES/CBC/NoPadding" => "AES" - getEncoded() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- getEncoded() - Method in class org.apache.sshd.common.config.keys.u2f.SkEcdsaPublicKey
- getEncoded() - Method in class org.apache.sshd.common.config.keys.u2f.SkED25519PublicKey
- getEncoded() - Method in class org.apache.sshd.common.config.keys.UnsupportedSshPublicKey
- getEnders() - Method in class org.apache.sshd.common.config.keys.loader.AbstractKeyPairResourceParser
- getEndingMarkers() - Method in class org.apache.sshd.common.config.keys.loader.AbstractKeyPairResourceParser
- getEntityType() - Method in interface org.apache.sshd.common.util.security.SecurityEntityFactory
- getEOLBytes() - Static method in class org.apache.sshd.common.util.io.IoUtils
- getException() - Method in class org.apache.sshd.common.future.DefaultCancellableSshFuture
- getException() - Method in interface org.apache.sshd.common.future.HasException
-
Returns the cause of the failure.
- getException() - Method in class org.apache.sshd.common.io.AbstractIoWriteFuture
- getException() - Method in interface org.apache.sshd.common.io.IoReadFuture
-
Returns the cause of the read failure.
- getExecutorService() - Method in interface org.apache.sshd.common.util.threads.ExecutorServiceCarrier
- getExecutorServiceProvider() - Method in interface org.apache.sshd.common.util.threads.ExecutorServiceProvider
- getExpiredValue() - Method in class org.apache.sshd.common.session.helpers.TimeoutIndicator
- getExtensions() - Method in interface org.apache.sshd.common.config.keys.OpenSshCertificate
-
Retrieves the extensions set in the certificate.
- getExtensions() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- getExtensionsMap() - Method in interface org.apache.sshd.common.config.keys.OpenSshCertificate
-
Retrieves the extensions set in the certificate.
- getExtensionsMap() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- getExternalNetwork4Addresses() - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
- getFactoryByCurveSize(ECParameterSpec) - Static method in enum org.apache.sshd.common.signature.BuiltinSignatures
- getFileAttributeView(Class<V>) - Method in class org.apache.sshd.common.file.root.RootedSecureDirectoryStream
- getFileAttributeView(Path, Class<V>, LinkOption...) - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystemProvider
- getFileAttributeView(Path, Class<V>, LinkOption...) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- getFileAttributeView(Path, Class<V>, LinkOption...) - Method in class org.apache.sshd.common.file.root.RootedSecureDirectoryStream
- getFileKey() - Method in class org.apache.sshd.common.util.io.FileSnapshot
-
Retrieves the file key as recorded in this
FileSnapshot. - getFileName() - Method in class org.apache.sshd.common.file.util.BasePath
- getFileName() - Method in class org.apache.sshd.common.file.util.MockPath
- getFileOwner(Path, LinkOption...) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
Get file owner.
- getFilePasswordProvider() - Method in class org.apache.sshd.client.config.keys.ClientIdentityFileWatcher
- getFilePasswordProvider() - Method in class org.apache.sshd.client.config.keys.LazyClientKeyIdentityProvider
- getFilePasswordProvider() - Method in interface org.apache.sshd.common.config.keys.FilePasswordProviderHolder
- getFileStore(Path) - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystemProvider
- getFileStore(Path) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- getFileStores() - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystem
- getFileStores() - Method in class org.apache.sshd.common.file.root.RootedFileSystem
- getFileStores() - Method in class org.apache.sshd.common.file.util.BaseFileSystem
- getFileStores() - Method in class org.apache.sshd.common.file.util.MockFileSystem
- getFileSystem() - Method in class org.apache.sshd.common.file.util.BasePath
- getFileSystem() - Method in class org.apache.sshd.common.file.util.MockPath
- getFileSystem(URI) - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystemProvider
- getFileSystem(URI) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- getFileSystem(Path) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- getFilter() - Method in class org.apache.sshd.client.config.keys.LazyClientIdentityIterator
- getFingerPrint(String) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getFingerPrint(String, Charset) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getFingerPrint(PublicKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getFingerPrint(Digest, byte...) - Static method in class org.apache.sshd.common.digest.DigestUtils
- getFingerPrint(Digest, byte[], int, int) - Static method in class org.apache.sshd.common.digest.DigestUtils
- getFingerPrint(Digest, String) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getFingerPrint(Digest, String) - Static method in class org.apache.sshd.common.digest.DigestUtils
- getFingerPrint(Digest, String, Charset) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getFingerPrint(Digest, String, Charset) - Static method in class org.apache.sshd.common.digest.DigestUtils
- getFingerPrint(Digest, PublicKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getFingerPrint(Factory<? extends Digest>, byte...) - Static method in class org.apache.sshd.common.digest.DigestUtils
- getFingerPrint(Factory<? extends Digest>, byte[], int, int) - Static method in class org.apache.sshd.common.digest.DigestUtils
- getFingerPrint(Factory<? extends Digest>, String) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getFingerPrint(Factory<? extends Digest>, String) - Static method in class org.apache.sshd.common.digest.DigestUtils
- getFingerPrint(Factory<? extends Digest>, String, Charset) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getFingerPrint(Factory<? extends Digest>, String, Charset) - Static method in class org.apache.sshd.common.digest.DigestUtils
- getFingerPrint(Factory<? extends Digest>, PublicKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getFirstExternalNetwork4Address() - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
-
Returns the first external network address assigned to this machine or null if one is not found.
- getFirstPartsOfPath(Path, int) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
Extracts the first n parts of the path.
- getFormat() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- getFormat() - Method in class org.apache.sshd.common.config.keys.u2f.SkEcdsaPublicKey
- getFormat() - Method in class org.apache.sshd.common.config.keys.u2f.SkED25519PublicKey
- getFormat() - Method in class org.apache.sshd.common.config.keys.UnsupportedSshPublicKey
- getFutureLock() - Method in class org.apache.sshd.common.util.closeable.AbstractCloseable
- getGlobalInstance() - Static method in class org.apache.sshd.common.random.JceRandom
- getHashedEntry() - Method in class org.apache.sshd.client.config.hosts.KnownHostEntry
- getHost() - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- getHost() - Method in class org.apache.sshd.common.util.net.NetworkConnector
- getHostName() - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- getHostName() - Method in class org.apache.sshd.common.util.net.SshdSocketAddress
- getId() - Method in interface org.apache.sshd.common.config.keys.OpenSshCertificate
-
Retrieves a free-form text set by the CA when the certificate was generated; intended to identify the identity principal in log message.
- getId() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- getId() - Method in class org.apache.sshd.common.future.AbstractSshFuture
- getId() - Method in interface org.apache.sshd.common.future.WaitableFuture
- getId() - Method in interface org.apache.sshd.common.io.IoSession
- getIdentities() - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- getIdentitiesExtractor() - Method in class org.apache.sshd.client.config.keys.LazyClientIdentityIterator
- getIdentityFileName(String) - Static method in class org.apache.sshd.client.config.keys.ClientIdentity
- getIdentityFileName(String, String, String) - Static method in class org.apache.sshd.common.config.keys.IdentityUtils
- getIdentityFileName(NamedResource) - Static method in class org.apache.sshd.client.config.keys.ClientIdentity
- getIdentityType(String) - Static method in class org.apache.sshd.client.config.keys.ClientIdentity
- getIncludes() - Method in class org.apache.sshd.common.util.io.PathScanningMatcher
- getIndicatorValue() - Method in enum org.apache.sshd.common.cipher.ECCurves.ECPointCompression
- getInitializedCipherInstance() - Method in class org.apache.sshd.common.cipher.BaseGCMCipher
- getInitVector() - Method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- getInnerCloseable() - Method in class org.apache.sshd.common.util.closeable.AbstractInnerCloseable
- getInstance() - Static method in class org.apache.sshd.common.util.IgnoringEmptyMap
- getInstance(String) - Method in interface org.apache.sshd.common.util.security.SecurityEntityFactory
- getInt() - Method in class org.apache.sshd.common.util.buffer.Buffer
- getInt() - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- getInt(byte[], int, int) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- getInteger(String) - Method in interface org.apache.sshd.common.PropertyResolver
- getInteger(Map<String, ?>, String) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- getInteger(PropertyResolver, String) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- getInterval() - Method in enum org.apache.sshd.common.config.TimeValueConfig
- getIntProperty(String, int) - Method in interface org.apache.sshd.common.PropertyResolver
- getIntProperty(Map<String, ?>, String, int) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- getIntProperty(PropertyResolver, String, int) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- getIoResource(SessionContext, String) - Method in class org.apache.sshd.common.keyprovider.ClassLoadableResourceKeyPairProvider
- getIoResource(SessionContext, Path) - Method in class org.apache.sshd.common.keyprovider.FileKeyPairProvider
- getIoResource(SessionContext, R) - Method in class org.apache.sshd.common.keyprovider.AbstractResourceKeyPairProvider
- getIoServiceEventListener() - Method in interface org.apache.sshd.common.io.IoServiceEventListenerManager
- getIterables() - Method in class org.apache.sshd.common.util.helper.LazyIterablesConcatenator
- getIV() - Method in class org.apache.sshd.common.cipher.BaseGCMCipher.CounterGCMParameterSpec
- getIVSize() - Method in class org.apache.sshd.common.cipher.BaseCipher
- getIVSize() - Method in enum org.apache.sshd.common.cipher.BuiltinCiphers
- getIVSize() - Method in class org.apache.sshd.common.cipher.ChaCha20Cipher
- getIVSize() - Method in interface org.apache.sshd.common.cipher.CipherInformation
- getIVSize() - Method in class org.apache.sshd.common.cipher.CipherNone
- getJavaVersion() - Static method in class org.apache.sshd.common.util.OsUtils
-
Resolves the reported Java version by consulting
OsUtils.JAVA_VERSION_OVERRIDE_PROP. - getKdfOptions() - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHParserContext
- getKdfOptions() - Method in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyPairResourceWriter.KeyEncryptor
-
Retrieves the KDF options used.
- getKdfRounds() - Method in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyEncryptionContext
-
Retrieves the number of KDF rounds to apply.
- getKdfSize() - Method in class org.apache.sshd.common.cipher.BaseCipher
- getKdfSize() - Method in enum org.apache.sshd.common.cipher.BuiltinCiphers
- getKdfSize() - Method in class org.apache.sshd.common.cipher.ChaCha20Cipher
- getKdfSize() - Method in interface org.apache.sshd.common.cipher.CipherInformation
- getKdfSize() - Method in class org.apache.sshd.common.cipher.CipherNone
- getKexNegotiationResult() - Method in interface org.apache.sshd.common.session.SessionContext
- getKexState() - Method in interface org.apache.sshd.common.session.SessionContext
- getKeyAgreement(String) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getKeyClass() - Method in class org.apache.sshd.common.util.buffer.keys.AbstractBufferPublicKeyParser
- getKeyData() - Method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- getKeyData() - Method in class org.apache.sshd.common.config.keys.UnsupportedSshPublicKey
-
Retrieves the raw key bytes (serialized form).
- getKeyDataEntryResolver(String) - Static method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- getKeyDataResolver() - Method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- getKeyEntry() - Method in class org.apache.sshd.client.config.hosts.KnownHostEntry
- getKeyFactory(String) - Method in class org.apache.sshd.common.util.buffer.keys.AbstractBufferPublicKeyParser
- getKeyFactory(String) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getKeyFactoryAlgorithm() - Method in class org.apache.sshd.common.util.security.eddsa.bouncycastle.BouncyCastleEdDSASupport
- getKeyFactoryAlgorithm() - Method in interface org.apache.sshd.common.util.security.eddsa.generic.EdDSASupport
- getKeyFactoryAlgorithm() - Method in class org.apache.sshd.common.util.security.eddsa.NetI2pCryptoEdDSASupport
- getKeyFactoryInstance() - Method in class org.apache.sshd.common.config.keys.impl.DSSPublicKeyEntryDecoder
- getKeyFactoryInstance() - Method in class org.apache.sshd.common.config.keys.impl.ECDSAPublicKeyEntryDecoder
- getKeyFactoryInstance() - Method in class org.apache.sshd.common.config.keys.impl.OpenSSHCertificateDecoder
- getKeyFactoryInstance() - Method in class org.apache.sshd.common.config.keys.impl.RSAPublicKeyDecoder
- getKeyFactoryInstance() - Method in class org.apache.sshd.common.config.keys.impl.SkECDSAPublicKeyEntryDecoder
- getKeyFactoryInstance() - Method in class org.apache.sshd.common.config.keys.impl.SkED25519PublicKeyEntryDecoder
- getKeyFactoryInstance() - Method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- getKeyFactoryInstance() - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHDSSPrivateKeyEntryDecoder
- getKeyFactoryInstance() - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHECDSAPrivateKeyEntryDecoder
- getKeyFactoryInstance() - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHRSAPrivateKeyDecoder
- getKeyFactoryInstance() - Method in class org.apache.sshd.common.util.security.eddsa.generic.GenericEd25519PublicKeyDecoder
- getKeyFactoryInstance() - Method in class org.apache.sshd.common.util.security.eddsa.generic.GenericOpenSSHEd25519PrivateKeyEntryDecoder
- getKeyIdentity() - Method in interface org.apache.sshd.client.auth.pubkey.PublicKeyIdentity
- getKeyIdentityProvider() - Method in interface org.apache.sshd.common.keyprovider.KeyIdentityProviderHolder
- getKeyPair() - Method in class org.apache.sshd.common.util.buffer.Buffer
- getKeyPairGenerator() - Method in class org.apache.sshd.common.config.keys.impl.DSSPublicKeyEntryDecoder
- getKeyPairGenerator() - Method in class org.apache.sshd.common.config.keys.impl.ECDSAPublicKeyEntryDecoder
- getKeyPairGenerator() - Method in class org.apache.sshd.common.config.keys.impl.OpenSSHCertificateDecoder
- getKeyPairGenerator() - Method in class org.apache.sshd.common.config.keys.impl.RSAPublicKeyDecoder
- getKeyPairGenerator() - Method in class org.apache.sshd.common.config.keys.impl.SkECDSAPublicKeyEntryDecoder
- getKeyPairGenerator() - Method in class org.apache.sshd.common.config.keys.impl.SkED25519PublicKeyEntryDecoder
- getKeyPairGenerator() - Method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- getKeyPairGenerator() - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHDSSPrivateKeyEntryDecoder
- getKeyPairGenerator() - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHECDSAPrivateKeyEntryDecoder
- getKeyPairGenerator() - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHRSAPrivateKeyDecoder
- getKeyPairGenerator() - Method in class org.apache.sshd.common.util.security.eddsa.generic.GenericEd25519PublicKeyDecoder
- getKeyPairGenerator() - Method in class org.apache.sshd.common.util.security.eddsa.generic.GenericOpenSSHEd25519PrivateKeyEntryDecoder
- getKeyPairGenerator(String) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getKeyPairProvider() - Method in interface org.apache.sshd.common.keyprovider.KeyPairProviderHolder
-
Retrieve the
KeyPairProviderthat will be used to find the host key to use on the server side or the user key on the client side. - getKeyPairResourceLoader() - Method in class org.apache.sshd.common.config.keys.loader.FileWatcherKeyPairResourceLoader
- getKeyPairResourceParser() - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getKeySize() - Method in class org.apache.sshd.common.cipher.BaseCipher
- getKeySize() - Method in enum org.apache.sshd.common.cipher.BuiltinCiphers
- getKeySize() - Method in class org.apache.sshd.common.cipher.ChaCha20Cipher
- getKeySize() - Method in class org.apache.sshd.common.cipher.CipherNone
- getKeySize() - Method in enum org.apache.sshd.common.cipher.ECCurves
- getKeySize() - Method in class org.apache.sshd.common.config.keys.KeyRandomArt
- getKeySize() - Method in interface org.apache.sshd.common.keyprovider.KeySizeIndicator
- getKeySize() - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- getKeySize(Key) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
-
Determines the key size in bits
- getKeySpec() - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- getKeyType() - Method in enum org.apache.sshd.common.cipher.ECCurves
- getKeyType() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- getKeyType() - Method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- getKeyType() - Method in interface org.apache.sshd.common.config.keys.SshPublicKey
-
Retrieves the SSH key type.
- getKeyType() - Method in class org.apache.sshd.common.config.keys.u2f.SkEcdsaPublicKey
- getKeyType() - Method in class org.apache.sshd.common.config.keys.u2f.SkED25519PublicKey
- getKeyType() - Method in class org.apache.sshd.common.config.keys.UnsupportedSshPublicKey
- getKeyType() - Method in interface org.apache.sshd.common.keyprovider.KeyTypeIndicator
- getKeyType(Key) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getKeyType(KeyPair) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getKeyTypes(SessionContext) - Method in interface org.apache.sshd.common.keyprovider.KeyPairProvider
- getKeyTypes(SessionContext) - Method in class org.apache.sshd.common.keyprovider.MappedKeyPairProvider
- getLastModified() - Method in class org.apache.sshd.common.util.io.FileSnapshot
-
Retrieves the "last modified" time as recorded in this
FileSnapshot. - getLength() - Method in class org.apache.sshd.common.util.io.der.ASN1Object
- getLineLevelAppender() - Method in class org.apache.sshd.common.util.io.output.LineLevelAppenderStream
- getLinkOptions(boolean) - Static method in class org.apache.sshd.common.util.io.IoUtils
- getLocalAddress() - Method in interface org.apache.sshd.common.util.net.ConnectionEndpointsIndicator
- getLocations() - Method in class org.apache.sshd.client.config.keys.LazyClientKeyIdentityProvider
- getLoggingLevel() - Method in enum org.apache.sshd.common.config.LogLevelValue
- getLoginOptions() - Method in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
- getLong() - Method in class org.apache.sshd.common.util.buffer.Buffer
- getLong(byte[], int, int) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- getLong(String) - Method in interface org.apache.sshd.common.PropertyResolver
- getLong(Map<String, ?>, String) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- getLong(PropertyResolver, String) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- getLongProperty(String, long) - Method in interface org.apache.sshd.common.PropertyResolver
- getLongProperty(Map<String, ?>, String, long) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- getLongProperty(PropertyResolver, String, long) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- getLowerCaseValue() - Method in enum org.apache.sshd.common.config.TimeValueConfig
- getMac(String) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getMacInformation(boolean) - Method in interface org.apache.sshd.common.session.SessionContext
-
Retrieves current MAC information - Note: may change if key re-exchange executed
- getMajorVersion() - Method in class org.apache.sshd.common.util.VersionInfo
- getManagedSessions() - Method in interface org.apache.sshd.common.io.IoService
-
Returns the map of all sessions which are currently managed by this service.
- getMappedSyspropKey(Object) - Static method in class org.apache.sshd.common.SyspropsMapWrapper
- getMarker() - Method in class org.apache.sshd.client.config.hosts.KnownHostEntry
- getMatchingDeclaredFields(Class<?>, Predicate<? super Field>) - Static method in class org.apache.sshd.common.util.ReflectionUtils
- getMatchingFields(Class<?>, Predicate<? super Field>) - Static method in class org.apache.sshd.common.util.ReflectionUtils
- getMaxAllowedRounds() - Static method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions
- getMaxCloseWaitTime(PropertyResolver) - Static method in interface org.apache.sshd.common.Closeable
- getMaxDHGroupExchangeKeySize() - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getMessage() - Method in interface org.apache.sshd.common.config.keys.OpenSshCertificate
-
Retrieves the raw byte content of the certificate, minus the signature.
- getMessage() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- getMessageDigest() - Method in class org.apache.sshd.common.digest.BaseDigest
- getMessageDigest(String) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getMinDHGroupExchangeKeySize() - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getMinorVersion() - Method in class org.apache.sshd.common.util.VersionInfo
- getMnemonicFields(Class<?>, Predicate<? super Field>) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
-
Scans using reflection API for all numeric
public static finalfields that are also accepted by the predicate. - getMPInt() - Method in class org.apache.sshd.common.util.buffer.Buffer
- getMPIntAsBytes() - Method in class org.apache.sshd.common.util.buffer.Buffer
- getName() - Method in enum org.apache.sshd.client.config.hosts.KnownHostDigest
- getName() - Method in enum org.apache.sshd.common.cipher.BuiltinCiphers
- getName() - Method in enum org.apache.sshd.common.cipher.ECCurves
- getName() - Method in class org.apache.sshd.common.compression.BaseCompression
- getName() - Method in enum org.apache.sshd.common.compression.BuiltinCompressions
- getName() - Method in enum org.apache.sshd.common.config.CompressionConfigValue
- getName() - Method in enum org.apache.sshd.common.config.keys.BuiltinIdentities
- getName() - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions
- getName() - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.RawKdfOptions
- getName() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificate.CertificateOption
-
Retrieves the name.
- getName() - Method in enum org.apache.sshd.common.digest.BuiltinDigests
- getName() - Method in class org.apache.sshd.common.kex.extension.parser.AbstractKexExtensionParser
- getName() - Method in enum org.apache.sshd.common.mac.BuiltinMacs
- getName() - Method in interface org.apache.sshd.common.NamedResource
- getName() - Method in class org.apache.sshd.common.Property.BaseProperty
- getName() - Method in class org.apache.sshd.common.Property.Validating
- getName() - Method in class org.apache.sshd.common.random.AbstractRandomFactory
- getName() - Method in class org.apache.sshd.common.random.JceRandom
- getName() - Method in class org.apache.sshd.common.random.SingletonRandomFactory
- getName() - Method in enum org.apache.sshd.common.signature.BuiltinSignatures
- getName() - Method in class org.apache.sshd.common.util.io.resource.AbstractIoResource
- getName() - Method in class org.apache.sshd.common.util.io.resource.ClassLoaderResource
- getName() - Method in class org.apache.sshd.common.util.io.resource.URLResource
- getName() - Method in class org.apache.sshd.common.util.security.AbstractSecurityProviderRegistrar
- getName() - Method in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleRandom
- getName() - Method in class org.apache.sshd.common.util.logging.LoggerSkeleton
- getName() - Method in class org.apache.sshd.common.util.logging.SimplifiedLoggerSkeleton
- getName(int) - Method in class org.apache.sshd.common.file.util.BasePath
- getName(int) - Method in class org.apache.sshd.common.file.util.MockPath
- getNameCount() - Method in class org.apache.sshd.common.file.util.BasePath
- getNameCount() - Method in class org.apache.sshd.common.file.util.MockPath
- getNameList() - Method in class org.apache.sshd.common.util.buffer.Buffer
-
According to RFC 4251: A name-list is represented as a uint32 containing its length (number of bytes that follow) followed by a comma-separated list of zero or more names.
- getNameList(char) - Method in class org.apache.sshd.common.util.buffer.Buffer
- getNameList(Charset) - Method in class org.apache.sshd.common.util.buffer.Buffer
- getNameList(Charset, char) - Method in class org.apache.sshd.common.util.buffer.Buffer
-
Parses a string that contains values separated by a delimiter
- getNameList(Collection<? extends NamedResource>) - Static method in interface org.apache.sshd.common.NamedResource
- getNames(Collection<? extends NamedResource>) - Static method in interface org.apache.sshd.common.NamedResource
- getNegotiatedKexParameter(KexProposalOption) - Method in interface org.apache.sshd.common.session.SessionContext
-
Retrieve one of the negotiated values during the KEX stage
- getNextPowerOf2(int) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- getNextPowerOf2(int) - Static method in class org.apache.sshd.common.util.NumberUtils
- getNonce() - Method in interface org.apache.sshd.common.config.keys.OpenSshCertificate
-
Retrieves the nonce of this certificate.
- getNonce() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- getNumeric() - Method in enum org.apache.sshd.server.Signal
- getNumPointOctets() - Method in enum org.apache.sshd.common.cipher.ECCurves
- getNumRegisteredListeners() - Method in class org.apache.sshd.common.future.DefaultSshFuture
- getNumRounds() - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions
- getObjClass() - Method in class org.apache.sshd.common.util.io.der.ASN1Object
- getObject(String) - Method in interface org.apache.sshd.common.PropertyResolver
- getObject(Map<String, ?>, String) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- getObject(PropertyResolver, String) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- getObject(PropertyResolver, String, Object) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- getObjType() - Method in class org.apache.sshd.common.util.io.der.ASN1Object
- getOID() - Method in enum org.apache.sshd.common.cipher.ECCurves
- getOIDValue() - Method in enum org.apache.sshd.common.cipher.ECCurves
- getOpenErrorCodeName(int) - Static method in class org.apache.sshd.common.SshConstants
-
Converts an open error value to a user-friendly name
- getOpenOptions() - Method in class org.apache.sshd.common.util.io.resource.PathResource
- getOpenSSHEDDSAPrivateKeyEntryDecoder() - Method in class org.apache.sshd.common.util.security.eddsa.bouncycastle.BouncyCastleEdDSASupport
- getOpenSSHEDDSAPrivateKeyEntryDecoder() - Static method in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderUtils
- getOpenSSHEDDSAPrivateKeyEntryDecoder() - Method in interface org.apache.sshd.common.util.security.eddsa.generic.EdDSASupport
- getOpenSSHEDDSAPrivateKeyEntryDecoder() - Method in class org.apache.sshd.common.util.security.eddsa.NetI2pCryptoEdDSASupport
- getOpenSSHEDDSAPrivateKeyEntryDecoder() - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getOptions() - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.RawKdfOptions
- getOrCreateProvider(String) - Method in class org.apache.sshd.common.util.security.AbstractSecurityProviderRegistrar
-
Attempts to see if a provider with this name already registered.
- getOrCustomDefault(PropertyResolver, T) - Method in class org.apache.sshd.common.Property.BaseProperty
- getOrCustomDefault(PropertyResolver, T) - Method in interface org.apache.sshd.common.Property
- getOrCustomDefault(PropertyResolver, T) - Method in class org.apache.sshd.common.Property.Validating
- getOrNull(PropertyResolver) - Method in interface org.apache.sshd.common.Property
- getParameters() - Method in enum org.apache.sshd.common.cipher.ECCurves
- getParent() - Method in class org.apache.sshd.common.file.util.BasePath
- getParent() - Method in class org.apache.sshd.common.file.util.MockPath
- getParentPropertyResolver() - Method in interface org.apache.sshd.common.PropertyResolver
- getParentPropertyResolver() - Method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- getParsedFactories() - Method in class org.apache.sshd.common.config.FactoriesListParseResult
- getParsedResources() - Method in class org.apache.sshd.common.config.NamedResourceListParseResult
- getParsedValues() - Method in class org.apache.sshd.common.config.ListParseResult
- getPassword() - Method in class org.apache.sshd.common.auth.BasicCredentialsImpl
- getPassword() - Method in interface org.apache.sshd.common.auth.PasswordHolder
- getPassword() - Method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- getPassword(SessionContext, NamedResource, int) - Method in interface org.apache.sshd.common.config.keys.FilePasswordProvider
- getPasswordFinder() - Method in class org.apache.sshd.common.keyprovider.AbstractResourceKeyPairProvider
- getPath() - Method in class org.apache.sshd.common.util.io.ModifiableFileWatcher
- getPath() - Method in class org.apache.sshd.common.util.io.resource.PathResource
- getPath() - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- getPath(String, String...) - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystem
- getPath(String, String...) - Method in class org.apache.sshd.common.file.util.BaseFileSystem
- getPath(String, String...) - Method in class org.apache.sshd.common.file.util.MockFileSystem
- getPath(URI) - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystemProvider
- getPath(URI) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- getPathMatcher(String) - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystem
- getPathMatcher(String) - Method in class org.apache.sshd.common.file.util.BaseFileSystem
- getPathMatcher(String) - Method in class org.apache.sshd.common.file.util.MockFileSystem
- getPaths() - Method in class org.apache.sshd.common.keyprovider.FileHostKeyCertificateProvider
- getPaths() - Method in class org.apache.sshd.common.keyprovider.FileKeyPairProvider
- getPattern() - Method in class org.apache.sshd.client.config.hosts.HostPatternValue
- getPatterns() - Method in class org.apache.sshd.client.config.hosts.HostPatternsHolder
- getPEMResourceParserByAlgorithm(String) - Static method in class org.apache.sshd.common.config.keys.loader.pem.PEMResourceParserUtils
- getPEMResourceParserByOid(String) - Static method in class org.apache.sshd.common.config.keys.loader.pem.PEMResourceParserUtils
- getPEMResourceParserByOidValues(Collection<? extends Number>) - Static method in class org.apache.sshd.common.config.keys.loader.pem.PEMResourceParserUtils
- getPermissions(Path, LinkOption...) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
If the "posix" view is supported, then it returns
Files.getPosixFilePermissions(Path, LinkOption...), otherwise uses theIoUtils.getPermissionsFromFile(File)method - getPermissionsFromFile(File) - Static method in class org.apache.sshd.common.util.io.IoUtils
- getPort() - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- getPort() - Method in class org.apache.sshd.client.config.hosts.HostPatternValue
- getPort() - Method in class org.apache.sshd.common.util.net.NetworkConnector
- getPort() - Method in class org.apache.sshd.common.util.net.SshdSocketAddress
- getPrincipals() - Method in interface org.apache.sshd.common.config.keys.OpenSshCertificate
-
Retrieves the principals mentioned in the certificate.
- getPrincipals() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- getPrivateKeyBytes() - Method in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PrivateKeyInfo
- getPrivateKeyData(EdDSAPrivateKey) - Method in class org.apache.sshd.common.util.security.eddsa.NetI2pCryptoEdDSASupport
- getPrivateKeyData(EdDSAPrivateKey) - Method in class org.apache.sshd.common.util.security.eddsa.bouncycastle.BouncyCastleEdDSASupport
- getPrivateKeyData(PRV) - Method in interface org.apache.sshd.common.util.security.eddsa.generic.EdDSASupport
- getPrivateKeyEntryDecoder(Class<?>) - Static method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParser
- getPrivateKeyEntryDecoder(String) - Static method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParser
- getPrivateKeyEntryDecoder(Key) - Static method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParser
- getPrivateKeyEntryDecoder(KeyPair) - Static method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParser
- getPrivateKeyObfuscator() - Method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- getPrivateKeyType() - Method in enum org.apache.sshd.common.config.keys.BuiltinIdentities
- getPrivateKeyType() - Method in interface org.apache.sshd.common.config.keys.Identity
- getPrivateKeyType() - Method in interface org.apache.sshd.common.config.keys.IdentityResourceLoader
- getPrivateKeyType() - Method in class org.apache.sshd.common.config.keys.impl.AbstractIdentityResourceLoader
- getProperties() - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- getProperties() - Method in interface org.apache.sshd.common.PropertyResolver
-
A map of properties that can be used to configure the SSH server or client.
- getProperties() - Method in class org.apache.sshd.common.util.security.AbstractSecurityProviderRegistrar
- getProperties() - Method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- getProperty(String) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- getProperty(String, String) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- getProposalIndex() - Method in enum org.apache.sshd.common.kex.KexProposalOption
- getProtocol() - Method in class org.apache.sshd.common.util.net.NetworkConnector
- getProviderName() - Method in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleSecurityProviderRegistrar
- getProviderName() - Method in interface org.apache.sshd.common.util.security.SecurityProviderChoice
-
Retrieves the underlying
Provider's name. - getProviderName() - Method in class org.apache.sshd.common.util.security.SunJCESecurityProviderRegistrar
- getProviders() - Method in class org.apache.sshd.client.config.keys.LazyClientIdentityIterator
- getProviders() - Method in class org.apache.sshd.common.keyprovider.MultiKeyIdentityIterator
- getProviders() - Method in class org.apache.sshd.common.keyprovider.MultiKeyIdentityProvider
- getProxyJump() - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- getProxyTarget() - Method in class org.apache.sshd.common.util.closeable.AutoCloseableDelegateInvocationHandler
- getPtyColumns() - Method in class org.apache.sshd.common.channel.PtyChannelConfiguration
- getPtyColumns() - Method in interface org.apache.sshd.common.channel.PtyChannelConfigurationHolder
- getPtyHeight() - Method in class org.apache.sshd.common.channel.PtyChannelConfiguration
- getPtyHeight() - Method in interface org.apache.sshd.common.channel.PtyChannelConfigurationHolder
- getPtyLines() - Method in class org.apache.sshd.common.channel.PtyChannelConfiguration
- getPtyLines() - Method in interface org.apache.sshd.common.channel.PtyChannelConfigurationHolder
- getPtyModes() - Method in class org.apache.sshd.common.channel.PtyChannelConfiguration
- getPtyModes() - Method in interface org.apache.sshd.common.channel.PtyChannelConfigurationHolder
- getPtyType() - Method in class org.apache.sshd.common.channel.PtyChannelConfiguration
- getPtyType() - Method in interface org.apache.sshd.common.channel.PtyChannelConfigurationHolder
- getPtyWidth() - Method in class org.apache.sshd.common.channel.PtyChannelConfiguration
- getPtyWidth() - Method in interface org.apache.sshd.common.channel.PtyChannelConfigurationHolder
- getPublicKey() - Method in class org.apache.sshd.common.util.buffer.Buffer
- getPublicKey(BufferPublicKeyParser<? extends PublicKey>) - Method in class org.apache.sshd.common.util.buffer.Buffer
- getPublicKeyData(EdDSAPublicKey) - Method in class org.apache.sshd.common.util.security.eddsa.NetI2pCryptoEdDSASupport
- getPublicKeyData(EdDSAPublicKey) - Method in class org.apache.sshd.common.util.security.eddsa.bouncycastle.BouncyCastleEdDSASupport
- getPublicKeyData(PUB) - Method in interface org.apache.sshd.common.util.security.eddsa.generic.EdDSASupport
- getPublicKeyEntryDecoder(Class<?>) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getPublicKeyEntryDecoder(String) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getPublicKeyEntryDecoder(Key) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getPublicKeyEntryDecoder(KeyPair) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getPublicKeyType() - Method in enum org.apache.sshd.common.config.keys.BuiltinIdentities
- getPublicKeyType() - Method in interface org.apache.sshd.common.config.keys.Identity
- getPublicKeyType() - Method in interface org.apache.sshd.common.config.keys.IdentityResourceLoader
- getPublicKeyType() - Method in class org.apache.sshd.common.config.keys.impl.AbstractIdentityResourceLoader
- getPureValueBytes() - Method in class org.apache.sshd.common.util.io.der.ASN1Object
- getRandomFactory() - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getRawBytes(byte[]) - Method in class org.apache.sshd.common.util.buffer.Buffer
- getRawBytes(byte[], int, int) - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- getRawBytes(byte[], int, int) - Method in interface org.apache.sshd.common.util.Readable
- getRawECKey(String, ECParameterSpec, Buffer) - Method in class org.apache.sshd.common.util.buffer.keys.ECBufferPublicKeyParser
- getRawFingerprint(PublicKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getRawFingerprint(Digest, byte...) - Static method in class org.apache.sshd.common.digest.DigestUtils
- getRawFingerprint(Digest, byte[], int, int) - Static method in class org.apache.sshd.common.digest.DigestUtils
- getRawFingerprint(Digest, PublicKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getRawFingerprint(Factory<? extends Digest>, PublicKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getRawKeyType() - Method in interface org.apache.sshd.common.config.keys.OpenSshCertificate
-
Retrieves the raw SSH key type of this certificate.
- getRawKeyType() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- getRawPublicKey() - Method in class org.apache.sshd.common.util.buffer.Buffer
- getRawPublicKey(String, Buffer) - Method in interface org.apache.sshd.common.util.buffer.keys.BufferPublicKeyParser
- getRawPublicKey(String, Buffer) - Method in class org.apache.sshd.common.util.buffer.keys.DSSBufferPublicKeyParser
- getRawPublicKey(String, Buffer) - Method in class org.apache.sshd.common.util.buffer.keys.ECBufferPublicKeyParser
- getRawPublicKey(String, Buffer) - Method in class org.apache.sshd.common.util.buffer.keys.ED25519BufferPublicKeyParser
- getRawPublicKey(String, Buffer) - Method in class org.apache.sshd.common.util.buffer.keys.OpenSSHCertPublicKeyParser
- getRawPublicKey(String, Buffer) - Method in class org.apache.sshd.common.util.buffer.keys.RSABufferPublicKeyParser
- getRawPublicKey(String, Buffer) - Method in class org.apache.sshd.common.util.buffer.keys.SkECBufferPublicKeyParser
- getRawPublicKey(String, Buffer) - Method in class org.apache.sshd.common.util.buffer.keys.SkED25519BufferPublicKeyParser
- getRawPublicKey(BufferPublicKeyParser<? extends PublicKey>) - Method in class org.apache.sshd.common.util.buffer.Buffer
- getRawSignature() - Method in interface org.apache.sshd.common.config.keys.OpenSshCertificate
-
Retrieves the raw signature bytes, without the signature algorithm.
- getRawSignature() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- getRead() - Method in interface org.apache.sshd.common.io.IoReadFuture
-
Retrieves the number of bytes read.
- getReadTimeout() - Method in class org.apache.sshd.common.util.net.NetworkConnector
- getRegisteredExtensionParser(String) - Static method in class org.apache.sshd.common.kex.extension.KexExtensions
- getRegisteredExtensionParserNames() - Static method in class org.apache.sshd.common.kex.extension.KexExtensions
- getRegisteredExtensions() - Static method in enum org.apache.sshd.common.cipher.BuiltinCiphers
- getRegisteredExtensions() - Static method in enum org.apache.sshd.common.compression.BuiltinCompressions
- getRegisteredExtensions() - Static method in enum org.apache.sshd.common.mac.BuiltinMacs
- getRegisteredExtensions() - Static method in enum org.apache.sshd.common.signature.BuiltinSignatures
- getRegisteredKeyDataEntryResolvers() - Static method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- getRegisteredKeyTypeAliases() - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getRegisteredPrivateKeyObfuscator(String) - Static method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- getRegisteredPrivateKeyObfuscatorCiphers() - Static method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- getRegisteredPrivateKeyObfuscators() - Static method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- getRegisteredProvider(String) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getRegisteredProviders() - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getRelease() - Method in class org.apache.sshd.common.util.VersionInfo
- getRemoteAddress() - Method in interface org.apache.sshd.common.util.net.ConnectionEndpointsIndicator
- getRequired(PropertyResolver) - Method in interface org.apache.sshd.common.Property
- getRequiredDefault() - Method in interface org.apache.sshd.common.Property
- getRequiredDefault() - Method in class org.apache.sshd.common.Property.Validating
- getReserved() - Method in interface org.apache.sshd.common.config.keys.OpenSshCertificate
-
Retrieves the "reserved" field of the certificate.
- getReserved() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- getResourceLoader() - Method in class org.apache.sshd.common.keyprovider.ClassLoadableResourceKeyPairProvider
- getResourceLoader() - Method in class org.apache.sshd.common.util.io.resource.ClassLoaderResource
- getResources() - Method in class org.apache.sshd.common.keyprovider.ClassLoadableResourceKeyPairProvider
- getResourceType() - Method in class org.apache.sshd.common.util.io.resource.AbstractIoResource
- getResourceType() - Method in interface org.apache.sshd.common.util.io.resource.IoResource
- getResourceValue() - Method in class org.apache.sshd.common.util.io.resource.AbstractIoResource
- getResourceValue() - Method in interface org.apache.sshd.common.util.io.resource.IoResource
- getRoot() - Method in class org.apache.sshd.common.file.root.RootedFileSystem
- getRoot() - Method in class org.apache.sshd.common.file.util.BasePath
- getRoot() - Method in class org.apache.sshd.common.file.util.MockPath
- getRootDirectories() - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystem
- getRootDirectories() - Method in class org.apache.sshd.common.file.util.BaseFileSystem
- getRootDirectories() - Method in class org.apache.sshd.common.file.util.MockFileSystem
- getRootFileSystem() - Method in class org.apache.sshd.common.file.root.RootedFileSystem
- getRounds() - Method in exception class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions.BCryptBadRoundsException
- getSalt() - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions
- getSaltValue() - Method in class org.apache.sshd.client.config.hosts.KnownHostHashValue
- getScheme() - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystemProvider
- getScheme() - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- getSecurityProvider() - Method in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleSecurityProviderRegistrar
- getSecurityProvider() - Method in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderRegistrar
- getSecurityProvider() - Method in interface org.apache.sshd.common.util.security.SecurityProviderChoice
- getSecurityProvider() - Method in class org.apache.sshd.common.util.security.SunJCESecurityProviderRegistrar
- getSeedValue(EdDSAPublicKey) - Static method in class org.apache.sshd.common.util.security.eddsa.Ed25519PublicKeyDecoder
- getSeparator() - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystem
- getSeparator() - Method in class org.apache.sshd.common.file.util.BaseFileSystem
- getSeparator() - Method in class org.apache.sshd.common.file.util.MockFileSystem
- getSeparator() - Method in class org.apache.sshd.common.util.io.PathScanningMatcher
- getSerial() - Method in interface org.apache.sshd.common.config.keys.OpenSshCertificate
-
Retrieves the serial number of this certificate.
- getSerial() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- getServer2Client() - Method in class org.apache.sshd.common.kex.extension.parser.DelayedCompressionAlgorithms
- getServerKexProposals() - Method in interface org.apache.sshd.common.session.SessionContext
- getServerVersion() - Method in interface org.apache.sshd.common.session.SessionContext
-
Retrieve the server version for this session.
- getService() - Method in interface org.apache.sshd.common.io.IoSession
- getSession() - Method in interface org.apache.sshd.common.auth.UserAuthInstance
- getSession() - Method in class org.apache.sshd.common.io.DefaultIoConnectFuture
- getSession() - Method in interface org.apache.sshd.common.io.IoConnectFuture
- getSessionContext() - Method in class org.apache.sshd.common.keyprovider.MultiKeyIdentityIterator
- getSessionContext() - Method in interface org.apache.sshd.common.session.SessionContextHolder
- getSessionHeartbeatInterval() - Method in interface org.apache.sshd.common.session.SessionHeartbeatController
- getSessionHeartbeatType() - Method in interface org.apache.sshd.common.session.SessionHeartbeatController
- getSessionId() - Method in interface org.apache.sshd.common.session.SessionContext
- getShort() - Method in class org.apache.sshd.common.util.buffer.Buffer
- getSignature() - Method in interface org.apache.sshd.common.config.keys.OpenSshCertificate
-
Retrieves the signature of the certificate, including the signature algorithm.
- getSignature() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- getSignature() - Method in class org.apache.sshd.common.signature.AbstractSignature
- getSignature(String) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- getSignatureAlgorithm() - Method in interface org.apache.sshd.common.config.keys.OpenSshCertificate
-
Retrieves the signature algorithm used for the signature.
- getSignatureAlgorithm() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- getSignatureAlgorithm(String, PublicKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- getSignatureFactories() - Method in interface org.apache.sshd.common.signature.SignatureFactoriesHolder
- getSignatureFactories(SignatureFactoriesManager) - Static method in interface org.apache.sshd.common.signature.SignatureFactoriesManager
- getSignatureFactoriesNameList() - Method in interface org.apache.sshd.common.signature.SignatureFactoriesHolder
- getSignatureFactoriesNames() - Method in interface org.apache.sshd.common.signature.SignatureFactoriesHolder
- getSignatureKeyType() - Method in class org.apache.sshd.common.signature.AbstractSecurityKeySignature
- getSignatureKeyType() - Method in class org.apache.sshd.common.signature.SignatureSkECDSA
- getSignatureKeyType() - Method in class org.apache.sshd.common.signature.SignatureSkED25519
- getSignerByCurveSize(ECParameterSpec) - Static method in enum org.apache.sshd.common.signature.BuiltinSignatures
- getSimplifiedLogger() - Method in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- getSize() - Method in class org.apache.sshd.common.util.io.FileSnapshot
-
Retrieves the file size as recorded in this
FileSnapshot. - getSshAlgorithmName(String) - Method in class org.apache.sshd.common.signature.AbstractSignature
- getSshAlgorithmName(String) - Method in interface org.apache.sshd.common.signature.Signature
- getStatus() - Method in class org.apache.sshd.common.session.helpers.TimeoutIndicator
- getString() - Method in class org.apache.sshd.common.util.buffer.Buffer
- getString(String) - Method in interface org.apache.sshd.common.PropertyResolver
- getString(String) - Method in class org.apache.sshd.common.util.security.SunJCESecurityProviderRegistrar
- getString(Charset) - Method in class org.apache.sshd.common.util.buffer.Buffer
-
Reads a string using a given charset.
- getString(Charset) - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- getString(Map<String, ?>, String) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- getString(PropertyResolver, String) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- getStringList(boolean) - Method in class org.apache.sshd.common.util.buffer.Buffer
- getStringList(boolean, Charset) - Method in class org.apache.sshd.common.util.buffer.Buffer
- getStringList(int) - Method in class org.apache.sshd.common.util.buffer.Buffer
- getStringList(int, Charset) - Method in class org.apache.sshd.common.util.buffer.Buffer
- getStringProperty(String, String) - Method in interface org.apache.sshd.common.PropertyResolver
- getStringProperty(Map<String, ?>, String, String) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- getStringProperty(PropertyResolver, String, String) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- getSttyCommand() - Static method in class org.apache.sshd.common.channel.SttySupport
- getSupportedKeySizes() - Method in class org.apache.sshd.common.config.keys.loader.AESPrivateKeyObfuscator
- getSupportedKeySizes() - Method in class org.apache.sshd.common.config.keys.loader.DESPrivateKeyObfuscator
- getSupportedKeySizes() - Method in interface org.apache.sshd.common.config.keys.loader.PrivateKeyObfuscator
- getSupportedKeyTypes() - Method in enum org.apache.sshd.common.config.keys.BuiltinIdentities
- getSupportedKeyTypes() - Method in class org.apache.sshd.common.config.keys.impl.AbstractIdentityResourceLoader
- getSupportedKeyTypes() - Method in interface org.apache.sshd.common.config.keys.KeyTypeNamesSupport
- getSupportedKeyTypes() - Method in class org.apache.sshd.common.config.keys.loader.ssh2.Ssh2PublicKeyEntryDecoder
- getSupportedKeyTypes() - Method in class org.apache.sshd.common.util.buffer.keys.AbstractBufferPublicKeyParser
- getTerminalHeight() - Static method in class org.apache.sshd.common.channel.SttySupport
-
Returns the value of "stty size" height param.
- getTerminalProperty(String) - Static method in class org.apache.sshd.common.channel.SttySupport
- getTerminalWidth() - Static method in class org.apache.sshd.common.channel.SttySupport
-
Returns the value of "stty size" width param.
- getThresholdValue() - Method in class org.apache.sshd.common.session.helpers.TimeoutIndicator
- getTime() - Method in class org.apache.sshd.common.util.io.FileSnapshot
-
Retrieves the time this
FileSnapshotwas taken. - getTransformation() - Method in class org.apache.sshd.common.cipher.BaseCipher
- getTransformation() - Method in enum org.apache.sshd.common.cipher.BuiltinCiphers
- getTransformation() - Method in class org.apache.sshd.common.cipher.ChaCha20Cipher
- getTransformation() - Method in interface org.apache.sshd.common.cipher.CipherInformation
- getTransformation() - Method in class org.apache.sshd.common.cipher.CipherNone
- getTtyProps() - Static method in class org.apache.sshd.common.channel.SttySupport
- getType() - Method in interface org.apache.sshd.common.config.keys.OpenSshCertificate
-
Retrieves the type of certificate.
- getType() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- getType() - Method in class org.apache.sshd.common.Property.BaseProperty
- getType() - Method in interface org.apache.sshd.common.Property
- getType() - Method in class org.apache.sshd.common.Property.Validating
- getType() - Method in class org.apache.sshd.common.util.helper.LazyMatchingTypeIterable
- getType() - Method in class org.apache.sshd.common.util.helper.LazyMatchingTypeIterator
- getTypeValue() - Method in enum org.apache.sshd.common.util.io.der.ASN1Type
- getUByte() - Method in class org.apache.sshd.common.util.buffer.Buffer
- getUInt() - Method in class org.apache.sshd.common.util.buffer.Buffer
- getUInt() - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- getUInt(byte...) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- getUInt(byte[], int, int) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- getUnixPtyModes() - Static method in class org.apache.sshd.common.channel.SttySupport
- getUnmappedSyspropKey(Object) - Static method in class org.apache.sshd.common.SyspropsMapWrapper
- getUnsupportedFactories() - Method in class org.apache.sshd.common.config.FactoriesListParseResult
- getUnsupportedResources() - Method in class org.apache.sshd.common.config.NamedResourceListParseResult
- getUnsupportedValues() - Method in class org.apache.sshd.common.config.ListParseResult
- getUpperCaseValue() - Method in enum org.apache.sshd.common.config.TimeValueConfig
- getURI() - Method in class org.apache.sshd.common.util.io.resource.URIResource
- getURL() - Method in class org.apache.sshd.common.util.io.resource.URLResource
- getUserAuthFactories() - Method in interface org.apache.sshd.common.auth.UserAuthFactoriesManager
-
Retrieve the list of named factories for
UserAuthobjects. - getUserAuthFactoriesNameList() - Method in interface org.apache.sshd.common.auth.UserAuthFactoriesManager
- getUserAuthFactoriesNames() - Method in interface org.apache.sshd.common.auth.UserAuthFactoriesManager
- getUserHomeDir(String) - Method in class org.apache.sshd.common.file.virtualfs.VirtualFileSystemFactory
- getUserHomeDir(SessionContext) - Method in interface org.apache.sshd.common.file.FileSystemFactory
- getUserHomeDir(SessionContext) - Method in class org.apache.sshd.common.file.nativefs.NativeFileSystemFactory
- getUserHomeDir(SessionContext) - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystemFactory
- getUserHomeDir(SessionContext) - Method in class org.apache.sshd.common.file.virtualfs.VirtualFileSystemFactory
- getUserHomeFolder() - Static method in class org.apache.sshd.common.util.io.PathUtils
- getUsername() - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- getUsername() - Method in class org.apache.sshd.common.auth.BasicCredentialsImpl
- getUsername() - Method in interface org.apache.sshd.common.auth.UsernameHolder
- getUserPrincipalLookupService() - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystem
- getUserPrincipalLookupService() - Method in class org.apache.sshd.common.file.root.RootedFileSystem
- getUserPrincipalLookupService() - Method in class org.apache.sshd.common.file.util.MockFileSystem
- getUsersHomeDir() - Method in class org.apache.sshd.common.file.nativefs.NativeFileSystemFactory
- getUShort() - Method in class org.apache.sshd.common.util.buffer.Buffer
- getValidAfter() - Method in interface org.apache.sshd.common.config.keys.OpenSshCertificate
-
Retrieves the time in number of seconds since the
Instant.EPOCHat which this certificate becomes or became valid. - getValidAfter() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- getValidBefore() - Method in interface org.apache.sshd.common.config.keys.OpenSshCertificate
-
Retrieves the time in number of seconds since the
Instant.EPOCHat which this certificate becomes or became invalid. - getValidBefore() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- getValue() - Method in class org.apache.sshd.common.future.DefaultSshFuture
- getValue() - Method in class org.apache.sshd.common.util.io.der.ASN1Object
- getValues() - Method in class org.apache.sshd.common.util.helper.LazyMatchingTypeIterable
- getValues() - Method in class org.apache.sshd.common.util.helper.LazyMatchingTypeIterator
- getVerifierSignatureSize() - Method in class org.apache.sshd.common.signature.SignatureRSA
- getVerifierSignatureSize(RSAKey) - Static method in class org.apache.sshd.common.signature.SignatureRSA
- getVersion() - Method in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PrivateKeyInfo
- getVersionProperties() - Static method in class org.apache.sshd.common.config.VersionProperties
- globToRegex(String) - Method in class org.apache.sshd.common.file.util.BaseFileSystem
- Graceful - Enum constant in enum org.apache.sshd.common.util.closeable.AbstractCloseable.State
-
Connection is being closed gracefully
- GRAPHIC_STRING - Enum constant in enum org.apache.sshd.common.util.io.der.ASN1Type
- GROUP_VIEW_ATTR - Static variable in class org.apache.sshd.common.util.io.IoUtils
- groupByKeyType(Collection<? extends I>) - Static method in interface org.apache.sshd.common.keyprovider.KeyTypeIndicator
- GROUPID_VIEW_ATTR - Static variable in class org.apache.sshd.common.util.io.IoUtils
H
- handleCR() - Method in class org.apache.sshd.server.shell.TtyFilterInputStream
- handleCR() - Method in class org.apache.sshd.server.shell.TtyFilterOutputStream
- handleDecodeAttemptResult(SessionContext, NamedResource, int, String, Exception) - Method in interface org.apache.sshd.common.config.keys.FilePasswordProvider
-
Invoked to inform the password provide about the decoding result.
- handleLF() - Method in class org.apache.sshd.server.shell.TtyFilterInputStream
- handleLF() - Method in class org.apache.sshd.server.shell.TtyFilterOutputStream
- handleLine(byte[], int, int) - Method in class org.apache.sshd.common.util.io.output.LineLevelAppenderStream
- handleLine(byte[], int, int) - Method in class org.apache.sshd.common.util.io.output.LineOutputStream
- handleWindowsSeparator(String) - Method in class org.apache.sshd.common.file.util.BaseFileSystem
-
In case we are running on Windows, accept "\\" as a file separator.
- hasContent(String, String) - Static method in class org.apache.sshd.common.util.ValidateUtils
- hasContent(String, String, Object) - Static method in class org.apache.sshd.common.util.ValidateUtils
- hasContent(String, String, Object...) - Static method in class org.apache.sshd.common.util.ValidateUtils
- HasException - Interface in org.apache.sshd.common.future
-
Something that may have a failure exception.
- hash(byte[], byte[], byte[]) - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCrypt
-
Compatibility with new OpenBSD function.
- hashCode() - Method in class org.apache.sshd.common.auth.BasicCredentialsImpl
- hashCode() - Method in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
- hashCode() - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions
- hashCode() - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.RawKdfOptions
- hashCode() - Method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- hashCode() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificate.CertificateOption
- hashCode() - Method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- hashCode() - Method in class org.apache.sshd.common.config.keys.u2f.SkEcdsaPublicKey
- hashCode() - Method in class org.apache.sshd.common.config.keys.u2f.SkED25519PublicKey
- hashCode() - Method in class org.apache.sshd.common.config.keys.UnsupportedSshPublicKey
- hashCode() - Method in class org.apache.sshd.common.digest.BaseDigest
- hashCode() - Method in class org.apache.sshd.common.file.util.BasePath
- hashCode() - Method in class org.apache.sshd.common.kex.extension.parser.DelayedCompressionAlgorithms
- hashCode() - Method in class org.apache.sshd.common.net.InetAddressRange
- hashCode() - Method in class org.apache.sshd.common.util.IgnoringEmptyMap
- hashCode() - Method in class org.apache.sshd.common.util.io.der.ASN1Object
- hashCode() - Method in class org.apache.sshd.common.util.net.SshdSocketAddress
- hashCode() - Method in class org.apache.sshd.common.util.VersionInfo
- hashCode(byte...) - Static method in class org.apache.sshd.common.util.NumberUtils
- hashCode(byte[], int, int) - Static method in class org.apache.sshd.common.util.NumberUtils
- hashCode(int...) - Static method in class org.apache.sshd.common.util.NumberUtils
- hashCode(long...) - Static method in class org.apache.sshd.common.util.NumberUtils
- hashCode(String) - Static method in class org.apache.sshd.common.util.GenericUtils
- hashCode(String, Boolean) - Static method in class org.apache.sshd.common.util.GenericUtils
- HASHED_HOST_DELIMITER - Static variable in class org.apache.sshd.client.config.hosts.KnownHostHashValue
-
Character used to indicate a hashed host pattern
- hashpw(String, String) - Static method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCrypt
-
Hash a password using the OpenBSD bcrypt scheme
- hasNext() - Method in class org.apache.sshd.client.config.keys.LazyClientIdentityIterator
- hasNext() - Method in class org.apache.sshd.common.keyprovider.AbstractResourceKeyPairProvider.KeyPairIterator
- hasNext() - Method in class org.apache.sshd.common.keyprovider.MultiKeyIdentityIterator
- hasNext() - Method in class org.apache.sshd.common.util.helper.LazyMatchingTypeIterator
- hasStrictFilePermissions() - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- head(Iterable<? extends T>) - Static method in class org.apache.sshd.common.util.GenericUtils
- HEADER_CONTINUATION_INDICATOR - Static variable in class org.apache.sshd.common.config.keys.loader.ssh2.Ssh2PublicKeyEntryDecoder
-
According to RFC-4716 section 3.3:
- headerEngine - Variable in class org.apache.sshd.common.cipher.ChaCha20Cipher
- HEX_DIGITS - Static variable in class org.apache.sshd.common.util.buffer.BufferUtils
- HEXDUMP_CHUNK_SIZE - Static variable in class org.apache.sshd.common.CommonModuleProperties
- HMAC_MD5 - Static variable in class org.apache.sshd.common.mac.BuiltinMacs.Constants
- HMAC_MD5_96 - Static variable in class org.apache.sshd.common.mac.BuiltinMacs.Constants
- HMAC_SHA1 - Static variable in class org.apache.sshd.common.mac.BuiltinMacs.Constants
- HMAC_SHA1_96 - Static variable in class org.apache.sshd.common.mac.BuiltinMacs.Constants
- HMAC_SHA2_256 - Static variable in class org.apache.sshd.common.mac.BuiltinMacs.Constants
- HMAC_SHA2_512 - Static variable in class org.apache.sshd.common.mac.BuiltinMacs.Constants
- hmacmd5 - Enum constant in enum org.apache.sshd.common.mac.BuiltinMacs
-
Deprecated.
- hmacmd596 - Enum constant in enum org.apache.sshd.common.mac.BuiltinMacs
-
Deprecated.
- hmacsha1 - Enum constant in enum org.apache.sshd.common.mac.BuiltinMacs
- hmacsha196 - Enum constant in enum org.apache.sshd.common.mac.BuiltinMacs
-
Deprecated.
- hmacsha1etm - Enum constant in enum org.apache.sshd.common.mac.BuiltinMacs
- hmacsha256 - Enum constant in enum org.apache.sshd.common.mac.BuiltinMacs
-
See RFC 6668
- hmacsha256etm - Enum constant in enum org.apache.sshd.common.mac.BuiltinMacs
- hmacsha512 - Enum constant in enum org.apache.sshd.common.mac.BuiltinMacs
-
See RFC 6668
- hmacsha512etm - Enum constant in enum org.apache.sshd.common.mac.BuiltinMacs
- HOME_TILDE_CHAR - Static variable in class org.apache.sshd.common.util.io.PathUtils
- host - Variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- HOST - Enum constant in enum org.apache.sshd.common.config.keys.OpenSshCertificate.Type
-
Host key certificate.
- HOST_BASED - Static variable in interface org.apache.sshd.common.auth.UserAuthMethodFactory
-
Host-based authentication method
- HOST_CONFIG_PROP - Static variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- HOST_KEY_ALGORITHMS_CONFIG_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- HOST_NAME_CONFIG_PROP - Static variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- HostBoundPubkeyAuthentication - Class in org.apache.sshd.common.kex.extension.parser
- HostBoundPubkeyAuthentication() - Constructor for class org.apache.sshd.common.kex.extension.parser.HostBoundPubkeyAuthentication
- HostConfigEntry - Class in org.apache.sshd.client.config.hosts
-
Represents an entry in the client's configuration file as defined by the ssh_config configuration file format
- HostConfigEntry() - Constructor for class org.apache.sshd.client.config.hosts.HostConfigEntry
- HostConfigEntry(String, String, int, String) - Constructor for class org.apache.sshd.client.config.hosts.HostConfigEntry
- HostConfigEntry(String, String, int, String, String) - Constructor for class org.apache.sshd.client.config.hosts.HostConfigEntry
- HostConfigEntryResolver - Interface in org.apache.sshd.client.config.hosts
- hostFsHasWindowsSeparator() - Method in class org.apache.sshd.common.file.root.RootedFileSystem
- hostFsHasWindowsSeparator() - Method in class org.apache.sshd.common.file.util.BaseFileSystem
- HostKeyCertificateProvider - Interface in org.apache.sshd.common.keyprovider
- HostKeyIdentityProvider - Interface in org.apache.sshd.client.auth.hostbased
- hostName - Variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- HostPatternsHolder - Class in org.apache.sshd.client.config.hosts
- HostPatternsHolder() - Constructor for class org.apache.sshd.client.config.hosts.HostPatternsHolder
- HostPatternValue - Class in org.apache.sshd.client.config.hosts
-
Represents a pattern definition in the known_hosts file
- HostPatternValue() - Constructor for class org.apache.sshd.client.config.hosts.HostPatternValue
- HostPatternValue(Pattern, boolean) - Constructor for class org.apache.sshd.client.config.hosts.HostPatternValue
- HostPatternValue(Pattern, int, boolean) - Constructor for class org.apache.sshd.client.config.hosts.HostPatternValue
- HOURS - Enum constant in enum org.apache.sshd.common.config.TimeValueConfig
- HUP - Enum constant in enum org.apache.sshd.server.Signal
I
- IA5_STRING - Enum constant in enum org.apache.sshd.common.util.io.der.ASN1Type
- ICANON - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Canonicalize input lines.
- ICRNL - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Map CR to NL on input.
- ID_FILE_PREFIX - Static variable in class org.apache.sshd.client.config.keys.ClientIdentity
- ID_FILE_SUFFIX - Static variable in class org.apache.sshd.client.config.keys.ClientIdentity
- ID_GENERATOR - Static variable in class org.apache.sshd.client.config.keys.ClientIdentity
- identities - Variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- identity() - Static method in interface org.apache.sshd.common.util.io.functors.IOFunction
-
Returns a function that always returns its input argument.
- Identity - Interface in org.apache.sshd.common.config.keys
-
Represents an SSH key type - the referenced algorithm is the one used to generate the key - e.g., "RSA", "DSA", "EC".
- IDENTITY_AGENT - Static variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
The IdentityAgent configuration.
- IDENTITY_FILE_CONFIG_PROP - Static variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- IdentityResourceLoader<PUB,
PRV> - Interface in org.apache.sshd.common.config.keys - IdentityUtils - Class in org.apache.sshd.common.config.keys
- IdleTimeout - Enum constant in enum org.apache.sshd.common.session.helpers.TimeoutIndicator.TimeoutStatus
- IEXTEN - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Enable extensions.
- IGNCR - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Ignore CR on input.
- IGNORE - Enum constant in enum org.apache.sshd.common.config.keys.FilePasswordProvider.ResourceDecodeResult
-
Skip attempt and see if can proceed without the key
- IGNORE - Enum constant in enum org.apache.sshd.common.session.SessionHeartbeatController.HeartbeatType
-
Use
SSH_MSG_IGNOREpackets - IGNORE - Static variable in interface org.apache.sshd.common.util.io.LineDataConsumer
-
Ignores anything provided to it
- IGNORING - Static variable in interface org.apache.sshd.common.config.keys.PrivateKeyEntryResolver
-
A resolver that ignores all input
- IGNORING - Static variable in interface org.apache.sshd.common.config.keys.PublicKeyEntryResolver
-
A resolver that ignores all input
- IgnoringEmptyMap<K,
V> - Class in org.apache.sshd.common.util -
A dummy map that ignores all
put/removecalls - IgnoringEmptyMap() - Constructor for class org.apache.sshd.common.util.IgnoringEmptyMap
- IGNPAR - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
The ignore parity flag.
- ILL - Enum constant in enum org.apache.sshd.server.Signal
- IMAXBEL - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Ring bell on input queue full.
- Immediate - Enum constant in enum org.apache.sshd.common.util.closeable.AbstractCloseable.State
-
Connection is being terminated immediately
- immutable() - Method in class org.apache.sshd.common.util.MapEntryUtils.EnumMapBuilder
- immutable() - Method in class org.apache.sshd.common.util.MapEntryUtils.MapBuilder
- immutable() - Method in class org.apache.sshd.common.util.MapEntryUtils.NavigableMapBuilder
- includePatterns - Variable in class org.apache.sshd.common.util.io.PathScanningMatcher
-
The patterns for the files to be included.
- incrementCounter() - Method in class org.apache.sshd.common.cipher.BaseGCMCipher.CounterGCMParameterSpec
- indexOf(byte[], byte, int, int) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
-
Finds the index of the given value in the array starting at the given index and checking up to specified number of elements.
- indexOf(CharSequence, char) - Static method in class org.apache.sshd.common.util.GenericUtils
- InetAddressRange - Class in org.apache.sshd.common.net
-
Describes a range of IP addresses specified in CIDR notation.
- INFINITY - Static variable in interface org.apache.sshd.common.config.keys.OpenSshCertificate
-
The maximum
OpenSshCertificate.getValidAfter()orOpenSshCertificate.getValidBefore()value. - Inflater - Enum constant in enum org.apache.sshd.common.compression.Compression.Type
- info(String) - Method in class org.apache.sshd.common.util.logging.LoggerSkeleton
- info(String) - Method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- info(String, Object) - Method in class org.apache.sshd.common.util.logging.LoggerSkeleton
- info(String, Object...) - Method in class org.apache.sshd.common.util.logging.LoggerSkeleton
- info(String, Object, Object) - Method in class org.apache.sshd.common.util.logging.LoggerSkeleton
- info(String, Object, Object, Object, Throwable) - Method in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- info(String, Object, Object, Throwable) - Method in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- info(String, Throwable) - Method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- info(String, Throwable) - Method in class org.apache.sshd.common.util.logging.SimplifiedLoggerSkeleton
- info(Logger, String, Object, Object, Object, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- info(Logger, String, Object, Object, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- INFO - Enum constant in enum org.apache.sshd.common.config.LogLevelValue
- infoClosure(Logger) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- infoClosure(Logger, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- infoOf(Path, LinkOption...) - Method in interface org.apache.sshd.common.util.io.FileInfoExtractor
- init() - Method in class org.apache.sshd.common.digest.BaseDigest
- init() - Method in interface org.apache.sshd.common.digest.Digest
- init(byte[]) - Method in class org.apache.sshd.common.mac.BaseMac
- init(byte[]) - Method in interface org.apache.sshd.common.mac.Mac
- init(byte[]) - Method in class org.apache.sshd.common.mac.Poly1305Mac
- init(Cipher.Mode, byte[], byte[]) - Method in class org.apache.sshd.common.cipher.BaseCipher
- init(Cipher.Mode, byte[], byte[]) - Method in class org.apache.sshd.common.cipher.ChaCha20Cipher
- init(Cipher.Mode, byte[], byte[]) - Method in interface org.apache.sshd.common.cipher.Cipher
-
Initialize the cipher for encryption or decryption with the given key and initialization vector
- init(Cipher.Mode, byte[], byte[]) - Method in class org.apache.sshd.common.cipher.CipherNone
- init(Compression.Type, int) - Method in interface org.apache.sshd.common.compression.Compression
-
Initialize this object to either compress or uncompress data.
- init(Compression.Type, int) - Method in class org.apache.sshd.common.compression.CompressionNone
- init(Compression.Type, int) - Method in class org.apache.sshd.common.compression.CompressionZlib
- INIT - Enum constant in enum org.apache.sshd.common.kex.KexState
-
A key exchange has been initiated by this party.
- initCounter(long) - Method in class org.apache.sshd.common.cipher.ChaCha20Cipher.ChaChaEngine
- initialCounter - Variable in class org.apache.sshd.common.cipher.BaseGCMCipher.CounterGCMParameterSpec
- initialize(InputStream, int) - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions
- initialize(String, byte[]) - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions
- initialize(String, byte[]) - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.RawKdfOptions
- initialize(String, byte[]) - Method in interface org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKdfOptions
- initialized - Variable in class org.apache.sshd.common.cipher.BaseGCMCipher
- initializeExceptionCause(T, Throwable) - Static method in class org.apache.sshd.common.util.ValidateUtils
- initializeIVData(Cipher.Mode, byte[], int) - Method in class org.apache.sshd.common.cipher.BaseCipher
- initializeIVData(Cipher.Mode, byte[], int) - Method in class org.apache.sshd.common.cipher.BaseRC4Cipher
- initializeKeyData(Cipher.Mode, byte[], int) - Method in class org.apache.sshd.common.cipher.BaseCipher
- initializeObfuscator(C, PrivateKeyObfuscator, String) - Static method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- initialNonce - Variable in class org.apache.sshd.common.cipher.ChaCha20Cipher.ChaChaEngine
- initKey(byte[]) - Method in class org.apache.sshd.common.cipher.ChaCha20Cipher.ChaChaEngine
- initNonce(byte[]) - Method in class org.apache.sshd.common.cipher.ChaCha20Cipher.ChaChaEngine
- initSigner(SessionContext, PrivateKey) - Method in class org.apache.sshd.common.signature.AbstractSecurityKeySignature
- initSigner(SessionContext, PrivateKey) - Method in class org.apache.sshd.common.signature.AbstractSignature
- initSigner(SessionContext, PrivateKey) - Method in interface org.apache.sshd.common.signature.Signature
- initVerifier(SessionContext, PublicKey) - Method in class org.apache.sshd.common.signature.AbstractSecurityKeySignature
- initVerifier(SessionContext, PublicKey) - Method in class org.apache.sshd.common.signature.AbstractSignature
- initVerifier(SessionContext, PublicKey) - Method in interface org.apache.sshd.common.signature.Signature
- initVerifier(SessionContext, PublicKey) - Method in class org.apache.sshd.common.signature.SignatureRSA
- INLCR - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Map NL into CR on input.
- INPCK - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Enable checking of parity errors.
- INPUT_OPTIONS - Static variable in class org.apache.sshd.server.shell.TtyFilterInputStream
- InputStreamWithChannel - Class in org.apache.sshd.common.util.io.input
- InputStreamWithChannel() - Constructor for class org.apache.sshd.common.util.io.input.InputStreamWithChannel
- insertCharacter(Buffer, int) - Method in class org.apache.sshd.server.shell.TtyFilterInputStream
- INSTANCE - Enum constant in enum org.apache.sshd.common.util.security.bouncycastle.BouncyCastleEncryptedPrivateKeyInfoDecryptor
- INSTANCE - Static variable in class org.apache.sshd.client.config.hosts.DefaultConfigFileHostEntryResolver
-
The default instance that enforces the same permissions regime as
OpenSSH - INSTANCE - Static variable in class org.apache.sshd.common.config.keys.impl.DSSPublicKeyEntryDecoder
- INSTANCE - Static variable in class org.apache.sshd.common.config.keys.impl.ECDSAPublicKeyEntryDecoder
- INSTANCE - Static variable in class org.apache.sshd.common.config.keys.impl.OpenSSHCertificateDecoder
- INSTANCE - Static variable in class org.apache.sshd.common.config.keys.impl.RSAPublicKeyDecoder
- INSTANCE - Static variable in class org.apache.sshd.common.config.keys.impl.SkECDSAPublicKeyEntryDecoder
- INSTANCE - Static variable in class org.apache.sshd.common.config.keys.impl.SkED25519PublicKeyEntryDecoder
- INSTANCE - Static variable in class org.apache.sshd.common.config.keys.loader.AESPrivateKeyObfuscator
- INSTANCE - Static variable in class org.apache.sshd.common.config.keys.loader.DESPrivateKeyObfuscator
- INSTANCE - Static variable in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHDSSPrivateKeyEntryDecoder
- INSTANCE - Static variable in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHECDSAPrivateKeyEntryDecoder
- INSTANCE - Static variable in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParser
- INSTANCE - Static variable in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHRSAPrivateKeyDecoder
- INSTANCE - Static variable in class org.apache.sshd.common.config.keys.loader.pem.DSSPEMResourceKeyPairParser
- INSTANCE - Static variable in class org.apache.sshd.common.config.keys.loader.pem.ECDSAPEMResourceKeyPairParser
- INSTANCE - Static variable in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PEMResourceKeyPairParser
- INSTANCE - Static variable in class org.apache.sshd.common.config.keys.loader.pem.RSAPEMResourceKeyPairParser
- INSTANCE - Static variable in class org.apache.sshd.common.config.keys.loader.ssh2.Ssh2PublicKeyEntryDecoder
- INSTANCE - Static variable in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyPairResourceWriter
- INSTANCE - Static variable in class org.apache.sshd.common.file.nativefs.NativeFileSystemFactory
- INSTANCE - Static variable in class org.apache.sshd.common.file.nonefs.NoneFileSystem
- INSTANCE - Static variable in class org.apache.sshd.common.file.nonefs.NoneFileSystemFactory
- INSTANCE - Static variable in class org.apache.sshd.common.file.nonefs.NoneFileSystemProvider
- INSTANCE - Static variable in class org.apache.sshd.common.kex.extension.parser.DelayCompression
- INSTANCE - Static variable in class org.apache.sshd.common.kex.extension.parser.Elevation
- INSTANCE - Static variable in class org.apache.sshd.common.kex.extension.parser.HostBoundPubkeyAuthentication
- INSTANCE - Static variable in class org.apache.sshd.common.kex.extension.parser.NoFlowControl
- INSTANCE - Static variable in class org.apache.sshd.common.kex.extension.parser.ServerSignatureAlgorithms
- INSTANCE - Static variable in class org.apache.sshd.common.random.JceRandomFactory
- INSTANCE - Static variable in class org.apache.sshd.common.SyspropsMapWrapper
-
The one and only wrapper instance
- INSTANCE - Static variable in class org.apache.sshd.common.util.buffer.keys.DSSBufferPublicKeyParser
- INSTANCE - Static variable in class org.apache.sshd.common.util.buffer.keys.ECBufferPublicKeyParser
- INSTANCE - Static variable in class org.apache.sshd.common.util.buffer.keys.ED25519BufferPublicKeyParser
- INSTANCE - Static variable in class org.apache.sshd.common.util.buffer.keys.OpenSSHCertPublicKeyParser
- INSTANCE - Static variable in class org.apache.sshd.common.util.buffer.keys.RSABufferPublicKeyParser
- INSTANCE - Static variable in class org.apache.sshd.common.util.buffer.keys.SkECBufferPublicKeyParser
- INSTANCE - Static variable in class org.apache.sshd.common.util.buffer.keys.SkED25519BufferPublicKeyParser
- INSTANCE - Static variable in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleKeyPairResourceParser
- INSTANCE - Static variable in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleRandomFactory
- INSTANCE - Static variable in class org.apache.sshd.common.util.security.eddsa.Ed25519PEMResourceKeyParser
- INSTANCE - Static variable in class org.apache.sshd.common.util.security.eddsa.Ed25519PublicKeyDecoder
- INSTANCE - Static variable in class org.apache.sshd.common.util.security.eddsa.generic.GenericEd25519PEMResourceKeyParser
- INSTANCE - Static variable in class org.apache.sshd.common.util.security.eddsa.OpenSSHEd25519PrivateKeyEntryDecoder
- INT - Enum constant in enum org.apache.sshd.server.Signal
- Int2IntFunction - Class in org.apache.sshd.common.util.functors
- integer(String) - Static method in interface org.apache.sshd.common.Property
- integer(String, int) - Static method in interface org.apache.sshd.common.Property
- INTEGER - Enum constant in enum org.apache.sshd.common.util.io.der.ASN1Type
- IntegerProperty(String) - Constructor for class org.apache.sshd.common.Property.IntegerProperty
- IntegerProperty(String, Integer) - Constructor for class org.apache.sshd.common.Property.IntegerProperty
- invoke(ARG) - Method in interface org.apache.sshd.common.util.io.functors.Invoker
- invoke(Object, Method, Object[]) - Method in class org.apache.sshd.common.util.closeable.AutoCloseableDelegateInvocationHandler
- invoke(Object, Method, Object[]) - Method in class org.apache.sshd.common.util.closeable.NioChannelDelegateInvocationHandler
- invokeAll(ARG, Collection<? extends Invoker<? super ARG, ?>>) - Static method in interface org.apache.sshd.common.util.io.functors.Invoker
-
Invokes all the instances ignoring the return value.
- invokeAll(Collection<? extends Callable<T>>) - Method in class org.apache.sshd.common.util.threads.NoCloseExecutor
- invokeAll(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.apache.sshd.common.util.threads.NoCloseExecutor
- invokeAny(Collection<? extends Callable<T>>) - Method in class org.apache.sshd.common.util.threads.NoCloseExecutor
- invokeAny(Collection<? extends Callable<T>>, long, TimeUnit) - Method in class org.apache.sshd.common.util.threads.NoCloseExecutor
- Invoker<ARG,
RET> - Interface in org.apache.sshd.common.util.io.functors -
The complement to the
Callableinterface - accepts one argument and possibly throws something - invokeTillFirstFailure(ARG, Collection<? extends Invoker<? super ARG, ?>>) - Static method in interface org.apache.sshd.common.util.io.functors.Invoker
-
Invokes all instances until 1st failure (if any)
- IO - Enum constant in enum org.apache.sshd.server.Signal
- IoAcceptor - Interface in org.apache.sshd.common.io
- IoBaseCloseable - Class in org.apache.sshd.common.util.closeable
- IoBaseCloseable() - Constructor for class org.apache.sshd.common.util.closeable.IoBaseCloseable
- IoBaseCloseable(String) - Constructor for class org.apache.sshd.common.util.closeable.IoBaseCloseable
- IoConnectFuture - Interface in org.apache.sshd.common.io
- IoConnector - Interface in org.apache.sshd.common.io
- IOFunction<T,
R> - Interface in org.apache.sshd.common.util.io.functors -
Invokes some I/O function on the input returning some output and potentially throwing an
IOExceptionin the process - IoHandler - Interface in org.apache.sshd.common.io
- IoHandlerFactory - Interface in org.apache.sshd.common.io
- IoInputStream - Interface in org.apache.sshd.common.io
-
Represents a stream that can be read asynchronously.
- IoOutputStream - Interface in org.apache.sshd.common.io
-
Represents a stream that can be written asynchronously.
- IoReadFuture - Interface in org.apache.sshd.common.io
- IoResource<T> - Interface in org.apache.sshd.common.util.io.resource
- IoService - Interface in org.apache.sshd.common.io
- IoServiceEventListener - Interface in org.apache.sshd.common.io
- IoServiceEventListenerManager - Interface in org.apache.sshd.common.io
- IoServiceFactory - Interface in org.apache.sshd.common.io
- IoSession - Interface in org.apache.sshd.common.io
- IOT - Enum constant in enum org.apache.sshd.server.Signal
- IoUtils - Class in org.apache.sshd.common.util.io
-
TODO Add javadoc
- IoWriteFuture - Interface in org.apache.sshd.common.io
- IPV4_ANYADDR - Static variable in class org.apache.sshd.common.util.net.SshdSocketAddress
- IPV6_LONG_ANY_ADDRESS - Static variable in class org.apache.sshd.common.util.net.SshdSocketAddress
- IPV6_LONG_LOCALHOST - Static variable in class org.apache.sshd.common.util.net.SshdSocketAddress
- IPV6_MAX_HEX_DIGITS_PER_GROUP - Static variable in class org.apache.sshd.common.util.net.SshdSocketAddress
-
Max. hex digits in each IPv6 group
- IPV6_MAX_HEX_GROUPS - Static variable in class org.apache.sshd.common.util.net.SshdSocketAddress
-
Max. number of hex groups (separated by ":") in an IPV6 address
- IPV6_SHORT_ANY_ADDRESS - Static variable in class org.apache.sshd.common.util.net.SshdSocketAddress
- IPV6_SHORT_LOCALHOST - Static variable in class org.apache.sshd.common.util.net.SshdSocketAddress
- IS_KEX_EXTENSION_SIGNAL - Static variable in class org.apache.sshd.common.kex.extension.KexExtensions
- IS_NONE_CIPHER - Static variable in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHParserContext
- IS_NONE_KDF - Static variable in interface org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKdfOptions
- isAbsolute() - Method in class org.apache.sshd.common.file.util.BasePath
- isAbsolute() - Method in class org.apache.sshd.common.file.util.MockPath
- isAllOptionsValue(String) - Static method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- isAmbiguousOpcode(int) - Static method in class org.apache.sshd.common.SshConstants
- isAndroid() - Static method in class org.apache.sshd.common.util.OsUtils
- isAPrioriDisabledProvider(String) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- isAuthenticated() - Method in interface org.apache.sshd.common.session.SessionContext
- isBlank(CharSequence) - Static method in class org.apache.sshd.common.util.GenericUtils
-
Checks if a CharSequence is empty (""), null or whitespace only.
- isBouncyCastleRegistered() - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- isCanceled() - Method in interface org.apache.sshd.common.future.CancelFuture
-
Tells whether the cancellation has been effected
- isCanceled() - Method in interface org.apache.sshd.common.future.Cancellable
-
Tells whether this operation was canceled.
- isCanceled() - Method in class org.apache.sshd.common.future.DefaultCancelFuture
- isCanceled() - Method in class org.apache.sshd.common.future.DefaultCancellableSshFuture
- isCarrierGradeNatIPv4Address(String) - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
- isCaseSensitive() - Method in class org.apache.sshd.common.util.io.PathScanningMatcher
- isCertificateAlgorithm(String) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- isCertificateFactorySupported(String) - Method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- isCharSetting(PtyMode) - Static method in enum org.apache.sshd.common.channel.PtyMode
- isCIDR(String) - Static method in class org.apache.sshd.common.net.InetAddressRange
-
Tests whether a given string is a valid CIDR.
- isCipherSupported(String) - Method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- isClassAvailable(ClassLoader, String) - Static method in class org.apache.sshd.common.util.ReflectionUtils
-
Deprecated.The preferred method is
ThreadUtils.resolveDefaultClass(Class, String)which checks all possible ClassLoaders. - isClosed() - Method in interface org.apache.sshd.common.Closeable
-
Returns
trueif this object has been closed. - isClosed() - Method in interface org.apache.sshd.common.future.CloseFuture
- isClosed() - Method in class org.apache.sshd.common.future.DefaultCloseFuture
- isClosed() - Method in class org.apache.sshd.common.util.closeable.AbstractCloseable
- isClosed() - Method in class org.apache.sshd.common.util.closeable.SimpleCloseable
- isClosed() - Method in class org.apache.sshd.common.util.threads.NoCloseExecutor
- isClosed() - Method in class org.apache.sshd.common.util.threads.SshThreadPoolExecutor
- isCloseMethod(Method) - Static method in class org.apache.sshd.common.util.closeable.AutoCloseableDelegateInvocationHandler
- isCloseMethodInvocation(Method, Object[]) - Static method in class org.apache.sshd.common.util.closeable.AutoCloseableDelegateInvocationHandler
- isClosing() - Method in interface org.apache.sshd.common.Closeable
-
Returns
trueif theCloseable.close(boolean)method has been called. - isClosing() - Method in class org.apache.sshd.common.util.closeable.AbstractCloseable
- isClosing() - Method in class org.apache.sshd.common.util.closeable.SimpleCloseable
- isClosing() - Method in class org.apache.sshd.common.util.threads.NoCloseExecutor
- isClosing() - Method in class org.apache.sshd.common.util.threads.SshThreadPoolExecutor
- isCompressionExecuted() - Method in class org.apache.sshd.common.compression.BaseCompression
- isCompressionExecuted() - Method in enum org.apache.sshd.common.compression.BuiltinCompressions
- isCompressionExecuted() - Method in interface org.apache.sshd.common.compression.CompressionInformation
- isCompressionExecuted() - Method in class org.apache.sshd.common.compression.CompressionNone
- isCompressionExecuted() - Method in enum org.apache.sshd.common.config.CompressionConfigValue
- isConnected() - Method in class org.apache.sshd.common.io.DefaultIoConnectFuture
- isConnected() - Method in interface org.apache.sshd.common.io.IoConnectFuture
- isConstructed() - Method in class org.apache.sshd.common.util.io.der.ASN1Object
- isCreateHome() - Method in class org.apache.sshd.common.file.nativefs.NativeFileSystemFactory
-
Should the home directories be created automatically
- isDalvikMachine() - Static method in class org.apache.sshd.common.util.OsUtils
- isDataIntegrityAuthenticationTransport(SessionContext) - Static method in interface org.apache.sshd.common.auth.UserAuthMethodFactory
- isDataIntegrityTransport(SessionContext) - Static method in interface org.apache.sshd.common.session.SessionContext
- isDebugEnabled() - Method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- isDebugEnabled() - Method in class org.apache.sshd.common.util.logging.SimplifiedLoggerSkeleton
- isDebugEnabled(Level) - Static method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- isDelayed() - Method in enum org.apache.sshd.common.compression.BuiltinCompressions
- isDelayed() - Method in class org.apache.sshd.common.compression.CompressionDelayedZlib
- isDelayed() - Method in interface org.apache.sshd.common.compression.CompressionInformation
-
Delayed compression is an Open-SSH specific feature which informs both the client and server to not compress data before the session has been authenticated.
- isDelayed() - Method in class org.apache.sshd.common.compression.CompressionNone
- isDelayed() - Method in class org.apache.sshd.common.compression.CompressionZlib
- isDelayed() - Method in enum org.apache.sshd.common.config.CompressionConfigValue
- isDHGroupExchangeSupported() - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- isDHGroupExchangeSupported(int) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- isDHOakelyGroupSupported(int) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- ISDIR - Static variable in interface org.apache.sshd.common.util.io.FileInfoExtractor
- isDone() - Method in class org.apache.sshd.common.future.DefaultSshFuture
- isDone() - Method in interface org.apache.sshd.common.future.WaitableFuture
- isECCSupported() - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- isEDDSACurveSupported() - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- isEDDSAKey(Key) - Static method in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderUtils
- isEDDSAKeyFactoryAlgorithm(String) - Static method in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderUtils
- isEDDSAKeyPairGeneratorAlgorithm(String) - Static method in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderUtils
- isEDDSASignatureAlgorithm(String) - Static method in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderUtils
- isEmpty() - Method in interface org.apache.sshd.common.PropertyResolver
- isEmpty() - Method in class org.apache.sshd.common.SyspropsMapWrapper
- isEmpty() - Method in class org.apache.sshd.common.util.IgnoringEmptyMap
- isEmpty(byte[]) - Static method in class org.apache.sshd.common.util.NumberUtils
- isEmpty(char[]) - Static method in class org.apache.sshd.common.util.GenericUtils
- isEmpty(int[]) - Static method in class org.apache.sshd.common.util.NumberUtils
- isEmpty(long[]) - Static method in class org.apache.sshd.common.util.NumberUtils
- isEmpty(CharSequence) - Static method in class org.apache.sshd.common.util.GenericUtils
- isEmpty(Iterable<? extends T>) - Static method in class org.apache.sshd.common.util.GenericUtils
- isEmpty(Collection<?>) - Static method in class org.apache.sshd.common.util.GenericUtils
- isEmpty(Iterator<? extends T>) - Static method in class org.apache.sshd.common.util.GenericUtils
- isEmpty(Map<?, ?>) - Static method in class org.apache.sshd.common.util.MapEntryUtils
- isEmpty(KeyIdentityProvider) - Static method in interface org.apache.sshd.common.keyprovider.KeyIdentityProvider
- isEmpty(PropertyResolver) - Static method in interface org.apache.sshd.common.PropertyResolver
- isEmpty(T[]) - Static method in class org.apache.sshd.common.util.GenericUtils
- isEnabled() - Method in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleSecurityProviderRegistrar
- isEnabled() - Method in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderRegistrar
- isEnabled() - Method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- isEnabled() - Method in class org.apache.sshd.common.util.security.SunJCESecurityProviderRegistrar
- isEnabledLevel(Level) - Method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- isEncrypted() - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions
- isEncrypted() - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.RawKdfOptions
- isEncrypted() - Method in interface org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyDecryptor
- isEncrypted() - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHParserContext
- isEncryptThenMac() - Method in class org.apache.sshd.common.mac.BaseMac
- isEncryptThenMac() - Method in interface org.apache.sshd.common.mac.MacInformation
- isEquivalent(PublicKeyEntry) - Method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- isEquivalent(SshdSocketAddress) - Method in class org.apache.sshd.common.util.net.SshdSocketAddress
- isEquivalentHostName(String, String, boolean) - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
- isErrorEnabled() - Method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- isErrorEnabled() - Method in class org.apache.sshd.common.util.logging.SimplifiedLoggerSkeleton
- isErrorEnabled(Level) - Static method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- isExecutable(File) - Static method in class org.apache.sshd.common.util.io.IoUtils
- isFilesOnly() - Method in class org.apache.sshd.common.util.io.DirectoryScanner
-
Tells whether the scanner is set to return only files (the default).
- isFipsMode() - Static method in class org.apache.sshd.common.util.security.SecurityUtils
-
Tells whether FIPS mode is enabled, either through the system property
SecurityUtils.FIPS_ENABLEDor viaSecurityUtils.setFipsMode(). - isHidden(Path) - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystemProvider
- isHidden(Path) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- isHostMatch(String, int) - Method in class org.apache.sshd.client.config.hosts.HostPatternsHolder
-
Checks if a given host name / address matches the entry's host pattern(s)
- isHostMatch(String, int) - Method in class org.apache.sshd.client.config.hosts.KnownHostEntry
- isHostMatch(String, int) - Method in class org.apache.sshd.client.config.hosts.KnownHostHashValue
-
Checks if the host matches the hash
- isHostMatch(String, int, Collection<HostPatternValue>) - Static method in class org.apache.sshd.client.config.hosts.HostPatternsHolder
- isHostMatch(String, Pattern) - Static method in class org.apache.sshd.client.config.hosts.HostPatternsHolder
-
Checks if a given host name / address matches a host pattern
- isIdentitiesOnly() - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- ISIG - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Enable signals INTR, QUIT, [D]SUSP.
- isIgnoreNonExisting() - Method in class org.apache.sshd.client.config.keys.LazyClientKeyIdentityProvider
- isIncluded(String) - Method in class org.apache.sshd.common.util.io.PathScanningMatcher
-
Tests whether or not a name matches against at least one include pattern.
- isInfoEnabled() - Method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- isInfoEnabled() - Method in class org.apache.sshd.common.util.logging.SimplifiedLoggerSkeleton
- isInfoEnabled(Level) - Static method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- isIntegerNumber(CharSequence) - Static method in class org.apache.sshd.common.util.NumberUtils
-
Checks if optional sign and all others are '0'-'9'
- isInternalThread() - Static method in class org.apache.sshd.common.util.threads.ThreadUtils
-
Tells whether the calling thread is an Apache MINA sshd framework-internal thread.
- isIpV4() - Method in class org.apache.sshd.common.net.InetAddressRange
-
Tells whether this is an IPv4 address range.
- isIPv4Address(String) - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
- isIPv4LoopbackAddress(String) - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
- isIpV6() - Method in class org.apache.sshd.common.net.InetAddressRange
-
Tells whether this is an IPv6 address range.
- isIPv6Address(String) - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
- isIPv6LoopbackAddress(String) - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
- isKeyAgreementSupported(String) - Method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- isKeyFactorySupported(String) - Method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- isKeyPairGeneratorSupported(String) - Method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- isKeyTypeSupported(String) - Method in class org.apache.sshd.common.util.buffer.keys.AbstractBufferPublicKeyParser
- isKeyTypeSupported(String) - Method in interface org.apache.sshd.common.util.buffer.keys.BufferPublicKeyParser
- isLoggable(Level, Level) - Static method in interface org.apache.sshd.common.util.logging.SimplifiedLog
-
Verifies if the given level is above the required threshold for logging.
- isLoggable(Logger, Level) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- isLoopback(String) - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
- isLoopback(InetAddress) - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
- isLoopbackAlias(String, String) - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
- isMacSupported(String) - Method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- isMappedSyspropKey(String) - Static method in class org.apache.sshd.common.SyspropsMapWrapper
- isMessageDigestSupported(String) - Method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- isNamedProviderUsed() - Method in interface org.apache.sshd.common.util.security.SecurityProviderChoice
- isNamedProviderUsed() - Method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- isNamedProviderUsed() - Method in class org.apache.sshd.common.util.security.SunJCESecurityProviderRegistrar
- isNegated() - Method in class org.apache.sshd.client.config.hosts.HostPatternValue
- isNegativeOrNull(Duration) - Static method in class org.apache.sshd.common.util.GenericUtils
-
Check if a duration is negative or zero
- isNetI2pCryptoEdDSARegistered() - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- isNoneCipherIncluded(String) - Static method in class org.apache.sshd.common.cipher.BuiltinCiphers.Constants
- isNoneValue(String) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- isNormal() - Method in class org.apache.sshd.common.file.util.BasePath
- isNotBlank(CharSequence) - Static method in class org.apache.sshd.common.util.GenericUtils
- isNotEmpty(CharSequence) - Static method in class org.apache.sshd.common.util.GenericUtils
- isNotEmpty(Iterable<? extends T>) - Static method in class org.apache.sshd.common.util.GenericUtils
- isNotEmpty(Collection<?>) - Static method in class org.apache.sshd.common.util.GenericUtils
- isNotEmpty(Iterator<? extends T>) - Static method in class org.apache.sshd.common.util.GenericUtils
- isNotEmpty(Map<?, ?>) - Static method in class org.apache.sshd.common.util.MapEntryUtils
- isNoTouchRequired() - Method in interface org.apache.sshd.common.config.keys.u2f.SecurityKeyPublicKey
- isNoTouchRequired() - Method in class org.apache.sshd.common.config.keys.u2f.SkEcdsaPublicKey
- isNoTouchRequired() - Method in class org.apache.sshd.common.config.keys.u2f.SkED25519PublicKey
- isNumericClass(Class<?>) - Static method in class org.apache.sshd.common.util.NumberUtils
- ISO646_STRING - Enum constant in enum org.apache.sshd.common.util.io.der.ASN1Type
- isOpen() - Method in interface org.apache.sshd.common.Closeable
- isOpen() - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystem
- isOpen() - Method in class org.apache.sshd.common.file.root.RootedFileSystem
- isOpen() - Method in class org.apache.sshd.common.file.util.MockFileSystem
- isOpen() - Method in class org.apache.sshd.common.util.io.input.CloseableEmptyInputStream
- isOpen() - Method in class org.apache.sshd.common.util.io.input.LimitInputStream
- isOpen() - Method in class org.apache.sshd.common.util.io.input.NullInputStream
- isOpen() - Method in class org.apache.sshd.common.util.io.output.NullOutputStream
- isOSX() - Static method in class org.apache.sshd.common.util.OsUtils
- isOverwriteAllowed() - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- isPortMatch(int, int) - Static method in class org.apache.sshd.client.config.hosts.HostPatternsHolder
- isPositive(Duration) - Static method in class org.apache.sshd.common.util.GenericUtils
-
Check if a duration is positive
- isPrivateIPv4Address(String) - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
-
Checks if the address is one of the allocated private blocks
- isProviderRegistered(String) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- isPublicKeyRecoverySupported() - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHDSSPrivateKeyEntryDecoder
- isPublicKeyRecoverySupported() - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHRSAPrivateKeyDecoder
- isPublicKeyRecoverySupported() - Method in interface org.apache.sshd.common.config.keys.PrivateKeyEntryDecoder
- isPublicKeyRecoverySupported() - Method in class org.apache.sshd.common.util.security.eddsa.generic.GenericOpenSSHEd25519PrivateKeyEntryDecoder
- isQueryOpenMethodInvocation(Method) - Static method in class org.apache.sshd.common.util.closeable.NioChannelDelegateInvocationHandler
- isQueryOpenMethodInvocation(Method, Object[]) - Static method in class org.apache.sshd.common.util.closeable.NioChannelDelegateInvocationHandler
- isReadOnly() - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystem
- isReadOnly() - Method in class org.apache.sshd.common.file.root.RootedFileSystem
- isReadOnly() - Method in class org.apache.sshd.common.file.util.BaseFileSystem
- isReadOnly() - Method in class org.apache.sshd.common.file.util.MockFileSystem
- ISREG - Static variable in interface org.apache.sshd.common.util.io.FileInfoExtractor
- isRegistrationCompleted() - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- isSameFile(Path, Path) - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystemProvider
- isSameFile(Path, Path) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- isSameReference(T, T) - Static method in interface org.apache.sshd.common.util.functors.UnaryEquator
- isSecureAuthenticationTransport(SessionContext) - Static method in interface org.apache.sshd.common.auth.UserAuthMethodFactory
-
According to RFC 4252 - section 8:
- isSecureSessionTransport(SessionContext) - Static method in interface org.apache.sshd.common.session.SessionContext
- isSecurityEntitySupported(Class<?>, String) - Method in class org.apache.sshd.common.util.security.AbstractSecurityProviderRegistrar
- isSecurityEntitySupported(Class<?>, String) - Method in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleSecurityProviderRegistrar
- isSecurityEntitySupported(Class<?>, String) - Method in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderRegistrar
- isSecurityEntitySupported(Class<?>, String) - Method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- isSecurityEntitySupported(PropertyResolver, String, Class<?>, String, String) - Static method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- isSecurityEntitySupported(SecurityProviderRegistrar, Class<?>, String, String) - Static method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
-
Checks whether the requested entity type algorithm/name is listed as supported by the registrar's configuration
- isServerSession() - Method in interface org.apache.sshd.common.session.SessionContext
-
Quick indication if this is a server or client session (instead of having to ask
instanceof). - isShutdown() - Method in class org.apache.sshd.common.util.threads.NoCloseExecutor
- isShutdown() - Method in class org.apache.sshd.common.util.threads.SshThreadPoolExecutor
- isSignatureSupported(String) - Method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- isSpecificHostPattern(String) - Static method in class org.apache.sshd.client.config.hosts.HostPatternsHolder
- isStrict() - Method in class org.apache.sshd.client.config.hosts.DefaultConfigFileHostEntryResolver
- isStrict() - Method in class org.apache.sshd.client.config.keys.ClientIdentityFileWatcher
- isSupported() - Method in enum org.apache.sshd.common.cipher.BuiltinCiphers
- isSupported() - Method in enum org.apache.sshd.common.cipher.ECCurves
- isSupported() - Method in enum org.apache.sshd.common.compression.BuiltinCompressions
- isSupported() - Method in enum org.apache.sshd.common.config.CompressionConfigValue
- isSupported() - Method in enum org.apache.sshd.common.config.keys.BuiltinIdentities
- isSupported() - Method in enum org.apache.sshd.common.digest.BuiltinDigests
- isSupported() - Method in enum org.apache.sshd.common.mac.BuiltinMacs
- isSupported() - Method in interface org.apache.sshd.common.OptionalFeature
- isSupported() - Method in class org.apache.sshd.common.random.JceRandomFactory
- isSupported() - Method in class org.apache.sshd.common.random.SingletonRandomFactory
- isSupported() - Method in enum org.apache.sshd.common.signature.BuiltinSignatures
- isSupported() - Method in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleRandomFactory
- isSupported() - Method in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleSecurityProviderRegistrar
- isSupported() - Method in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderRegistrar
- isSupported() - Method in class org.apache.sshd.common.util.security.SunJCESecurityProviderRegistrar
- isSupported(SessionContext, KeyPair) - Method in class org.apache.sshd.client.config.keys.BuiltinClientIdentitiesWatcher
- isSupportedOnly() - Method in class org.apache.sshd.client.config.keys.BuiltinClientIdentitiesWatcher
- ISSYMLINK - Static variable in interface org.apache.sshd.common.util.io.FileInfoExtractor
- isTerminated() - Method in class org.apache.sshd.common.util.threads.NoCloseExecutor
- isTerminated() - Method in class org.apache.sshd.common.util.threads.SshThreadPoolExecutor
- isTerminating() - Method in class org.apache.sshd.common.util.threads.SshThreadPoolExecutor
- isTraceEnabled() - Method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- isTraceEnabled() - Method in class org.apache.sshd.common.util.logging.SimplifiedLoggerSkeleton
- isTraceEnabled(Level) - Static method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- ISTRIP - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Strip 8th bit off characters.
- isUNIX() - Static method in class org.apache.sshd.common.util.OsUtils
- isValidAt(OpenSshCertificate, Instant) - Static method in interface org.apache.sshd.common.config.keys.OpenSshCertificate
-
Determines whether the given
OpenSshCertificateis valid at the givenInstant. - isValidHostAddress(InetAddress) - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
- isValidInt32Value(long) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- isValidIPv4AddressComponent(CharSequence) - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
-
Checks if the provided argument is a valid IPv4 address component:
- isValidLocation(NamedResource) - Method in interface org.apache.sshd.client.config.keys.ClientIdentityLoader
- isValidMessageStructure(Class<?>...) - Method in class org.apache.sshd.common.util.buffer.Buffer
- isValidMessageStructure(Collection<Class<?>>) - Method in class org.apache.sshd.common.util.buffer.Buffer
- isValidNow(OpenSshCertificate) - Static method in interface org.apache.sshd.common.config.keys.OpenSshCertificate
-
Determines whether the given
OpenSshCertificateis valid at the current local system time. - isValidPatternChar(char) - Static method in class org.apache.sshd.client.config.hosts.HostPatternsHolder
-
Checks if the given character is valid for a host pattern.
- isValidSessionPayloadSize(long) - Static method in interface org.apache.sshd.common.session.SessionContext
- isValidUint32Value(long) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- isValidVersionPrefix(String) - Static method in interface org.apache.sshd.common.session.SessionContext
- isWarnEnabled() - Method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- isWarnEnabled() - Method in class org.apache.sshd.common.util.logging.SimplifiedLoggerSkeleton
- isWarnEnabled(Level) - Static method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- isWildcardAddress(String) - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
- isWin32() - Static method in class org.apache.sshd.common.util.OsUtils
- isWindowsDriveSpecified(CharSequence) - Static method in class org.apache.sshd.common.util.SelectorUtils
- isWindowsDriveSpecified(CharSequence, int, int) - Static method in class org.apache.sshd.common.util.SelectorUtils
- isWindowsExecutable(String) - Static method in class org.apache.sshd.common.util.io.IoUtils
- isWriteEnabled() - Method in interface org.apache.sshd.common.util.io.output.LineLevelAppender
- isWritten() - Method in class org.apache.sshd.common.io.AbstractIoWriteFuture
- isWritten() - Method in interface org.apache.sshd.common.io.IoWriteFuture
- iterableOf(SessionContext, Collection<? extends PasswordIdentityProvider>) - Static method in interface org.apache.sshd.client.auth.password.PasswordIdentityProvider
-
Wraps a group of
PasswordIdentityProviderinto anIterableof their combined passwords - iterableOf(SessionContext, Collection<? extends KeyIdentityProvider>) - Static method in interface org.apache.sshd.common.keyprovider.KeyIdentityProvider
- iterateDefaultClassLoaders(Class<?>) - Static method in class org.apache.sshd.common.util.threads.ThreadUtils
- iterator() - Method in class org.apache.sshd.common.file.root.RootedDirectoryStream
- iterator() - Method in class org.apache.sshd.common.file.util.BasePath
- iterator() - Method in class org.apache.sshd.common.file.util.MockPath
- iterator() - Method in class org.apache.sshd.common.util.helper.LazyIterablesConcatenator
- iterator() - Method in class org.apache.sshd.common.util.helper.LazyMatchingTypeIterable
- iteratorOf(Iterable<T>) - Static method in class org.apache.sshd.common.util.GenericUtils
-
Resolves to an always non-
nulliterator - iteratorOf(Iterator<T>) - Static method in class org.apache.sshd.common.util.GenericUtils
-
Resolves to an always non-
nulliterator - iteratorOf(SessionContext, HostKeyIdentityProvider) - Static method in interface org.apache.sshd.client.auth.hostbased.HostKeyIdentityProvider
- iteratorOf(SessionContext, PasswordIdentityProvider) - Static method in interface org.apache.sshd.client.auth.password.PasswordIdentityProvider
-
Resolves a non-
nulliterator of the available passwords - iteratorOf(SessionContext, PasswordIdentityProvider, PasswordIdentityProvider) - Static method in interface org.apache.sshd.client.auth.password.PasswordIdentityProvider
-
Creates a "unified"
Iteratorof passwords out of 2 possiblePasswordIdentityProvider - IUCLC - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Translate uppercase characters to lowercase.
- IUTF8 - Enum constant in enum org.apache.sshd.common.channel.PtyMode
- iv - Variable in class org.apache.sshd.common.cipher.BaseGCMCipher.CounterGCMParameterSpec
- IXANY - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Any char will restart after stop.
- IXOFF - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Enable input flow control.
- IXON - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Enable output flow control.
J
- JAVA_VERSION_OVERRIDE_PROP - Static variable in class org.apache.sshd.common.util.OsUtils
-
Property that can be used to override the reported value from
OsUtils.getJavaVersion(). - JceRandom - Class in org.apache.sshd.common.random
-
A
Randomimplementation using the built-inSecureRandomPRNG. - JceRandom() - Constructor for class org.apache.sshd.common.random.JceRandom
- JceRandomFactory - Class in org.apache.sshd.common.random
-
Named factory for the JCE
Random - JceRandomFactory() - Constructor for class org.apache.sshd.common.random.JceRandomFactory
- join(char, boolean, byte...) - Static method in class org.apache.sshd.common.util.NumberUtils
- join(char, int...) - Static method in class org.apache.sshd.common.util.NumberUtils
- join(char, long...) - Static method in class org.apache.sshd.common.util.NumberUtils
- join(CharSequence, boolean, byte...) - Static method in class org.apache.sshd.common.util.NumberUtils
- join(CharSequence, int...) - Static method in class org.apache.sshd.common.util.NumberUtils
- join(CharSequence, long...) - Static method in class org.apache.sshd.common.util.NumberUtils
- join(Iterable<?>, char) - Static method in class org.apache.sshd.common.util.GenericUtils
- join(Iterable<?>, CharSequence) - Static method in class org.apache.sshd.common.util.GenericUtils
- join(Iterator<?>, char) - Static method in class org.apache.sshd.common.util.GenericUtils
- join(Iterator<?>, CharSequence) - Static method in class org.apache.sshd.common.util.GenericUtils
- join(T[], char) - Static method in class org.apache.sshd.common.util.GenericUtils
- join(T[], CharSequence) - Static method in class org.apache.sshd.common.util.GenericUtils
- joinDataLines(Collection<String>) - Static method in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceParser
K
- KB_INTERACTIVE - Static variable in interface org.apache.sshd.common.auth.UserAuthMethodFactory
-
Keyboard interactive authentication method
- KBD_INTERACTIVE_CONFIG_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- KEEP_ALIVE_CONFIG_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- KEX_ALGORITHMS_CONFIG_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- KexExtensionParser<T> - Interface in org.apache.sshd.common.kex.extension
-
Parses a known KEX extension
- KexExtensions - Class in org.apache.sshd.common.kex.extension
-
Provides some helpers for RFC 8308
- KexProposalOption - Enum in org.apache.sshd.common.kex
- KexProposalOption.Constants - Class in org.apache.sshd.common.kex
- KexState - Enum in org.apache.sshd.common.kex
-
Used to track the key-exchange (KEX) protocol progression.
- KEY_BYTES - Static variable in class org.apache.sshd.common.mac.Poly1305Mac
- KEY_FINGERPRINT_FACTORY_PROP - Static variable in class org.apache.sshd.common.config.keys.KeyUtils
-
System property that can be used to control the default fingerprint factory used for keys.
- KEY_REGENERATE_INTERVAL_CONFIG_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- KEY_SIZE - Static variable in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderUtils
- KEY_SIZE - Static variable in interface org.apache.sshd.common.util.security.eddsa.generic.EdDSASupport
- KEY_TYPE - Static variable in class org.apache.sshd.common.config.keys.impl.SkECDSAPublicKeyEntryDecoder
- KEY_TYPE - Static variable in class org.apache.sshd.common.config.keys.impl.SkED25519PublicKeyEntryDecoder
- KEY_TYPES - Static variable in enum org.apache.sshd.common.cipher.ECCurves
-
A
Setof all the known curves key types - KEY_TYPES - Static variable in class org.apache.sshd.common.util.buffer.keys.OpenSSHCertPublicKeyParser
- KeyEncryptor(OpenSSHKeyEncryptionContext) - Constructor for class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyPairResourceWriter.KeyEncryptor
- KeyEntryResolver<PUB,
PRV> - Interface in org.apache.sshd.common.config.keys - KeyIdentityProvider - Interface in org.apache.sshd.common.keyprovider
- KeyIdentityProviderHolder - Interface in org.apache.sshd.common.keyprovider
-
TODO Add javadoc
- KEYPAIR_IDENTITY_COMPARATOR - Static variable in interface org.apache.sshd.client.auth.AuthenticationIdentitiesProvider
- KeyPairIterator(SessionContext, Collection<? extends R>) - Constructor for class org.apache.sshd.common.keyprovider.AbstractResourceKeyPairProvider.KeyPairIterator
- KeyPairPEMResourceParser - Interface in org.apache.sshd.common.config.keys.loader.pem
-
The reported algorithm name refers to the encryption algorithm name - e.g., "RSA", "DSA"
- KeyPairProvider - Interface in org.apache.sshd.common.keyprovider
-
Provider for key pairs.
- KeyPairProviderHolder - Interface in org.apache.sshd.common.keyprovider
- KeyPairResourceLoader - Interface in org.apache.sshd.common.config.keys.loader
-
Loads
KeyPairs from text resources - KeyPairResourceParser - Interface in org.apache.sshd.common.config.keys.loader
- KeyPairResourceWriter<OPTIONS> - Interface in org.apache.sshd.common.config.keys.writer
-
A
KeyPairResourceWritercan serialize keys to an external representation. - KeyRandomArt - Class in org.apache.sshd.common.config.keys
-
Draw an ASCII-Art representing the fingerprint so human brain can profit from its built-in pattern recognition ability.
- KeyRandomArt(String, int, byte[]) - Constructor for class org.apache.sshd.common.config.keys.KeyRandomArt
- KeyRandomArt(PublicKey) - Constructor for class org.apache.sshd.common.config.keys.KeyRandomArt
- KeyRandomArt(PublicKey, Digest) - Constructor for class org.apache.sshd.common.config.keys.KeyRandomArt
- KeyRandomArt(PublicKey, Factory<? extends Digest>) - Constructor for class org.apache.sshd.common.config.keys.KeyRandomArt
- KEYS - Enum constant in enum org.apache.sshd.common.kex.KexState
-
Keys have been exchanged; this party has sent its SSH_MSG_NEW_KEYS.
- keySet() - Method in class org.apache.sshd.common.SyspropsMapWrapper
- keySet() - Method in class org.apache.sshd.common.util.IgnoringEmptyMap
- keysHolder - Variable in class org.apache.sshd.common.config.keys.loader.FileWatcherKeyPairResourceLoader
- KeySizeIndicator - Interface in org.apache.sshd.common.keyprovider
- keyStream - Variable in class org.apache.sshd.common.cipher.ChaCha20Cipher.ChaChaEngine
- KeyTypeIndicator - Interface in org.apache.sshd.common.keyprovider
- KeyTypeNamesSupport - Interface in org.apache.sshd.common.config.keys
-
TODO Add javadoc
- KeyUtils - Class in org.apache.sshd.common.config.keys
-
Utility class for keys
- KILL - Enum constant in enum org.apache.sshd.server.Signal
- KnownHostDigest - Enum in org.apache.sshd.client.config.hosts
-
Available digesters for known hosts entries
- KnownHostEntry - Class in org.apache.sshd.client.config.hosts
-
Contains a representation of an entry in the
known_hostsfile - KnownHostEntry() - Constructor for class org.apache.sshd.client.config.hosts.KnownHostEntry
- KnownHostEntry(String) - Constructor for class org.apache.sshd.client.config.hosts.KnownHostEntry
- KnownHostHashValue - Class in org.apache.sshd.client.config.hosts
- KnownHostHashValue() - Constructor for class org.apache.sshd.client.config.hosts.KnownHostHashValue
L
- LANGUAGE_PROPOSALS - Static variable in enum org.apache.sshd.common.kex.KexProposalOption
- last(boolean) - Method in class org.apache.sshd.common.net.InetAddressRange
-
Retrieves the last address of this range as a MSB-first byte array.
- LASTACC_TIME_VIEW_ATTR - Static variable in class org.apache.sshd.common.util.io.IoUtils
- lastIndexOf(CharSequence, char) - Static method in class org.apache.sshd.common.util.GenericUtils
- LASTMOD_TIME_VIEW_ATTR - Static variable in class org.apache.sshd.common.util.io.IoUtils
- lastModified() - Method in class org.apache.sshd.common.util.io.ModifiableFileWatcher
- LASTMODIFIED - Static variable in interface org.apache.sshd.common.util.io.FileInfoExtractor
- LazyClientIdentityIterator - Class in org.apache.sshd.client.config.keys
-
Wraps several
ClientIdentityProviderinto aKeyPairIteratorthat invokes each provider "lazily" - i.e., only whenIterator.hasNext()is invoked. - LazyClientIdentityIterator(Iterator<? extends ClientIdentityProvider>, Function<? super ClientIdentityProvider, ? extends Iterable<KeyPair>>, Predicate<KeyPair>) - Constructor for class org.apache.sshd.client.config.keys.LazyClientIdentityIterator
- LazyClientKeyIdentityProvider - Class in org.apache.sshd.client.config.keys
-
TODO Add javadoc
- LazyClientKeyIdentityProvider(ClientIdentityLoader, Collection<? extends NamedResource>, FilePasswordProvider, boolean) - Constructor for class org.apache.sshd.client.config.keys.LazyClientKeyIdentityProvider
- lazyConcatenateIterables(Iterable<? extends Iterable<? extends T>>) - Static method in class org.apache.sshd.common.util.helper.LazyIterablesConcatenator
- LazyIterablesConcatenator<T> - Class in org.apache.sshd.common.util.helper
-
Creates a "smooth" wrapping
Iterableusing several underlying ones to provide the values. - LazyIterablesConcatenator(Iterable<? extends Iterable<? extends T>>) - Constructor for class org.apache.sshd.common.util.helper.LazyIterablesConcatenator
- lazyKeysIterator(Iterator<? extends ClientIdentityProvider>, Function<? super ClientIdentityProvider, ? extends Iterable<KeyPair>>, Predicate<KeyPair>) - Static method in interface org.apache.sshd.client.config.keys.ClientIdentityProvider
-
Wraps several
ClientIdentityProviderinto aKeyPairIteratorthat invokes each provider "lazily" - i.e., only whenIterator.hasNext()is invoked. - lazyKeysLoader(Iterable<? extends ClientIdentityProvider>, Function<? super ClientIdentityProvider, ? extends Iterable<KeyPair>>, Predicate<KeyPair>) - Static method in interface org.apache.sshd.client.config.keys.ClientIdentityProvider
-
Wraps several
ClientIdentityProviderinto aKeyPairIterablethat invokes each provider "lazily" - i.e., only whenIterator.hasNext()is invoked. - LazyMatchingTypeIterable<T> - Class in org.apache.sshd.common.util.helper
-
Provides a selective
Iterableover values that match a specific type out of all available. - LazyMatchingTypeIterable(Iterable<?>, Class<T>) - Constructor for class org.apache.sshd.common.util.helper.LazyMatchingTypeIterable
- LazyMatchingTypeIterator<T> - Class in org.apache.sshd.common.util.helper
-
An
Iteratorthat selects only objects of a certain type from the underlying available ones. - LazyMatchingTypeIterator(Iterator<?>, Class<T>) - Constructor for class org.apache.sshd.common.util.helper.LazyMatchingTypeIterator
- lazySelectMatchingTypes(Iterable<?>, Class<T>) - Static method in class org.apache.sshd.common.util.helper.LazyMatchingTypeIterable
- lazySelectMatchingTypes(Iterator<?>, Class<T>) - Static method in class org.apache.sshd.common.util.helper.LazyMatchingTypeIterator
- length(byte...) - Static method in class org.apache.sshd.common.util.NumberUtils
- length(char[]) - Static method in class org.apache.sshd.common.util.GenericUtils
- length(int...) - Static method in class org.apache.sshd.common.util.NumberUtils
- length(long...) - Static method in class org.apache.sshd.common.util.NumberUtils
- length(CharSequence) - Static method in class org.apache.sshd.common.util.GenericUtils
- length(T...) - Static method in class org.apache.sshd.common.util.GenericUtils
- LimitInputStream - Class in org.apache.sshd.common.util.io.input
-
Reads from another
InputStreamup to specified max. length - LimitInputStream(InputStream, long) - Constructor for class org.apache.sshd.common.util.io.input.LimitInputStream
- LINE_LENGTH - Static variable in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyPairResourceWriter
- lineBuf - Variable in class org.apache.sshd.common.util.io.output.LineLevelAppenderStream
- lineBuf - Variable in class org.apache.sshd.common.util.io.output.LineOutputStream
- LineDataConsumer - Interface in org.apache.sshd.common.util.io
- LineLevelAppender - Interface in org.apache.sshd.common.util.io.output
- LineLevelAppenderStream - Class in org.apache.sshd.common.util.io.output
-
Accumulates all written data into a work buffer and calls the actual writing method only when LF detected.
- LineLevelAppenderStream(String, LineLevelAppender) - Constructor for class org.apache.sshd.common.util.io.output.LineLevelAppenderStream
- LineLevelAppenderStream(CharsetDecoder, LineLevelAppender) - Constructor for class org.apache.sshd.common.util.io.output.LineLevelAppenderStream
- LineLevelAppenderStream(Charset, LineLevelAppender) - Constructor for class org.apache.sshd.common.util.io.output.LineLevelAppenderStream
- LineLevelAppenderStream(LineLevelAppender) - Constructor for class org.apache.sshd.common.util.io.output.LineLevelAppenderStream
- LineOutputStream - Class in org.apache.sshd.common.util.io.output
-
Calls the actual writing method only when LF detected in the written stream.
- LineOutputStream() - Constructor for class org.apache.sshd.common.util.io.output.LineOutputStream
- LINUX_COMMAND - Static variable in class org.apache.sshd.common.util.OsUtils
- LINUX_SHELL_COMMAND_NAME - Static variable in class org.apache.sshd.common.util.OsUtils
- LISTEN_ADDRESS_CONFIG_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- LISTENER_INSTANCE_COMPARATOR - Static variable in class org.apache.sshd.common.util.EventListenerUtils
-
A special "comparator" whose only purpose is to ensure there are no same references in a listener's set - to be used in conjunction with a
TreeSetas its comparator - ListParseResult<E> - Class in org.apache.sshd.common.config
-
Used to hold the result of parsing a list of value.
- ListParseResult(List<E>, List<String>) - Constructor for class org.apache.sshd.common.config.ListParseResult
- loadCertificate(SessionContext, String) - Method in interface org.apache.sshd.common.keyprovider.HostKeyCertificateProvider
- loadCertificates(SessionContext) - Method in class org.apache.sshd.common.keyprovider.FileHostKeyCertificateProvider
- loadCertificates(SessionContext) - Method in interface org.apache.sshd.common.keyprovider.HostKeyCertificateProvider
- loadClientIdentities(SessionContext, NamedResource) - Method in class org.apache.sshd.client.config.keys.LazyClientKeyIdentityProvider
- loadClientIdentities(SessionContext, NamedResource, FilePasswordProvider) - Method in interface org.apache.sshd.client.config.keys.ClientIdentityLoader
- loadDefaultIdentities(boolean, FilePasswordProvider, LinkOption...) - Static method in class org.apache.sshd.client.config.keys.ClientIdentity
- loadDefaultIdentities(Path, boolean, FilePasswordProvider, LinkOption...) - Static method in class org.apache.sshd.client.config.keys.ClientIdentity
- loadDefaultKeyPairProvider(boolean, boolean, FilePasswordProvider, LinkOption...) - Static method in class org.apache.sshd.client.config.keys.ClientIdentity
- loadDefaultKeyPairProvider(Path, boolean, boolean, FilePasswordProvider, LinkOption...) - Static method in class org.apache.sshd.client.config.keys.ClientIdentity
- loaderHolderOf(ClientIdentityLoader) - Static method in interface org.apache.sshd.client.config.keys.ClientIdentityLoaderHolder
- loadFromFile(SessionContext, String, Path) - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- loadHostKeys(SessionContext) - Method in interface org.apache.sshd.client.auth.hostbased.HostKeyIdentityProvider
- loadIdentities(SessionContext) - Method in interface org.apache.sshd.client.auth.AuthenticationIdentitiesProvider
- loadIdentities(SessionContext, Path, boolean, Collection<String>, Function<? super String, String>, FilePasswordProvider, LinkOption...) - Static method in class org.apache.sshd.client.config.keys.ClientIdentity
-
Scans a folder and loads all available identity files
- loadIdentities(SessionContext, Map<String, ? extends Path>, FilePasswordProvider, OpenOption...) - Static method in class org.apache.sshd.common.config.keys.IdentityUtils
- loadKey(SessionContext, String) - Method in interface org.apache.sshd.common.keyprovider.KeyPairProvider
-
Load a key of the specified type which can be "ssh-rsa", "ssh-dss", or "ecdsa-sha2-nistp{256,384,521}".
- loadKey(SessionContext, String) - Method in class org.apache.sshd.common.keyprovider.MappedKeyPairProvider
- loadKeyPair(SessionContext, NamedResource, InputStream, FilePasswordProvider) - Static method in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleKeyPairResourceParser
- loadKeyPairIdentities(SessionContext, NamedResource, InputStream, FilePasswordProvider) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- loadKeyPairs(SessionContext, URL, FilePasswordProvider) - Method in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
- loadKeyPairs(SessionContext, URL, FilePasswordProvider, Charset) - Method in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
- loadKeyPairs(SessionContext, Path, FilePasswordProvider, Charset, OpenOption...) - Method in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
- loadKeyPairs(SessionContext, Path, FilePasswordProvider, OpenOption...) - Method in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
-
Loads private key data - Note: any non-ASCII characters are assumed to be UTF-8 encoded
- loadKeyPairs(SessionContext, NamedResource, FilePasswordProvider, BufferedReader) - Method in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
- loadKeyPairs(SessionContext, NamedResource, FilePasswordProvider, InputStream) - Method in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
- loadKeyPairs(SessionContext, NamedResource, FilePasswordProvider, InputStream, Charset) - Method in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
- loadKeyPairs(SessionContext, NamedResource, FilePasswordProvider, Reader) - Method in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
- loadKeyPairs(SessionContext, NamedResource, FilePasswordProvider, String) - Method in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
- loadKeyPairs(SessionContext, NamedResource, FilePasswordProvider, List<String>) - Method in class org.apache.sshd.common.config.keys.loader.AbstractKeyPairResourceParser
- loadKeyPairs(SessionContext, NamedResource, FilePasswordProvider, List<String>) - Method in class org.apache.sshd.common.config.keys.loader.FileWatcherKeyPairResourceLoader
- loadKeyPairs(SessionContext, NamedResource, FilePasswordProvider, List<String>) - Method in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
-
Loads key pairs from the given resource text lines
- loadKeyPairs(SessionContext, IoResource<?>, FilePasswordProvider) - Method in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
- loadKeyPairs(SessionContext, IoResource<?>, FilePasswordProvider, Charset) - Method in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
- loadKeys(SessionContext) - Method in class org.apache.sshd.client.config.keys.BuiltinClientIdentitiesWatcher
- loadKeys(SessionContext) - Method in class org.apache.sshd.client.config.keys.ClientIdentitiesWatcher
- loadKeys(SessionContext) - Method in class org.apache.sshd.client.config.keys.LazyClientKeyIdentityProvider
- loadKeys(SessionContext) - Method in class org.apache.sshd.common.keyprovider.ClassLoadableResourceKeyPairProvider
- loadKeys(SessionContext) - Method in class org.apache.sshd.common.keyprovider.FileKeyPairProvider
- loadKeys(SessionContext) - Method in interface org.apache.sshd.common.keyprovider.KeyIdentityProvider
-
Load available keys.
- loadKeys(SessionContext) - Method in class org.apache.sshd.common.keyprovider.MappedKeyPairProvider
- loadKeys(SessionContext) - Method in class org.apache.sshd.common.keyprovider.MultiKeyIdentityProvider
- loadKeys(SessionContext) - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- loadKeys(SessionContext, Collection<? extends R>) - Method in class org.apache.sshd.common.keyprovider.AbstractResourceKeyPairProvider
- loadKeys(SessionContext, Predicate<KeyPair>) - Method in class org.apache.sshd.client.config.keys.ClientIdentitiesWatcher
- loadPasswords(SessionContext) - Method in interface org.apache.sshd.client.auth.password.PasswordIdentityProvider
- loadPublicKey(Path) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
-
Reads a single
PublicKeyfrom a public key file. - LOCAL_HOME_MACRO - Static variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- LOCAL_HOST_MACRO - Static variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- LOCAL_USER_MACRO - Static variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- LOCAL0 - Enum constant in enum org.apache.sshd.common.config.SyslogFacilityValue
- LOCAL1 - Enum constant in enum org.apache.sshd.common.config.SyslogFacilityValue
- LOCAL2 - Enum constant in enum org.apache.sshd.common.config.SyslogFacilityValue
- LOCAL3 - Enum constant in enum org.apache.sshd.common.config.SyslogFacilityValue
- LOCAL4 - Enum constant in enum org.apache.sshd.common.config.SyslogFacilityValue
- LOCAL5 - Enum constant in enum org.apache.sshd.common.config.SyslogFacilityValue
- LOCAL6 - Enum constant in enum org.apache.sshd.common.config.SyslogFacilityValue
- LOCAL7 - Enum constant in enum org.apache.sshd.common.config.SyslogFacilityValue
- LOCALHOST_ADDRESS - Static variable in class org.apache.sshd.common.util.net.SshdSocketAddress
-
A dummy placeholder that can be used instead of
nulls - LOCALHOST_IPV4 - Static variable in class org.apache.sshd.common.util.net.SshdSocketAddress
- LOCALHOST_NAME - Static variable in class org.apache.sshd.common.util.net.SshdSocketAddress
- log - Variable in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- log - Variable in class org.apache.sshd.common.file.util.BaseFileSystem
- log - Variable in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- log(Level, Object) - Method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- log(Level, Object, Throwable) - Method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- LOG_LEVEL_CONFIG_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- LoggerSkeleton - Class in org.apache.sshd.common.util.logging
-
Provides some more default implementations for
Loggerinterface methods - LoggerSkeleton(String) - Constructor for class org.apache.sshd.common.util.logging.LoggerSkeleton
- loggingClosure(Logger, Level) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- loggingClosure(Logger, Level, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- LoggingFilterOutputStream - Class in org.apache.sshd.common.util.io.output
-
Dumps everything that is written to the stream to the logger
- LoggingFilterOutputStream(OutputStream, String, Logger, int) - Constructor for class org.apache.sshd.common.util.io.output.LoggingFilterOutputStream
- LoggingFilterOutputStream(OutputStream, String, Logger, PropertyResolver) - Constructor for class org.apache.sshd.common.util.io.output.LoggingFilterOutputStream
- LoggingUtils - Class in org.apache.sshd.common.util.logging
- LOGIN_GRACE_TIME_CONFIG_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- LogLevelValue - Enum in org.apache.sshd.common.config
- logMessage(Logger, Level, Object, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- long_(String) - Static method in interface org.apache.sshd.common.Property
- long_(String, long) - Static method in interface org.apache.sshd.common.Property
- LongProperty(String) - Constructor for class org.apache.sshd.common.Property.LongProperty
- LongProperty(String, Long) - Constructor for class org.apache.sshd.common.Property.LongProperty
M
- mac - Variable in class org.apache.sshd.common.cipher.ChaCha20Cipher
- Mac - Interface in org.apache.sshd.common.mac
-
Message Authentication Code for use in SSH.
- MAC_PROPOSALS - Static variable in enum org.apache.sshd.common.kex.KexProposalOption
- MacFactory - Interface in org.apache.sshd.common.mac
- MacInformation - Interface in org.apache.sshd.common.mac
-
The reported algorithm name refers to the MAC being used
- MACS_CONFIG_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- ManagedExecutorServiceSupplier - Interface in org.apache.sshd.common.util.threads
- map(Collection<? extends T>, Function<? super T, ? extends U>) - Static method in class org.apache.sshd.common.util.GenericUtils
- MAP_TO_KEY_PAIR_PROVIDER - Static variable in class org.apache.sshd.common.keyprovider.MappedKeyPairProvider
-
Transforms a
MapofString->KeyPairto aKeyPairProviderwhere map key is the type and value is the associatedKeyPair - MapBuilder() - Constructor for class org.apache.sshd.common.util.MapEntryUtils.MapBuilder
- MapEntryUtils - Class in org.apache.sshd.common.util
-
Represents an un-modifiable pair of values
- MapEntryUtils.EnumMapBuilder<K,
V> - Class in org.apache.sshd.common.util - MapEntryUtils.GenericMapPopulator<K,
V, - Class in org.apache.sshd.common.utilM> - MapEntryUtils.MapBuilder<K,
V> - Class in org.apache.sshd.common.util - MapEntryUtils.NavigableMapBuilder<K,
V> - Class in org.apache.sshd.common.util - MappedKeyPairProvider - Class in org.apache.sshd.common.keyprovider
- MappedKeyPairProvider(KeyPair...) - Constructor for class org.apache.sshd.common.keyprovider.MappedKeyPairProvider
- MappedKeyPairProvider(Collection<KeyPair>) - Constructor for class org.apache.sshd.common.keyprovider.MappedKeyPairProvider
- MappedKeyPairProvider(Map<String, KeyPair>) - Constructor for class org.apache.sshd.common.keyprovider.MappedKeyPairProvider
- mapSort(Collection<? extends T>, Function<? super T, ? extends U>, Comparator<? super U>) - Static method in class org.apache.sshd.common.util.GenericUtils
- mapUniquePairs(Collection<KeyPair>) - Static method in class org.apache.sshd.common.keyprovider.MappedKeyPairProvider
- mapValues(Function<? super V, ? extends K>, Supplier<? extends M>, Collection<? extends V>) - Static method in class org.apache.sshd.common.util.MapEntryUtils
-
Creates a map out of a group of values
- mapValues(Function<? super V, ? extends K>, Supplier<? extends M>, V...) - Static method in class org.apache.sshd.common.util.MapEntryUtils
- mark(int) - Method in class org.apache.sshd.common.util.io.input.EmptyInputStream
- MARKER_INDICATOR - Static variable in class org.apache.sshd.client.config.hosts.KnownHostEntry
-
Character that denotes that start of a marker
- match(String, String) - Static method in class org.apache.sshd.common.util.SelectorUtils
-
Tests whether or not a string matches against a pattern.
- match(String, String, boolean) - Static method in class org.apache.sshd.common.util.SelectorUtils
-
Tests whether or not a string matches against a pattern.
- MATCH_CONFIG_PROP - Static variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- matchAntPathPattern(String, String, boolean) - Static method in class org.apache.sshd.common.util.SelectorUtils
- matchAntPathPattern(String, String, String, boolean) - Static method in class org.apache.sshd.common.util.SelectorUtils
- matchAntPathPatternStart(String, String, String, boolean) - Static method in class org.apache.sshd.common.util.SelectorUtils
- matchPath(String, String) - Static method in class org.apache.sshd.common.util.SelectorUtils
-
Tests whether or not a given path matches a given pattern.
- matchPath(String, String, boolean) - Static method in class org.apache.sshd.common.util.SelectorUtils
-
Tests whether or not a given path matches a given pattern.
- matchPath(String, String, String, boolean) - Static method in class org.apache.sshd.common.util.SelectorUtils
- matchPatternStart(String, String) - Static method in class org.apache.sshd.common.util.SelectorUtils
-
Tests whether or not a given path matches the start of a given pattern up to the first "**".
- matchPatternStart(String, String, boolean) - Static method in class org.apache.sshd.common.util.SelectorUtils
-
Tests whether or not a given path matches the start of a given pattern up to the first "**".
- matchPatternStart(String, String, String, boolean) - Static method in class org.apache.sshd.common.util.SelectorUtils
- MAX_ALLOWED_POINT_SIZE - Static variable in class org.apache.sshd.common.config.keys.impl.ECDSAPublicKeyEntryDecoder
- MAX_ALLOWED_SEED_LEN - Static variable in class org.apache.sshd.common.util.security.eddsa.generic.GenericEd25519PublicKeyDecoder
- MAX_APP_NAME_LENGTH - Static variable in class org.apache.sshd.common.config.keys.impl.SkECDSAPublicKeyEntryDecoder
- MAX_APP_NAME_LENGTH - Static variable in class org.apache.sshd.common.config.keys.impl.SkED25519PublicKeyEntryDecoder
- MAX_AUTH_TRIES_CONFIG_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- MAX_BIGINT_OCTETS_COUNT - Static variable in interface org.apache.sshd.common.config.keys.IdentityResourceLoader
-
A reasonable max. number of octets used for a
BigIntegerin the context of keys based on such numbers - MAX_CIPHER_NAME_LENGTH - Static variable in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
- MAX_CURVE_NAME_LENGTH - Static variable in class org.apache.sshd.common.config.keys.impl.ECDSAPublicKeyEntryDecoder
- MAX_DER_VALUE_LENGTH - Static variable in class org.apache.sshd.common.util.io.der.DERParser
-
Maximum size of data allowed by
DERParser.readLength()- it is a bit arbitrary since one can encode 32-bit length data, but it is good enough for the keys - MAX_DHGEX_KEY_SIZE - Static variable in class org.apache.sshd.common.util.security.SecurityUtils
- MAX_DHGEX_KEY_SIZE_PROP - Static variable in class org.apache.sshd.common.util.security.SecurityUtils
-
System property used to configure the value for the maximum supported Diffie-Hellman Group Exchange key size.
- MAX_KDF_NAME_LENGTH - Static variable in interface org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKdfOptions
- MAX_KDF_OPTIONS_SIZE - Static variable in interface org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKdfOptions
- MAX_KEY_COMMENT_LENGTH - Static variable in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
- MAX_KEY_TYPE_NAME_LENGTH - Static variable in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
- MAX_PRIVATE_KEY_DATA_SIZE - Static variable in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
- MAX_PUBLIC_KEY_DATA_SIZE - Static variable in interface org.apache.sshd.common.config.keys.loader.KeyPairResourceLoader
- MAX_SESSIONS_CONFIG_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- MAX_SIGNATURE_VALUE_LENGTH - Static variable in class org.apache.sshd.common.signature.SignatureDSA
- MAX_STARTUPS_CONFIG_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- MAX_UINT32_VALUE - Static variable in class org.apache.sshd.common.util.buffer.BufferUtils
-
Maximum value of a
uint32field - MAX_UINT8_VALUE - Static variable in class org.apache.sshd.common.util.buffer.BufferUtils
-
Maximum value of a
uint8field - MAX_VERSION_LINE_LENGTH - Static variable in interface org.apache.sshd.common.session.SessionContext
-
Maximum number of characters for any single line sent as part of the initial handshake - according to RFC 4253 - section 4.2:
- mayBeRacilyClean() - Method in class org.apache.sshd.common.util.io.FileSnapshot
-
Determines whether this
FileSnapshotwas taken within the file timestamp resolution of the file system after the last modified time of the file. - md5 - Enum constant in enum org.apache.sshd.common.digest.BuiltinDigests
- MD5 - Static variable in class org.apache.sshd.common.digest.BuiltinDigests.Constants
- memoizeLock(Supplier<? extends T>) - Static method in class org.apache.sshd.common.util.GenericUtils
-
The delegate Suppliers get() method is called exactly once and the result is cached.
- messageReceived(IoSession, Readable) - Method in interface org.apache.sshd.common.io.IoHandler
- min - Variable in class org.apache.sshd.common.Property.DurationProperty
- MIN_DHGEX_KEY_SIZE - Static variable in class org.apache.sshd.common.util.security.SecurityUtils
-
The min. key size value used for testing whether Diffie-Hellman Group Exchange is supported or not.
- MIN_DHGEX_KEY_SIZE_PROP - Static variable in class org.apache.sshd.common.util.security.SecurityUtils
-
System property used to configure the value for the minimum supported Diffie-Hellman Group Exchange key size.
- MIN_EPOCH - Static variable in interface org.apache.sshd.common.config.keys.OpenSshCertificate
-
The minimal
OpenSshCertificate.getValidAfter()orOpenSshCertificate.getValidBefore()value, corresponding toInstant#EPOCH. - MINUTES - Enum constant in enum org.apache.sshd.common.config.TimeValueConfig
- MockFileSystem - Class in org.apache.sshd.common.file.util
- MockFileSystem(String) - Constructor for class org.apache.sshd.common.file.util.MockFileSystem
- MockPath - Class in org.apache.sshd.common.file.util
- MockPath(String) - Constructor for class org.apache.sshd.common.file.util.MockPath
- mode - Variable in class org.apache.sshd.common.cipher.BaseCipher
- mode - Variable in class org.apache.sshd.common.cipher.BaseGCMCipher
- mode - Variable in class org.apache.sshd.common.cipher.ChaCha20Cipher
- MODES - Static variable in enum org.apache.sshd.common.channel.PtyMode
- ModifiableFileWatcher - Class in org.apache.sshd.common.util.io
-
Watches over changes for a file and re-loads them if file has changed - including if file is deleted or (re-)created
- ModifiableFileWatcher(Path) - Constructor for class org.apache.sshd.common.util.io.ModifiableFileWatcher
- ModifiableFileWatcher(Path, LinkOption...) - Constructor for class org.apache.sshd.common.util.io.ModifiableFileWatcher
- move(Path, Path, CopyOption...) - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystemProvider
- move(Path, Path, CopyOption...) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- move(Path, SecureDirectoryStream<Path>, Path) - Method in class org.apache.sshd.common.file.root.RootedSecureDirectoryStream
- MSG_KEX_COOKIE_SIZE - Static variable in class org.apache.sshd.common.SshConstants
- mul(int) - Static method in class org.apache.sshd.common.util.functors.Int2IntFunction
- MULTI_VALUE_SEPARATORS - Static variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- multiIterableSuppliers(Iterable<? extends Supplier<? extends Iterable<? extends T>>>) - Static method in class org.apache.sshd.common.util.GenericUtils
- MultiKeyIdentityIterator - Class in org.apache.sshd.common.keyprovider
-
Iterates over several
KeyIdentityProvider-s exhausting their keys one by one (lazily). - MultiKeyIdentityIterator(SessionContext, Iterable<? extends KeyIdentityProvider>) - Constructor for class org.apache.sshd.common.keyprovider.MultiKeyIdentityIterator
- MultiKeyIdentityProvider - Class in org.apache.sshd.common.keyprovider
-
Aggregates several
KeyIdentityProvider-s into a single logical one that (lazily) exposes the keys from each aggregated provider - MultiKeyIdentityProvider(Iterable<? extends KeyIdentityProvider>) - Constructor for class org.apache.sshd.common.keyprovider.MultiKeyIdentityProvider
- multiProvider(Collection<? extends KeyIdentityProvider>) - Static method in interface org.apache.sshd.common.keyprovider.KeyIdentityProvider
-
Wraps a group of
KeyIdentityProviderinto a single one - multiProvider(KeyIdentityProvider...) - Static method in interface org.apache.sshd.common.keyprovider.KeyIdentityProvider
-
Wraps a group of
KeyIdentityProviderinto a single one - multiProvider(SessionContext, Collection<? extends PasswordIdentityProvider>) - Static method in interface org.apache.sshd.client.auth.password.PasswordIdentityProvider
-
Wraps a group of
PasswordIdentityProviderinto a single one - multiProvider(SessionContext, PasswordIdentityProvider...) - Static method in interface org.apache.sshd.client.auth.password.PasswordIdentityProvider
-
Wraps a group of
PasswordIdentityProviderinto a single one - MutableBasicCredentials - Interface in org.apache.sshd.common.auth
- MutablePassword - Interface in org.apache.sshd.common.auth
- MutableUserHolder - Interface in org.apache.sshd.common.auth
N
- name - Variable in class org.apache.sshd.common.util.logging.LoggerSkeleton
- name - Variable in class org.apache.sshd.common.util.logging.SimplifiedLoggerSkeleton
- NAME - Static variable in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions
- NAME - Static variable in class org.apache.sshd.common.kex.extension.parser.DelayCompression
- NAME - Static variable in class org.apache.sshd.common.kex.extension.parser.Elevation
- NAME - Static variable in class org.apache.sshd.common.kex.extension.parser.HostBoundPubkeyAuthentication
- NAME - Static variable in class org.apache.sshd.common.kex.extension.parser.NoFlowControl
- NAME - Static variable in class org.apache.sshd.common.kex.extension.parser.ServerSignatureAlgorithms
- NAME - Static variable in class org.apache.sshd.common.random.JceRandom
- NAME - Static variable in class org.apache.sshd.common.random.JceRandomFactory
- NAME - Static variable in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleRandom
- NAME - Static variable in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleRandomFactory
- NAME_EXTRACTOR - Static variable in interface org.apache.sshd.common.NamedResource
- NAME_LOOKUP_TABLE - Static variable in enum org.apache.sshd.server.Signal
-
An un-modifiable case-insensitive
NavigableMapof the names of all availableSignals - NAMED_PROVIDER_PROPERTY - Static variable in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
-
Property used to configure whether to use the provider's name rather than its
Providerinstance - NamedFactoriesListParseResult<T,
F> - Class in org.apache.sshd.common.config -
Holds the result of parsing a list of
NamedFactoryies - NamedFactoriesListParseResult(List<F>, List<String>) - Constructor for class org.apache.sshd.common.config.NamedFactoriesListParseResult
- NamedFactory<T> - Interface in org.apache.sshd.common
-
A named factory is a factory identified by a name.
- NamedResource - Interface in org.apache.sshd.common
- NamedResourceListParseResult<R> - Class in org.apache.sshd.common.config
- NamedResourceListParseResult(List<R>, List<String>) - Constructor for class org.apache.sshd.common.config.NamedResourceListParseResult
- names - Variable in class org.apache.sshd.common.file.util.BasePath
- NAMES - Static variable in enum org.apache.sshd.common.cipher.ECCurves
-
A
Setof all the known curves names - NAMES - Static variable in enum org.apache.sshd.common.config.keys.BuiltinIdentities
-
A case insensitive
NavigableSetof all built-in identities names - NativeFileSystemFactory - Class in org.apache.sshd.common.file.nativefs
-
Native file system factory.
- NativeFileSystemFactory() - Constructor for class org.apache.sshd.common.file.nativefs.NativeFileSystemFactory
- NativeFileSystemFactory(boolean) - Constructor for class org.apache.sshd.common.file.nativefs.NativeFileSystemFactory
- NavigableMapBuilder(Comparator<? super K>) - Constructor for class org.apache.sshd.common.util.MapEntryUtils.NavigableMapBuilder
- negate() - Method in interface org.apache.sshd.common.util.functors.UnaryEquator
- NEGATION_CHAR_PATTERN - Static variable in class org.apache.sshd.client.config.hosts.HostPatternsHolder
-
Used to negate a host pattern
- NetI2pCryptoEdDSASupport - Class in org.apache.sshd.common.util.security.eddsa
- NetI2pCryptoEdDSASupport() - Constructor for class org.apache.sshd.common.util.security.eddsa.NetI2pCryptoEdDSASupport
- NetworkConnector - Class in org.apache.sshd.common.util.net
- NetworkConnector() - Constructor for class org.apache.sshd.common.util.net.NetworkConnector
- networkZoneBits() - Method in class org.apache.sshd.common.net.InetAddressRange
-
Retrieves the number of bits for the network zone.
- newAsynchronousFileChannel(Path, Set<? extends OpenOption>, ExecutorService, FileAttribute<?>...) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- newByteChannel(Path, Set<? extends OpenOption>, FileAttribute<?>...) - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystemProvider
- newByteChannel(Path, Set<? extends OpenOption>, FileAttribute<?>...) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- newByteChannel(Path, Set<? extends OpenOption>, FileAttribute<?>...) - Method in class org.apache.sshd.common.file.root.RootedSecureDirectoryStream
- newCachedThreadPool(String) - Static method in class org.apache.sshd.common.util.threads.ThreadUtils
- newCachedThreadPoolIf(CloseableExecutorService, String) - Static method in class org.apache.sshd.common.util.threads.ThreadUtils
- newDirectoryStream(Path, DirectoryStream.Filter<? super Path>) - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystemProvider
- newDirectoryStream(Path, DirectoryStream.Filter<? super Path>) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- newDirectoryStream(Path, LinkOption...) - Method in class org.apache.sshd.common.file.root.RootedSecureDirectoryStream
- newFileChannel(Path, Set<? extends OpenOption>, FileAttribute<?>...) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- newFileSystem(Object, Path, Map<String, ?>) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- newFileSystem(URI, Map<String, ?>) - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystemProvider
- newFileSystem(URI, Map<String, ?>) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- newFileSystem(Path, Map<String, ?>) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- newFixedThreadPool(String, int) - Static method in class org.apache.sshd.common.util.threads.ThreadUtils
- newFixedThreadPoolIf(CloseableExecutorService, String, int) - Static method in class org.apache.sshd.common.util.threads.ThreadUtils
- newInputStream(Path, OpenOption...) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- newInstance(Class<?>) - Static method in class org.apache.sshd.common.util.ReflectionUtils
- newInstance(Class<?>, Class<? extends T>) - Static method in class org.apache.sshd.common.util.ReflectionUtils
- newOutputStream(Path, OpenOption...) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- newPrivateKeyEncryptionContext(PrivateKeyObfuscator, String) - Static method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- newProxyInstance(Class<T>, InvocationHandler) - Static method in class org.apache.sshd.common.util.ProxyUtils
- newProxyInstance(ClassLoader, Class<T>, InvocationHandler) - Static method in class org.apache.sshd.common.util.ProxyUtils
- newSingleThreadExecutor(String) - Static method in class org.apache.sshd.common.util.threads.ThreadUtils
- newSingleThreadScheduledExecutor(String) - Static method in class org.apache.sshd.common.util.threads.ThreadUtils
- newThread(Runnable) - Method in class org.apache.sshd.common.util.threads.SshdThreadFactory
- newWatchService() - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystem
- newWatchService() - Method in class org.apache.sshd.common.file.util.BaseFileSystem
- newWatchService() - Method in class org.apache.sshd.common.file.util.MockFileSystem
- next() - Method in class org.apache.sshd.client.config.keys.LazyClientIdentityIterator
- next() - Method in class org.apache.sshd.common.keyprovider.AbstractResourceKeyPairProvider.KeyPairIterator
- next() - Method in class org.apache.sshd.common.keyprovider.MultiKeyIdentityIterator
- next() - Method in class org.apache.sshd.common.util.helper.LazyMatchingTypeIterator
- nextValue - Variable in class org.apache.sshd.common.util.helper.LazyMatchingTypeIterator
- NioChannelDelegateInvocationHandler - Class in org.apache.sshd.common.util.closeable
- NioChannelDelegateInvocationHandler(Object, Channel) - Constructor for class org.apache.sshd.common.util.closeable.NioChannelDelegateInvocationHandler
- nistp256 - Enum constant in enum org.apache.sshd.common.cipher.ECCurves
- nistp256 - Enum constant in enum org.apache.sshd.common.signature.BuiltinSignatures
- NISTP256 - Static variable in class org.apache.sshd.common.cipher.ECCurves.Constants
- nistp256_cert - Enum constant in enum org.apache.sshd.common.signature.BuiltinSignatures
- nistp384 - Enum constant in enum org.apache.sshd.common.cipher.ECCurves
- nistp384 - Enum constant in enum org.apache.sshd.common.signature.BuiltinSignatures
- NISTP384 - Static variable in class org.apache.sshd.common.cipher.ECCurves.Constants
- nistp384_cert - Enum constant in enum org.apache.sshd.common.signature.BuiltinSignatures
- nistp521 - Enum constant in enum org.apache.sshd.common.cipher.ECCurves
- nistp521 - Enum constant in enum org.apache.sshd.common.signature.BuiltinSignatures
- NISTP521 - Static variable in class org.apache.sshd.common.cipher.ECCurves.Constants
- nistp521_cert - Enum constant in enum org.apache.sshd.common.signature.BuiltinSignatures
- NO - Enum constant in enum org.apache.sshd.common.config.CompressionConfigValue
- NO_CANCELLATION - Enum constant in enum org.apache.sshd.common.future.CancelOption
-
Indicates that even if waiting on a future times out or is interrupted, it shall not be canceled.
- NO_FILE - Static variable in class org.apache.sshd.common.util.io.FileSnapshot
-
A
FileSnapshotdescribing a non-existing file. - NO_OPTIONS_VALUE - Static variable in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
- noClose(CloseableExecutorService) - Static method in class org.apache.sshd.common.util.threads.ThreadUtils
- NoCloseExecutor - Class in org.apache.sshd.common.util.threads
-
Wraps an
ExecutorServiceas aCloseableExecutorServiceand avoids calling itsshutdownmethods when the wrapper is shut down - NoCloseExecutor(ExecutorService) - Constructor for class org.apache.sshd.common.util.threads.NoCloseExecutor
- NoCloseInputStream - Class in org.apache.sshd.common.util.io.input
-
TODO Add javadoc
- NoCloseInputStream(InputStream) - Constructor for class org.apache.sshd.common.util.io.input.NoCloseInputStream
- NoCloseOutputStream - Class in org.apache.sshd.common.util.io.output
-
TODO Add javadoc
- NoCloseOutputStream(OutputStream) - Constructor for class org.apache.sshd.common.util.io.output.NoCloseOutputStream
- NoCloseReader - Class in org.apache.sshd.common.util.io.input
- NoCloseReader(Reader) - Constructor for class org.apache.sshd.common.util.io.input.NoCloseReader
- NoCloseWriter - Class in org.apache.sshd.common.util.io.output
- NoCloseWriter(Writer) - Constructor for class org.apache.sshd.common.util.io.output.NoCloseWriter
- NoFlowControl - Class in org.apache.sshd.common.kex.extension.parser
- NoFlowControl() - Constructor for class org.apache.sshd.common.kex.extension.parser.NoFlowControl
- NOFLSH - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Don't flush after interrupt.
- nologClosure(Logger) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- NON_STANDARD_PORT_PATTERN_ENCLOSURE_END_DELIM - Static variable in class org.apache.sshd.client.config.hosts.HostPatternsHolder
-
Non-standard port specification host pattern enclosure end delimiter
- NON_STANDARD_PORT_PATTERN_ENCLOSURE_START_DELIM - Static variable in class org.apache.sshd.client.config.hosts.HostPatternsHolder
-
Non-standard port specification host pattern enclosure start delimiter
- nonce - Variable in class org.apache.sshd.common.cipher.ChaCha20Cipher.ChaChaEngine
- nonceVal - Variable in class org.apache.sshd.common.cipher.ChaCha20Cipher.ChaChaEngine
- none - Enum constant in enum org.apache.sshd.common.cipher.BuiltinCiphers
- none - Enum constant in enum org.apache.sshd.common.compression.BuiltinCompressions
- NONE - Enum constant in enum org.apache.sshd.common.session.SessionHeartbeatController.HeartbeatType
-
No heartbeat
- NONE - Static variable in class org.apache.sshd.common.cipher.BuiltinCiphers.Constants
- NONE - Static variable in class org.apache.sshd.common.compression.BuiltinCompressions.Constants
- NONE - Static variable in class org.apache.sshd.common.session.helpers.TimeoutIndicator
- NONE_CIPHER - Static variable in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHParserContext
- NONE_CIPHER_PATTERN - Static variable in class org.apache.sshd.common.cipher.BuiltinCiphers.Constants
- NONE_KDF - Static variable in interface org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKdfOptions
- NONE_VALUE - Static variable in class org.apache.sshd.common.PropertyResolverUtils
- NoneFileSystem - Class in org.apache.sshd.common.file.nonefs
- NoneFileSystem() - Constructor for class org.apache.sshd.common.file.nonefs.NoneFileSystem
- NoneFileSystemFactory - Class in org.apache.sshd.common.file.nonefs
-
Provides an "empty" file system that has no files/folders and throws exceptions on any attempt to access a file/folder on it
- NoneFileSystemFactory() - Constructor for class org.apache.sshd.common.file.nonefs.NoneFileSystemFactory
- NoneFileSystemProvider - Class in org.apache.sshd.common.file.nonefs
-
Provides an "empty"
FileSystemProviderthat has no files of any type. - NoneFileSystemProvider() - Constructor for class org.apache.sshd.common.file.nonefs.NoneFileSystemProvider
- normalize() - Method in class org.apache.sshd.common.file.util.BasePath
- normalize() - Method in class org.apache.sshd.common.file.util.MockPath
- normalizePath(String) - Static method in class org.apache.sshd.common.util.io.PathUtils
-
Replaces leading '~' with user's HOME directory Replaces any forward slashes with the O/S directory separator
- normalizePattern(String) - Static method in class org.apache.sshd.common.util.io.PathScanningMatcher
-
Normalizes the pattern, e.g. converts forward and backward slashes to the platform-specific file separator.
- notifyEvent(E) - Method in interface org.apache.sshd.common.util.EventNotifier
- notifyListener(SshFutureListener<T>) - Method in class org.apache.sshd.common.future.AbstractSshFuture
- notifyListeners() - Method in class org.apache.sshd.common.future.DefaultSshFuture
- NoTimeout - Enum constant in enum org.apache.sshd.common.session.helpers.TimeoutIndicator.TimeoutStatus
- NULL - Enum constant in enum org.apache.sshd.common.util.io.der.ASN1Type
- NULL - Static variable in class org.apache.sshd.common.util.GenericUtils
-
A value indicating a
nullvalue - to be used as a placeholder wherenulls are not allowed - NullInputStream - Class in org.apache.sshd.common.util.io.input
-
A
/dev/nullinput stream - NullInputStream() - Constructor for class org.apache.sshd.common.util.io.input.NullInputStream
- NullOutputStream - Class in org.apache.sshd.common.util.io.output
-
A {code /dev/null} output stream
- NullOutputStream() - Constructor for class org.apache.sshd.common.util.io.output.NullOutputStream
- NullPrintStream - Class in org.apache.sshd.common.util.io.output
- NullPrintStream() - Constructor for class org.apache.sshd.common.util.io.output.NullPrintStream
- numberOfAddresses(boolean) - Method in class org.apache.sshd.common.net.InetAddressRange
-
Determines the number of IP addresses in the range.
- NumberUtils - Class in org.apache.sshd.common.util
- NUMERIC_LOOKUP_TABLE - Static variable in enum org.apache.sshd.server.Signal
-
An un-modifiable
NavigableMapof the numeric values of all availableSignals - NUMERIC_PRIMITIVE_CLASSES - Static variable in class org.apache.sshd.common.util.NumberUtils
- NUMERIC_STRING - Enum constant in enum org.apache.sshd.common.util.io.der.ASN1Type
- NUMLINKS_VIEW_ATTR - Static variable in class org.apache.sshd.common.util.io.IoUtils
O
- object(String) - Static method in interface org.apache.sshd.common.Property
- object(String, Object) - Static method in interface org.apache.sshd.common.Property
- OBJECT_IDENTIFIER - Enum constant in enum org.apache.sshd.common.util.io.der.ASN1Type
- ObjectBuilder<T> - Interface in org.apache.sshd.common.util
-
A generic builder interface
- ObjectProperty(String) - Constructor for class org.apache.sshd.common.Property.ObjectProperty
- ObjectProperty(String, Object) - Constructor for class org.apache.sshd.common.Property.ObjectProperty
- OCRNL - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Translate carriage return to newline (output).
- OCTET_STRING - Enum constant in enum org.apache.sshd.common.util.io.der.ASN1Type
- octetStringToEcPoint(byte...) - Static method in enum org.apache.sshd.common.cipher.ECCurves
- octetStringToEcPoint(byte[], int, int) - Method in enum org.apache.sshd.common.cipher.ECCurves.ECPointCompression
- octetStringToInteger(byte...) - Static method in enum org.apache.sshd.common.cipher.ECCurves
-
Converts the given octet string (defined by ASN.1 specifications) to a
BigIntegerAs octet strings always represent positive integers, a zero-byte is prepended to the given array if necessary (if is MSB equal to 1), then this is converted to BigInteger The conversion is defined in the Section 2.3.8 - of(boolean) - Static method in interface org.apache.sshd.common.OptionalFeature
- of(E...) - Static method in class org.apache.sshd.common.util.GenericUtils
- of(String) - Static method in interface org.apache.sshd.common.config.keys.FilePasswordProvider
- of(KeyPair) - Static method in interface org.apache.sshd.client.config.keys.ClientIdentityProvider
-
Wraps a
KeyPairinto aClientIdentityProviderthat simply returns this value as itClientIdentityProvider.getClientIdentities(SessionContext). - of(Collection<? extends E>) - Static method in class org.apache.sshd.common.util.GenericUtils
- ofAttributesMap(Map<AttributeRepository.AttributeKey<?>, ?>) - Static method in interface org.apache.sshd.common.AttributeRepository
- ofKeyValuePair(AttributeRepository.AttributeKey<A>, A) - Static method in interface org.apache.sshd.common.AttributeRepository
- ofName(String) - Static method in interface org.apache.sshd.common.NamedResource
-
Wraps a name value inside a
NamedResource - OLCUC - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Convert lowercase to uppercase.
- oneByte - Variable in class org.apache.sshd.common.util.io.output.LineOutputStream
- onExit(int) - Method in interface org.apache.sshd.server.ExitCallback
-
Informs the SSH server that the shell has exited
- onExit(int, boolean) - Method in interface org.apache.sshd.server.ExitCallback
-
Informs the SSH server that the shell has exited
- onExit(int, String) - Method in interface org.apache.sshd.server.ExitCallback
-
Informs the SSH client/server that the shell has exited
- onExit(int, String, boolean) - Method in interface org.apache.sshd.server.ExitCallback
-
Informs the SSH client/server that the shell has exited
- ONLCR - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Map NL to CR-NL.
- ONLRET - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Newline performs a carriage return (output).
- ONOCR - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Translate newline to carriage return-newline (output).
- onValueSet(Object) - Method in class org.apache.sshd.common.future.DefaultSshFuture
-
Callback that is invoked under lock when the future's value is set.
- OPCODE_EXTRACTOR - Static variable in enum org.apache.sshd.common.channel.PtyMode
- Opened - Enum constant in enum org.apache.sshd.common.util.closeable.AbstractCloseable.State
-
Connection is open
- openInputStream() - Method in class org.apache.sshd.common.util.io.resource.ClassLoaderResource
- openInputStream() - Method in class org.apache.sshd.common.util.io.resource.PathResource
- openInputStream() - Method in interface org.apache.sshd.common.util.io.resource.ResourceStreamProvider
- openInputStream() - Method in class org.apache.sshd.common.util.io.resource.URIResource
- openInputStream() - Method in class org.apache.sshd.common.util.io.resource.URLResource
- openKeyPairResource(SessionContext, NamedResource, R) - Method in class org.apache.sshd.common.keyprovider.AbstractResourceKeyPairProvider
- OpenSshCertificate - Interface in org.apache.sshd.common.config.keys
-
An OpenSSH certificate key as specified by OpenSSH.
- OpenSshCertificate.CertificateOption - Class in org.apache.sshd.common.config.keys
-
Certificate Options are a set of bytes that is
- OpenSshCertificate.Type - Enum in org.apache.sshd.common.config.keys
-
OpenSshCertificates have a type indicating whether the certificate if for a host key (certifying a host identity) or for a user key (certifying a user identity). - OpenSSHCertificateDecoder - Class in org.apache.sshd.common.config.keys.impl
- OpenSSHCertificateDecoder() - Constructor for class org.apache.sshd.common.config.keys.impl.OpenSSHCertificateDecoder
- OpenSshCertificateImpl - Class in org.apache.sshd.common.config.keys
- OpenSshCertificateImpl() - Constructor for class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- OpenSSHCertPublicKeyParser - Class in org.apache.sshd.common.util.buffer.keys
- OpenSSHCertPublicKeyParser() - Constructor for class org.apache.sshd.common.util.buffer.keys.OpenSSHCertPublicKeyParser
- OpenSSHDSSPrivateKeyEntryDecoder - Class in org.apache.sshd.common.config.keys.loader.openssh
- OpenSSHDSSPrivateKeyEntryDecoder() - Constructor for class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHDSSPrivateKeyEntryDecoder
- OpenSSHECDSAPrivateKeyEntryDecoder - Class in org.apache.sshd.common.config.keys.loader.openssh
- OpenSSHECDSAPrivateKeyEntryDecoder() - Constructor for class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHECDSAPrivateKeyEntryDecoder
- OpenSSHEd25519PrivateKeyEntryDecoder - Class in org.apache.sshd.common.util.security.eddsa
-
An implementation of
GenericOpenSSHEd25519PrivateKeyEntryDecodertied to thenet.i2p.cryptoEdDSA security provider - OpenSSHEd25519PrivateKeyEntryDecoder() - Constructor for class org.apache.sshd.common.util.security.eddsa.OpenSSHEd25519PrivateKeyEntryDecoder
- OpenSSHKdfOptions - Interface in org.apache.sshd.common.config.keys.loader.openssh
- OpenSSHKeyDecryptor - Interface in org.apache.sshd.common.config.keys.loader.openssh
- OpenSSHKeyEncryptionContext - Class in org.apache.sshd.common.config.keys.writer.openssh
-
A
PrivateKeyEncryptionContextfor use with aOpenSSHKeyPairResourceWriter. - OpenSSHKeyEncryptionContext() - Constructor for class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyEncryptionContext
- OpenSSHKeyPairResourceParser - Class in org.apache.sshd.common.config.keys.loader.openssh
-
Basic support for OpenSSH key file(s)
- OpenSSHKeyPairResourceParser() - Constructor for class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParser
- OpenSSHKeyPairResourceWriter - Class in org.apache.sshd.common.config.keys.writer.openssh
-
A
KeyPairResourceWriterfor writing keys in the modern OpenSSH format, using the OpenBSD bcrypt KDF for passphrase-protected encrypted private keys. - OpenSSHKeyPairResourceWriter() - Constructor for class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyPairResourceWriter
- OpenSSHKeyPairResourceWriter.KeyEncryptor - Class in org.apache.sshd.common.config.keys.writer.openssh
-
A key encryptor for modern-style OpenSSH private keys using the bcrypt KDF.
- OpenSSHParserContext - Class in org.apache.sshd.common.config.keys.loader.openssh
- OpenSSHParserContext() - Constructor for class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHParserContext
- OpenSSHParserContext(String, OpenSSHKdfOptions) - Constructor for class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHParserContext
- OpenSSHRSAPrivateKeyDecoder - Class in org.apache.sshd.common.config.keys.loader.openssh
- OpenSSHRSAPrivateKeyDecoder() - Constructor for class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHRSAPrivateKeyDecoder
- operationComplete(T) - Method in interface org.apache.sshd.common.future.SshFutureListener
-
Invoked when the operation associated with the
SshFuturehas been completed even if you add the listener after the completion. - OPOST - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Enable output processing.
- OptionalFeature - Interface in org.apache.sshd.common
- options - Variable in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyPairResourceWriter.KeyEncryptor
- options - Variable in class org.apache.sshd.common.util.io.ModifiableFileWatcher
- or(UnaryEquator<? super T>) - Method in interface org.apache.sshd.common.util.functors.UnaryEquator
-
Returns a composed equator that represents a short-circuiting logical AND of this equator and another.
- org.apache.sshd.client.auth - package org.apache.sshd.client.auth
- org.apache.sshd.client.auth.hostbased - package org.apache.sshd.client.auth.hostbased
- org.apache.sshd.client.auth.password - package org.apache.sshd.client.auth.password
- org.apache.sshd.client.auth.pubkey - package org.apache.sshd.client.auth.pubkey
- org.apache.sshd.client.config.hosts - package org.apache.sshd.client.config.hosts
- org.apache.sshd.client.config.keys - package org.apache.sshd.client.config.keys
- org.apache.sshd.common - package org.apache.sshd.common
- org.apache.sshd.common.auth - package org.apache.sshd.common.auth
- org.apache.sshd.common.channel - package org.apache.sshd.common.channel
- org.apache.sshd.common.cipher - package org.apache.sshd.common.cipher
-
Cipherimplementations. - org.apache.sshd.common.compression - package org.apache.sshd.common.compression
-
Compressionimplementations. - org.apache.sshd.common.config - package org.apache.sshd.common.config
- org.apache.sshd.common.config.keys - package org.apache.sshd.common.config.keys
- org.apache.sshd.common.config.keys.impl - package org.apache.sshd.common.config.keys.impl
- org.apache.sshd.common.config.keys.loader - package org.apache.sshd.common.config.keys.loader
- org.apache.sshd.common.config.keys.loader.openssh - package org.apache.sshd.common.config.keys.loader.openssh
- org.apache.sshd.common.config.keys.loader.openssh.kdf - package org.apache.sshd.common.config.keys.loader.openssh.kdf
- org.apache.sshd.common.config.keys.loader.pem - package org.apache.sshd.common.config.keys.loader.pem
- org.apache.sshd.common.config.keys.loader.ssh2 - package org.apache.sshd.common.config.keys.loader.ssh2
- org.apache.sshd.common.config.keys.u2f - package org.apache.sshd.common.config.keys.u2f
- org.apache.sshd.common.config.keys.writer - package org.apache.sshd.common.config.keys.writer
- org.apache.sshd.common.config.keys.writer.openssh - package org.apache.sshd.common.config.keys.writer.openssh
- org.apache.sshd.common.digest - package org.apache.sshd.common.digest
-
Digestimplementations. - org.apache.sshd.common.file - package org.apache.sshd.common.file
- org.apache.sshd.common.file.nativefs - package org.apache.sshd.common.file.nativefs
- org.apache.sshd.common.file.nonefs - package org.apache.sshd.common.file.nonefs
- org.apache.sshd.common.file.root - package org.apache.sshd.common.file.root
- org.apache.sshd.common.file.util - package org.apache.sshd.common.file.util
- org.apache.sshd.common.file.virtualfs - package org.apache.sshd.common.file.virtualfs
- org.apache.sshd.common.future - package org.apache.sshd.common.future
- org.apache.sshd.common.io - package org.apache.sshd.common.io
- org.apache.sshd.common.kex - package org.apache.sshd.common.kex
- org.apache.sshd.common.kex.extension - package org.apache.sshd.common.kex.extension
- org.apache.sshd.common.kex.extension.parser - package org.apache.sshd.common.kex.extension.parser
- org.apache.sshd.common.keyprovider - package org.apache.sshd.common.keyprovider
- org.apache.sshd.common.mac - package org.apache.sshd.common.mac
-
Macimplementations. - org.apache.sshd.common.net - package org.apache.sshd.common.net
- org.apache.sshd.common.random - package org.apache.sshd.common.random
-
Randomimplementations. - org.apache.sshd.common.session - package org.apache.sshd.common.session
- org.apache.sshd.common.session.helpers - package org.apache.sshd.common.session.helpers
- org.apache.sshd.common.signature - package org.apache.sshd.common.signature
-
Signatureimplementations. - org.apache.sshd.common.util - package org.apache.sshd.common.util
- org.apache.sshd.common.util.buffer - package org.apache.sshd.common.util.buffer
- org.apache.sshd.common.util.buffer.keys - package org.apache.sshd.common.util.buffer.keys
- org.apache.sshd.common.util.closeable - package org.apache.sshd.common.util.closeable
- org.apache.sshd.common.util.functors - package org.apache.sshd.common.util.functors
- org.apache.sshd.common.util.helper - package org.apache.sshd.common.util.helper
- org.apache.sshd.common.util.io - package org.apache.sshd.common.util.io
- org.apache.sshd.common.util.io.der - package org.apache.sshd.common.util.io.der
- org.apache.sshd.common.util.io.functors - package org.apache.sshd.common.util.io.functors
- org.apache.sshd.common.util.io.input - package org.apache.sshd.common.util.io.input
- org.apache.sshd.common.util.io.output - package org.apache.sshd.common.util.io.output
- org.apache.sshd.common.util.io.resource - package org.apache.sshd.common.util.io.resource
- org.apache.sshd.common.util.logging - package org.apache.sshd.common.util.logging
- org.apache.sshd.common.util.net - package org.apache.sshd.common.util.net
- org.apache.sshd.common.util.security - package org.apache.sshd.common.util.security
- org.apache.sshd.common.util.security.bouncycastle - package org.apache.sshd.common.util.security.bouncycastle
- org.apache.sshd.common.util.security.eddsa - package org.apache.sshd.common.util.security.eddsa
- org.apache.sshd.common.util.security.eddsa.bouncycastle - package org.apache.sshd.common.util.security.eddsa.bouncycastle
- org.apache.sshd.common.util.security.eddsa.generic - package org.apache.sshd.common.util.security.eddsa.generic
- org.apache.sshd.common.util.threads - package org.apache.sshd.common.util.threads
- org.apache.sshd.server - package org.apache.sshd.server
- org.apache.sshd.server.keyprovider - package org.apache.sshd.server.keyprovider
- org.apache.sshd.server.shell - package org.apache.sshd.server.shell
- OS_TYPE_OVERRIDE_PROP - Static variable in class org.apache.sshd.common.util.OsUtils
-
Property that can be used to override the reported value from
OsUtils.isWin32(). - OsUtils - Class in org.apache.sshd.common.util
-
Operating system dependent utility methods.
- OTHERFILE_VIEW_ATTR - Static variable in class org.apache.sshd.common.util.io.IoUtils
- OUTPUT_OPTIONS - Static variable in class org.apache.sshd.server.shell.TtyFilterOutputStream
- OutputStreamWithChannel - Class in org.apache.sshd.common.util.io.output
- OutputStreamWithChannel() - Constructor for class org.apache.sshd.common.util.io.output.OutputStreamWithChannel
- overlaps(InetAddressRange) - Method in class org.apache.sshd.common.net.InetAddressRange
-
Tests whether this range overlaps a given other range.
- OWNER_VIEW_ATTR - Static variable in class org.apache.sshd.common.util.io.IoUtils
P
- packIntLE(int, byte[], int) - Static method in class org.apache.sshd.common.mac.Poly1305Mac
- parallel(Object, Iterable<? extends Closeable>) - Method in class org.apache.sshd.common.util.closeable.Builder
- parallel(Closeable...) - Method in class org.apache.sshd.common.util.closeable.Builder
- ParallelCloseable - Class in org.apache.sshd.common.util.closeable
-
Waits for a group of
Closeables to complete in any order, then signals the completion by setting the "parent" future as closed - ParallelCloseable(Object, Object, Iterable<? extends Closeable>) - Constructor for class org.apache.sshd.common.util.closeable.ParallelCloseable
- parameters - Variable in class org.apache.sshd.common.cipher.BaseGCMCipher
- PARENB - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Parity enable.
- PARMRK - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Mark parity and framing errors.
- PARODD - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Odd parity, else even.
- parse(String) - Static method in class org.apache.sshd.client.config.hosts.KnownHostHashValue
- parse(String) - Static method in enum org.apache.sshd.common.config.TimeValueConfig
- parse(String) - Static method in class org.apache.sshd.common.util.VersionInfo
-
Parses a version string - assumed to contain at most 4 non-negative components separated by a '.'.
- parse(String, V) - Static method in class org.apache.sshd.client.config.hosts.KnownHostHashValue
- parseAlgorithmInfo(C, String) - Static method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- parseAlgorithmInfo(String) - Method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- parseAuthorizedKeyEntry(String) - Static method in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
- parseAuthorizedKeyEntry(String, PublicKeyEntryDataResolver) - Static method in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
- parseBoolean(String) - Static method in class org.apache.sshd.common.PropertyResolverUtils
-
Converts a string to a
Booleanvalue by looking for it in either thePropertyResolverUtils.TRUE_VALUESorPropertyResolverUtils.FALSE_VALUES - parseBooleanHeader(Map<String, String>, String, boolean) - Method in class org.apache.sshd.common.config.keys.impl.AbstractPublicKeyEntryDecoder
- parseBooleanValue(String) - Static method in class org.apache.sshd.common.config.ConfigFileReaderSupport
- parseCiphersList(String) - Static method in enum org.apache.sshd.common.cipher.BuiltinCiphers
- parseCiphersList(String...) - Static method in enum org.apache.sshd.common.cipher.BuiltinCiphers
- parseCiphersList(Collection<String>) - Static method in enum org.apache.sshd.common.cipher.BuiltinCiphers
- parseCompressionsList(String) - Static method in enum org.apache.sshd.common.compression.BuiltinCompressions
- parseCompressionsList(String...) - Static method in enum org.apache.sshd.common.compression.BuiltinCompressions
- parseCompressionsList(Collection<String>) - Static method in enum org.apache.sshd.common.compression.BuiltinCompressions
- parseConfigValue(String) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
Checks if this is a multi-value - allow space and comma
- parseCurveParameter(ASN1Object) - Static method in class org.apache.sshd.common.config.keys.loader.pem.ECDSAPEMResourceKeyPairParser
- parseCurveParameter(DERParser) - Static method in class org.apache.sshd.common.config.keys.loader.pem.ECDSAPEMResourceKeyPairParser
- parseECKeyPair(InputStream, boolean) - Static method in class org.apache.sshd.common.config.keys.loader.pem.ECDSAPEMResourceKeyPairParser
- parseECKeyPair(ECCurves, DERParser) - Static method in class org.apache.sshd.common.config.keys.loader.pem.ECDSAPEMResourceKeyPairParser
- parseEd25519KeyPair(InputStream, boolean) - Static method in class org.apache.sshd.common.util.security.eddsa.generic.GenericEd25519PEMResourceKeyParser
- parseEd25519KeyPair(DERParser) - Static method in class org.apache.sshd.common.util.security.eddsa.generic.GenericEd25519PEMResourceKeyParser
- parseExtension(byte[]) - Method in interface org.apache.sshd.common.kex.extension.KexExtensionParser
- parseExtension(byte[], int, int) - Method in interface org.apache.sshd.common.kex.extension.KexExtensionParser
- parseExtension(byte[], int, int) - Method in class org.apache.sshd.common.kex.extension.parser.Elevation
- parseExtension(byte[], int, int) - Method in class org.apache.sshd.common.kex.extension.parser.HostBoundPubkeyAuthentication
- parseExtension(byte[], int, int) - Method in class org.apache.sshd.common.kex.extension.parser.NoFlowControl
- parseExtension(byte[], int, int) - Method in class org.apache.sshd.common.kex.extension.parser.ServerSignatureAlgorithms
- parseExtension(Buffer) - Method in interface org.apache.sshd.common.kex.extension.KexExtensionParser
- parseExtension(Buffer) - Method in class org.apache.sshd.common.kex.extension.parser.DelayCompression
- parseExtension(Buffer) - Method in class org.apache.sshd.common.kex.extension.parser.Elevation
- parseExtension(Buffer) - Method in class org.apache.sshd.common.kex.extension.parser.HostBoundPubkeyAuthentication
- parseExtension(Buffer) - Method in class org.apache.sshd.common.kex.extension.parser.NoFlowControl
- parseExtension(Buffer) - Method in class org.apache.sshd.common.kex.extension.parser.ServerSignatureAlgorithms
- parseExtensions(Buffer) - Static method in class org.apache.sshd.common.kex.extension.KexExtensions
-
Attempts to parse an
SSH_MSG_EXT_INFOmessage - parseKnownHostEntry(E, String) - Static method in class org.apache.sshd.client.config.hosts.KnownHostEntry
- parseKnownHostEntry(String) - Static method in class org.apache.sshd.client.config.hosts.KnownHostEntry
- parseLoginOptions(String) - Static method in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
-
Parses login options line according to sshd(8) - AUTHORIZED_KEYS_FILE_FORMAT guidelines.
- parseMacsList(String) - Static method in enum org.apache.sshd.common.mac.BuiltinMacs
- parseMacsList(String...) - Static method in enum org.apache.sshd.common.mac.BuiltinMacs
- parseMacsList(Collection<String>) - Static method in enum org.apache.sshd.common.mac.BuiltinMacs
- parsePatterns(CharSequence...) - Static method in class org.apache.sshd.client.config.hosts.HostPatternsHolder
- parsePatterns(Collection<? extends CharSequence>) - Static method in class org.apache.sshd.client.config.hosts.HostPatternsHolder
- parsePtyModes(String) - Static method in class org.apache.sshd.common.channel.SttySupport
- parsePublicKeyEntry(E, String) - Static method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- parsePublicKeyEntry(E, String, PublicKeyEntryDataResolver) - Static method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- parsePublicKeyEntry(String) - Static method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- parsePublicKeyEntry(String, PublicKeyEntryDataResolver) - Static method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- ParseResult(List<CipherFactory>, List<String>) - Constructor for class org.apache.sshd.common.cipher.BuiltinCiphers.ParseResult
- ParseResult(List<CompressionFactory>, List<String>) - Constructor for class org.apache.sshd.common.compression.BuiltinCompressions.ParseResult
- ParseResult(List<MacFactory>, List<String>) - Constructor for class org.apache.sshd.common.mac.BuiltinMacs.ParseResult
- ParseResult(List<SignatureFactory>, List<String>) - Constructor for class org.apache.sshd.common.signature.BuiltinSignatures.ParseResult
- parseSignatureList(String) - Static method in enum org.apache.sshd.common.signature.BuiltinSignatures
- parseSignatureList(String...) - Static method in enum org.apache.sshd.common.signature.BuiltinSignatures
- parseSignatureList(Collection<String>) - Static method in enum org.apache.sshd.common.signature.BuiltinSignatures
- PASSWORD - Static variable in interface org.apache.sshd.common.auth.UserAuthMethodFactory
-
Password authentication method name
- PASSWORD_AUTH_CONFIG_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- PASSWORD_IDENTITY_COMPARATOR - Static variable in interface org.apache.sshd.client.auth.AuthenticationIdentitiesProvider
-
Compares 2 password identities - returns zero ONLY if both compared objects are
Strings and equal to each other - PasswordHolder - Interface in org.apache.sshd.common.auth
- PasswordIdentityProvider - Interface in org.apache.sshd.client.auth.password
- PATH_MACRO_CHAR - Static variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- PathResource - Class in org.apache.sshd.common.util.io.resource
- PathResource(Path) - Constructor for class org.apache.sshd.common.util.io.resource.PathResource
- PathResource(Path, OpenOption...) - Constructor for class org.apache.sshd.common.util.io.resource.PathResource
- PathScanningMatcher - Class in org.apache.sshd.common.util.io
- PathScanningMatcher() - Constructor for class org.apache.sshd.common.util.io.PathScanningMatcher
- PathUtils - Class in org.apache.sshd.common.util.io
- PATTERN_CHARS - Static variable in class org.apache.sshd.client.config.hosts.HostPatternsHolder
-
The available pattern characters
- PATTERN_HANDLER_PREFIX - Static variable in class org.apache.sshd.common.util.SelectorUtils
- PATTERN_HANDLER_SUFFIX - Static variable in class org.apache.sshd.common.util.SelectorUtils
- pbkdf(byte[], byte[], int, byte[]) - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCrypt
-
Compatibility with new OpenBSD function.
- peelException(Throwable) - Static method in class org.apache.sshd.common.util.ExceptionUtils
-
Attempts to get to the "effective" exception being thrown, by taking care of some known exceptions that wrap the original thrown one.
- PEMResourceParserUtils - Class in org.apache.sshd.common.config.keys.loader.pem
- PENDIN - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Retype pending input.
- PERMISSIONS - Static variable in interface org.apache.sshd.common.util.io.FileInfoExtractor
- PERMISSIONS_VIEW_ATTR - Static variable in class org.apache.sshd.common.util.io.IoUtils
- PIPE - Enum constant in enum org.apache.sshd.server.Signal
- PKCS8_FORMAT - Static variable in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PEMResourceKeyPairParser
- PKCS8PEMResourceKeyPairParser - Class in org.apache.sshd.common.config.keys.loader.pem
- PKCS8PEMResourceKeyPairParser() - Constructor for class org.apache.sshd.common.config.keys.loader.pem.PKCS8PEMResourceKeyPairParser
- PKCS8PrivateKeyInfo - Class in org.apache.sshd.common.config.keys.loader.pem
-
PrivateKeyInfo ::= SEQUENCE { version Version, privateKeyAlgorithm PrivateKeyAlgorithmIdentifier, privateKey PrivateKey, attributes [0] IMPLICIT Attributes OPTIONAL } Version ::= INTEGER PrivateKeyAlgorithmIdentifier ::= AlgorithmIdentifier PrivateKey ::= OCTET STRING Attributes ::= SET OF Attribute AlgorithmIdentifier ::= SEQUENCE { algorithm OBJECT IDENTIFIER, parameters ANY DEFINED BY algorithm OPTIONAL } - PKCS8PrivateKeyInfo() - Constructor for class org.apache.sshd.common.config.keys.loader.pem.PKCS8PrivateKeyInfo
- PKCS8PrivateKeyInfo(byte[]) - Constructor for class org.apache.sshd.common.config.keys.loader.pem.PKCS8PrivateKeyInfo
- PKCS8PrivateKeyInfo(ASN1Object) - Constructor for class org.apache.sshd.common.config.keys.loader.pem.PKCS8PrivateKeyInfo
- PKCS8PrivateKeyInfo(DERParser) - Constructor for class org.apache.sshd.common.config.keys.loader.pem.PKCS8PrivateKeyInfo
- Poly1305Mac - Class in org.apache.sshd.common.mac
-
Poly1305 one-time message authentication code.
- Poly1305Mac() - Constructor for class org.apache.sshd.common.mac.Poly1305Mac
- polyKey() - Method in class org.apache.sshd.common.cipher.ChaCha20Cipher.ChaChaEngine
- port - Variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- PORT_CONFIG_PROP - Static variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- PORT_CONFIG_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- PORT_VALUE_DELIMITER - Static variable in class org.apache.sshd.client.config.hosts.HostPatternsHolder
-
Port value separator if non-standard port pattern used
- preClose() - Method in class org.apache.sshd.common.util.closeable.AbstractCloseable
-
preClose is guaranteed to be called before doCloseGracefully or doCloseImmediately.
- PREFERRED_AUTHS_CONFIG_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- PREFERRED_DHGEX_KEY_SIZE - Static variable in class org.apache.sshd.common.util.security.SecurityUtils
- print(boolean) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- print(char) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- print(char[]) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- print(double) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- print(float) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- print(int) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- print(long) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- print(Object) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- print(String) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- PRINTABLE_STRING - Enum constant in enum org.apache.sshd.common.util.io.der.ASN1Type
- printf(String, Object...) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- printf(Locale, String, Object...) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- println() - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- println(boolean) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- println(char) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- println(char[]) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- println(double) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- println(float) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- println(int) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- println(long) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- println(Object) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- println(String) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- PRIVATE - Enum constant in enum org.apache.sshd.common.util.io.der.ASN1Class
- PRIVATE_CLASS_A_PREFIX - Static variable in class org.apache.sshd.common.util.net.SshdSocketAddress
- PRIVATE_CLASS_B_PREFIX - Static variable in class org.apache.sshd.common.util.net.SshdSocketAddress
- PRIVATE_CLASS_C_PREFIX - Static variable in class org.apache.sshd.common.util.net.SshdSocketAddress
- PrivateKeyEncryptionContext - Class in org.apache.sshd.common.config.keys.loader
- PrivateKeyEncryptionContext() - Constructor for class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- PrivateKeyEncryptionContext(String) - Constructor for class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- PrivateKeyEntryDecoder<PUB,
PRV> - Interface in org.apache.sshd.common.config.keys - PrivateKeyEntryResolver - Interface in org.apache.sshd.common.config.keys
- PrivateKeyObfuscator - Interface in org.apache.sshd.common.config.keys.loader
- processProperty(String, Collection<String>) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- PROF - Enum constant in enum org.apache.sshd.server.Signal
- PROP_DEFAULT_SECURITY_PROVIDER - Static variable in class org.apache.sshd.common.util.security.SecurityUtils
- properties - Variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- Property<T> - Interface in org.apache.sshd.common
-
Property definition.
- Property.BaseProperty<T> - Class in org.apache.sshd.common
- Property.BooleanProperty - Class in org.apache.sshd.common
- Property.CharsetProperty - Class in org.apache.sshd.common
- Property.DurationInSecondsProperty - Class in org.apache.sshd.common
- Property.DurationProperty - Class in org.apache.sshd.common
- Property.EnumProperty<T> - Class in org.apache.sshd.common
- Property.IntegerProperty - Class in org.apache.sshd.common
- Property.LongProperty - Class in org.apache.sshd.common
- Property.ObjectProperty - Class in org.apache.sshd.common
- Property.StringProperty - Class in org.apache.sshd.common
- Property.Validating<T> - Class in org.apache.sshd.common
- PropertyResolver - Interface in org.apache.sshd.common
-
Indicates an entity that can be configured using properties.
- PropertyResolverUtils - Class in org.apache.sshd.common
- PROPOSAL_COMP_ALGS_CTOS - Static variable in class org.apache.sshd.common.kex.KexProposalOption.Constants
- PROPOSAL_COMP_ALGS_STOC - Static variable in class org.apache.sshd.common.kex.KexProposalOption.Constants
- PROPOSAL_ENC_ALGS_CTOS - Static variable in class org.apache.sshd.common.kex.KexProposalOption.Constants
- PROPOSAL_ENC_ALGS_STOC - Static variable in class org.apache.sshd.common.kex.KexProposalOption.Constants
- PROPOSAL_KEX_ALGS - Static variable in class org.apache.sshd.common.kex.KexProposalOption.Constants
- PROPOSAL_LANG_CTOS - Static variable in class org.apache.sshd.common.kex.KexProposalOption.Constants
- PROPOSAL_LANG_STOC - Static variable in class org.apache.sshd.common.kex.KexProposalOption.Constants
- PROPOSAL_MAC_ALGS_CTOS - Static variable in class org.apache.sshd.common.kex.KexProposalOption.Constants
- PROPOSAL_MAC_ALGS_STOC - Static variable in class org.apache.sshd.common.kex.KexProposalOption.Constants
- PROPOSAL_MAX - Static variable in enum org.apache.sshd.common.kex.KexProposalOption
- PROPOSAL_SERVER_HOST_KEY_ALGS - Static variable in class org.apache.sshd.common.kex.KexProposalOption.Constants
- props - Variable in class org.apache.sshd.common.util.security.AbstractSecurityProviderRegistrar
- protectExecutorServiceShutdown(CloseableExecutorService, boolean) - Static method in class org.apache.sshd.common.util.threads.ThreadUtils
-
Wraps an
CloseableExecutorServicein such a way as to "protect" it for calls to theExecutorService.shutdown()orExecutorService.shutdownNow(). - provider() - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystem
- provider() - Method in class org.apache.sshd.common.file.root.RootedFileSystem
- provider() - Method in class org.apache.sshd.common.file.util.BaseFileSystem
- provider() - Method in class org.apache.sshd.common.file.util.MockFileSystem
- provider(Path) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- PROVIDER_CLASS - Static variable in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleSecurityProviderRegistrar
- PROVIDER_CLASS - Static variable in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderRegistrar
- providerHolder - Variable in class org.apache.sshd.common.util.security.AbstractSecurityProviderRegistrar
- providerHolderOf(FilePasswordProvider) - Static method in interface org.apache.sshd.common.config.keys.FilePasswordProviderHolder
- providers - Variable in class org.apache.sshd.common.keyprovider.MultiKeyIdentityProvider
- PROXY - Static variable in class org.apache.sshd.common.config.keys.loader.pem.PEMResourceParserUtils
- PROXY_JUMP_CONFIG_PROP - Static variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- proxyJump - Variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- ProxyUtils - Class in org.apache.sshd.common.util
- proxyWrapper(Class<T>, ClassLoader, Iterable<? extends T>) - Static method in class org.apache.sshd.common.util.EventListenerUtils
-
Provides proxy wrapper around an
Iterablecontainer of listener interface implementation. - proxyWrapper(Class<T>, Iterable<? extends T>) - Static method in class org.apache.sshd.common.util.EventListenerUtils
-
Provides proxy wrapper around an
Iterablecontainer of listener interface implementation. - PtyChannelConfiguration - Class in org.apache.sshd.common.channel
- PtyChannelConfiguration() - Constructor for class org.apache.sshd.common.channel.PtyChannelConfiguration
- PtyChannelConfigurationHolder - Interface in org.apache.sshd.common.channel
- PtyChannelConfigurationMutator - Interface in org.apache.sshd.common.channel
- PtyMode - Enum in org.apache.sshd.common.channel
-
A enum describing the tty modes according to RFC 4254 - section 8.
- PUBKEY_AUTH_CONFIG_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- PUBKEY_FILE_SUFFIX - Static variable in class org.apache.sshd.common.config.keys.PublicKeyEntry
-
Standard suffix for SSH public key files
- PUBLIC_KEY - Static variable in interface org.apache.sshd.common.auth.UserAuthMethodFactory
-
Public key authentication method name
- PublicKeyEntry - Class in org.apache.sshd.common.config.keys
- PublicKeyEntry() - Constructor for class org.apache.sshd.common.config.keys.PublicKeyEntry
- PublicKeyEntry(String, byte...) - Constructor for class org.apache.sshd.common.config.keys.PublicKeyEntry
- PublicKeyEntryDataResolver - Interface in org.apache.sshd.common.config.keys
-
TODO Add javadoc
- PublicKeyEntryDecoder<PUB,
PRV> - Interface in org.apache.sshd.common.config.keys -
Represents a decoder of an
OpenSSHencoded key data - PublicKeyEntryResolver - Interface in org.apache.sshd.common.config.keys
- PublicKeyIdentity - Interface in org.apache.sshd.client.auth.pubkey
-
Represents a public key identity
- PublicKeyRawDataDecoder<PUB> - Interface in org.apache.sshd.common.config.keys
- PublicKeyRawDataReader<PUB> - Interface in org.apache.sshd.common.config.keys
- put(String, Object) - Method in class org.apache.sshd.common.SyspropsMapWrapper
- put(K, V) - Method in class org.apache.sshd.common.util.IgnoringEmptyMap
- put(K, V) - Method in class org.apache.sshd.common.util.MapEntryUtils.EnumMapBuilder
- put(K, V) - Method in class org.apache.sshd.common.util.MapEntryUtils.GenericMapPopulator
- put(K, V) - Method in class org.apache.sshd.common.util.MapEntryUtils.MapBuilder
- put(K, V) - Method in class org.apache.sshd.common.util.MapEntryUtils.NavigableMapBuilder
- putAll(Map<? extends String, ?>) - Method in class org.apache.sshd.common.SyspropsMapWrapper
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.sshd.common.util.IgnoringEmptyMap
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.sshd.common.util.MapEntryUtils.EnumMapBuilder
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.sshd.common.util.MapEntryUtils.GenericMapPopulator
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.sshd.common.util.MapEntryUtils.MapBuilder
- putAll(Map<? extends K, ? extends V>) - Method in class org.apache.sshd.common.util.MapEntryUtils.NavigableMapBuilder
- putAndWipeBytes(byte[]) - Method in class org.apache.sshd.common.util.buffer.Buffer
-
Adds the bytes to the buffer and wipes the data from the input buffer after having added it - useful for sensitive information such as password
- putAndWipeBytes(byte[], int, int) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putAndWipeChars(char[]) - Method in class org.apache.sshd.common.util.buffer.Buffer
-
Zeroes the input array after having put the characters in the buffer - useful for sensitive information such as passwords
- putAndWipeChars(char[], int, int) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putAndWipeChars(char[], int, int, Charset) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putAndWipeChars(char[], Charset) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putBigInteger(BigInteger, byte[], int) - Static method in class org.apache.sshd.common.signature.SignatureDSA
- putBoolean(boolean) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putBuffer(ByteBuffer) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putBuffer(ByteBuffer) - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- putBuffer(Readable) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putBuffer(Readable, boolean) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putBuffer(Readable, boolean) - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- putBufferedData(Object) - Method in class org.apache.sshd.common.util.buffer.Buffer
-
Checks if the buffer argument is an array of bytes, a
Readableinstance or aByteBufferand invokes the appropriateputXXXmethod. - putByte(byte) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putByte(byte) - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- putBytes(byte[]) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putBytes(byte[], int, int) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putBytes(byte[], int, int) - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- putCertificateOptions(List<OpenSshCertificate.CertificateOption>) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putCertificateOptions(List<OpenSshCertificate.CertificateOption>, Charset) - Method in class org.apache.sshd.common.util.buffer.Buffer
-
According to PROTOCOL.certkeys: Certificate Options is a set of bytes that is [overall length][name(string)][[length of buffer][[length of string][data(string)]]]...
- putChars(char[]) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putChars(char[], int, int) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putChars(char[], int, int, Charset) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putChars(char[], Charset) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putEDDSAKeyPair(B, KeyPair) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- putEDDSAKeyPair(B, PublicKey, PrivateKey) - Method in class org.apache.sshd.common.util.security.eddsa.bouncycastle.BouncyCastleEdDSASupport
- putEDDSAKeyPair(B, PublicKey, PrivateKey) - Static method in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderUtils
- putEDDSAKeyPair(B, PublicKey, PrivateKey) - Method in interface org.apache.sshd.common.util.security.eddsa.generic.EdDSASupport
- putEDDSAKeyPair(B, PublicKey, PrivateKey) - Method in class org.apache.sshd.common.util.security.eddsa.NetI2pCryptoEdDSASupport
- putEDDSAKeyPair(B, PublicKey, PrivateKey) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- putExtension(T, Buffer) - Method in interface org.apache.sshd.common.kex.extension.KexExtensionParser
-
Adds the name + value to the buffer
- putExtension(T, Buffer) - Method in class org.apache.sshd.common.kex.extension.parser.AbstractKexExtensionParser
- putExtensions(Collection<? extends Map.Entry<String, ?>>, Buffer) - Static method in class org.apache.sshd.common.kex.extension.KexExtensions
-
Creates an
SSH_MSG_EXT_INFOmessage using the provided extensions. - putInt(long) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putInt(long) - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- putKeyPair(KeyPair) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putLong(long) - Method in class org.apache.sshd.common.util.buffer.Buffer
-
Writes 64 bits
- putLong(long, byte[], int, int) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- putMPInt(byte[]) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putMPInt(BigInteger) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putNameList(Collection<String>) - Method in class org.apache.sshd.common.util.buffer.Buffer
-
According to RFC 4251:
A name-list is represented as a uint32 containing its length (number of bytes that follow) followed by a comma-separated list of zero or more names. - putNameList(Collection<String>, char) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putNameList(Collection<String>, Charset) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putNameList(Collection<String>, Charset, char) - Method in class org.apache.sshd.common.util.buffer.Buffer
-
Adds a string that contains values separated by a delimiter
- putOptionalBufferedData(Object) - Method in class org.apache.sshd.common.util.buffer.Buffer
-
Checks if the buffer argument is an array of bytes, a
Readableinstance or aByteBufferand invokes the appropriateputXXXmethod. - putPublicKey(PublicKey) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putRawBytes(byte[]) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putRawBytes(byte[], int, int) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putRawBytes(byte[], int, int) - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- putRawEDDSAPublicKey(B, PublicKey) - Method in class org.apache.sshd.common.util.security.eddsa.bouncycastle.BouncyCastleEdDSASupport
- putRawEDDSAPublicKey(B, PublicKey) - Static method in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderUtils
- putRawEDDSAPublicKey(B, PublicKey) - Method in interface org.apache.sshd.common.util.security.eddsa.generic.EdDSASupport
- putRawEDDSAPublicKey(B, PublicKey) - Method in class org.apache.sshd.common.util.security.eddsa.NetI2pCryptoEdDSASupport
- putRawEDDSAPublicKey(B, PublicKey) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- putRawPublicKey(PublicKey) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putRawPublicKeyBytes(PublicKey) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putShort(int) - Method in class org.apache.sshd.common.util.buffer.Buffer
-
Writes 16 bits
- putString(String) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putString(String, Charset) - Method in class org.apache.sshd.common.util.buffer.Buffer
- putStringList(Collection<?>, boolean) - Method in class org.apache.sshd.common.util.buffer.Buffer
-
Encodes the
toStringvalue of each member. - putStringList(Collection<?>, Charset, boolean) - Method in class org.apache.sshd.common.util.buffer.Buffer
-
Encodes the
toStringvalue of each member - putUInt(long) - Method in class org.apache.sshd.common.util.buffer.Buffer
-
Writes 32 bits
- putUInt(long) - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- putUInt(long, byte[]) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
-
Writes a 32-bit value in network order (i.e., MSB 1st)
- putUInt(long, byte[], int, int) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
-
Writes a 32-bit value in network order (i.e., MSB 1st)
- PWR - Enum constant in enum org.apache.sshd.server.Signal
Q
- QUIET - Enum constant in enum org.apache.sshd.common.config.LogLevelValue
- QUIT - Enum constant in enum org.apache.sshd.server.Signal
- QUOTES - Static variable in class org.apache.sshd.common.util.GenericUtils
R
- random(int) - Method in class org.apache.sshd.common.random.JceRandom
- random(int) - Method in interface org.apache.sshd.common.random.Random
-
Returns a pseudo-random uniformly distributed
intin the half-open range [0, n). - random(int) - Method in class org.apache.sshd.common.random.SingletonRandomFactory
- random(int) - Method in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleRandom
-
Returns a pseudo-random uniformly distributed
intin the half-open range [0, n). - Random - Interface in org.apache.sshd.common.random
-
A pseudo random number generator.
- RandomFactory - Interface in org.apache.sshd.common.random
- RAW_PROPS_RESOLVER - Static variable in class org.apache.sshd.common.SyspropsMapWrapper
-
Exposes the "raw" system properties as a
PropertyResolverwithout any further filtering - rawByte(int) - Method in class org.apache.sshd.common.util.buffer.Buffer
- rawByte(int) - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- RawKdfOptions - Class in org.apache.sshd.common.config.keys.loader.openssh.kdf
-
Generic options
- RawKdfOptions() - Constructor for class org.apache.sshd.common.config.keys.loader.openssh.kdf.RawKdfOptions
- rawUInt(int) - Method in class org.apache.sshd.common.util.buffer.Buffer
- rawUInt(int) - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- read() - Method in class org.apache.sshd.common.util.io.input.CloseableEmptyInputStream
- read() - Method in class org.apache.sshd.common.util.io.input.EmptyInputStream
- read() - Method in class org.apache.sshd.common.util.io.input.LimitInputStream
- read() - Method in class org.apache.sshd.common.util.io.input.NullInputStream
- read() - Method in class org.apache.sshd.server.shell.TtyFilterInputStream
- read(byte[], int, int) - Method in class org.apache.sshd.common.util.io.input.CloseableEmptyInputStream
- read(byte[], int, int) - Method in class org.apache.sshd.common.util.io.input.EmptyInputStream
- read(byte[], int, int) - Method in class org.apache.sshd.common.util.io.input.LimitInputStream
- read(byte[], int, int) - Method in class org.apache.sshd.common.util.io.input.NullInputStream
- read(byte[], int, int) - Method in class org.apache.sshd.server.shell.TtyFilterInputStream
- read(InputStream, byte[]) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
Read as many bytes as possible until EOF or achieved required length
- read(InputStream, byte[], int, int) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
Read as many bytes as possible until EOF or achieved required length
- read(Buffer) - Method in interface org.apache.sshd.common.io.IoInputStream
-
NOTE: the buffer must not be touched until the returned read future is completed.
- readable(ByteBuffer) - Static method in interface org.apache.sshd.common.util.Readable
-
Wrap a
ByteBufferas aReadableinstance - Readable - Interface in org.apache.sshd.common.util
- readAllLines(BufferedReader) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
Reads all lines until no more available
- readAllLines(BufferedReader, int) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
Reads all lines until no more available
- readAllLines(InputStream) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
Reads all lines until no more available
- readAllLines(Reader) - Static method in class org.apache.sshd.common.util.io.IoUtils
- readAllLines(URL) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
Reads all lines until no more available
- readAttributes(Path, Class<A>, LinkOption...) - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystemProvider
- readAttributes(Path, Class<A>, LinkOption...) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- readAttributes(Path, String, LinkOption...) - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystemProvider
- readAttributes(Path, String, LinkOption...) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- readAuthorizedKeys(BufferedReader) - Static method in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
- readAuthorizedKeys(InputStream, boolean) - Static method in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
-
Reads read the contents of an
authorized_keysfile - readAuthorizedKeys(Reader, boolean) - Static method in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
-
Reads read the contents of an
authorized_keysfile - readAuthorizedKeys(URL) - Static method in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
-
Reads read the contents of an
authorized_keysfile - readAuthorizedKeys(Path, OpenOption...) - Static method in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
-
Reads read the contents of an
authorized_keysfile - readBigInteger() - Method in class org.apache.sshd.common.util.io.der.DERParser
- readConfigFile(BufferedReader) - Static method in class org.apache.sshd.common.config.ConfigFileReaderSupport
-
Reads the configuration file contents into a
Propertiesinstance. - readConfigFile(InputStream, boolean) - Static method in class org.apache.sshd.common.config.ConfigFileReaderSupport
- readConfigFile(Reader, boolean) - Static method in class org.apache.sshd.common.config.ConfigFileReaderSupport
- readConfigFile(URL) - Static method in class org.apache.sshd.common.config.ConfigFileReaderSupport
- readConfigFile(Path, OpenOption...) - Static method in class org.apache.sshd.common.config.ConfigFileReaderSupport
- readFully(InputStream, byte[]) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
Read the requested number of bytes or fail if there are not enough left.
- readFully(InputStream, byte[], int, int) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
Read the requested number of bytes or fail if there are not enough left.
- readHostConfigEntries(BufferedReader) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
Reads configuration entries
- readHostConfigEntries(InputStream, boolean) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- readHostConfigEntries(Reader, boolean) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- readHostConfigEntries(URL) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- readHostConfigEntries(Path, OpenOption...) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- readInt(InputStream, byte[]) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
-
Read a 32-bit value in network order
- readInt(InputStream, byte[], int, int) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
-
Read a 32-bit value in network order
- readKeyPairs(SessionContext, Path, OpenOption...) - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- readKnownHostEntries(BufferedReader) - Static method in class org.apache.sshd.client.config.hosts.KnownHostEntry
-
Reads configuration entries
- readKnownHostEntries(InputStream, boolean) - Static method in class org.apache.sshd.client.config.hosts.KnownHostEntry
- readKnownHostEntries(Reader, boolean) - Static method in class org.apache.sshd.client.config.hosts.KnownHostEntry
- readKnownHostEntries(URL) - Static method in class org.apache.sshd.client.config.hosts.KnownHostEntry
- readKnownHostEntries(Path, OpenOption...) - Static method in class org.apache.sshd.client.config.hosts.KnownHostEntry
- readLength() - Method in class org.apache.sshd.common.util.io.der.DERParser
-
Decode the length of the field.
- readObject() - Method in class org.apache.sshd.common.util.io.der.DERParser
- ReadPendingException - Exception Class in org.apache.sshd.common.io
- ReadPendingException() - Constructor for exception class org.apache.sshd.common.io.ReadPendingException
- ReadPendingException(String) - Constructor for exception class org.apache.sshd.common.io.ReadPendingException
- ReadPendingException(String, Throwable) - Constructor for exception class org.apache.sshd.common.io.ReadPendingException
- ReadPendingException(Throwable) - Constructor for exception class org.apache.sshd.common.io.ReadPendingException
- readPrivateKey(SessionContext, NamedResource, OpenSSHParserContext, String, FilePasswordProvider, InputStream) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParser
- readPrivateKeys(SessionContext, NamedResource, OpenSSHParserContext, Collection<? extends PublicKey>, FilePasswordProvider, InputStream) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParser
- readPublicKey(SessionContext, URL) - Method in interface org.apache.sshd.common.config.keys.PublicKeyRawDataReader
- readPublicKey(SessionContext, URL, Charset) - Method in interface org.apache.sshd.common.config.keys.PublicKeyRawDataReader
- readPublicKey(SessionContext, Path, Charset, OpenOption...) - Method in interface org.apache.sshd.common.config.keys.PublicKeyRawDataReader
- readPublicKey(SessionContext, Path, OpenOption...) - Method in interface org.apache.sshd.common.config.keys.PublicKeyRawDataReader
- readPublicKey(SessionContext, NamedResource, BufferedReader) - Method in interface org.apache.sshd.common.config.keys.PublicKeyRawDataReader
- readPublicKey(SessionContext, NamedResource, InputStream) - Method in interface org.apache.sshd.common.config.keys.PublicKeyRawDataReader
- readPublicKey(SessionContext, NamedResource, InputStream, Charset) - Method in interface org.apache.sshd.common.config.keys.PublicKeyRawDataReader
- readPublicKey(SessionContext, NamedResource, Reader) - Method in interface org.apache.sshd.common.config.keys.PublicKeyRawDataReader
- readPublicKey(SessionContext, NamedResource, String, String, byte[], Map<String, String>) - Method in class org.apache.sshd.common.config.keys.loader.ssh2.Ssh2PublicKeyEntryDecoder
- readPublicKey(SessionContext, NamedResource, String, String, List<String>, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.loader.ssh2.Ssh2PublicKeyEntryDecoder
- readPublicKey(SessionContext, NamedResource, List<String>) - Method in class org.apache.sshd.common.config.keys.loader.ssh2.Ssh2PublicKeyEntryDecoder
- readPublicKey(SessionContext, NamedResource, List<String>) - Method in interface org.apache.sshd.common.config.keys.PublicKeyRawDataReader
- readPublicKey(SessionContext, NamedResource, OpenSSHParserContext, InputStream, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParser
- readPublicKey(SessionContext, IoResource<?>) - Method in interface org.apache.sshd.common.config.keys.PublicKeyRawDataReader
- readPublicKey(SessionContext, IoResource<?>, Charset) - Method in interface org.apache.sshd.common.config.keys.PublicKeyRawDataReader
- readRawInput() - Method in class org.apache.sshd.server.shell.TtyFilterInputStream
- readResolve() - Method in class org.apache.sshd.common.util.logging.LoggerSkeleton
- readResolve() - Method in class org.apache.sshd.common.util.logging.SimplifiedLoggerSkeleton
- readRLEBytes(byte[], int) - Static method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- readRLEBytes(byte[], int, int, int) - Static method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
-
Decodes a run-length encoded byte array
- readRLEBytes(InputStream, int) - Static method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- readSymbolicLink(Path) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- readUInt(InputStream, byte[]) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
-
Read a 32-bit value in network order
- readUInt(InputStream, byte[], int, int) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
-
Read a 32-bit value in network order
- REAL - Enum constant in enum org.apache.sshd.common.util.io.der.ASN1Type
- recoverDSAPublicKey(DSAPrivateKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- recoverEDDSAPublicKey(PrivateKey) - Method in class org.apache.sshd.common.util.security.eddsa.bouncycastle.BouncyCastleEdDSASupport
- recoverEDDSAPublicKey(PrivateKey) - Static method in class org.apache.sshd.common.util.security.eddsa.EdDSASecurityProviderUtils
- recoverEDDSAPublicKey(PrivateKey) - Method in interface org.apache.sshd.common.util.security.eddsa.generic.EdDSASupport
- recoverEDDSAPublicKey(PrivateKey) - Method in class org.apache.sshd.common.util.security.eddsa.NetI2pCryptoEdDSASupport
- recoverEDDSAPublicKey(PrivateKey) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- recoverFromRSAPrivateCrtKey(RSAPrivateCrtKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- recoverPublicKey(DSAPrivateKey) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHDSSPrivateKeyEntryDecoder
- recoverPublicKey(ECPrivateKey) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHECDSAPrivateKeyEntryDecoder
- recoverPublicKey(RSAPrivateKey) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHRSAPrivateKeyDecoder
- recoverPublicKey(PrivateKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- recoverPublicKey(PRV) - Method in interface org.apache.sshd.common.config.keys.PrivateKeyEntryDecoder
-
Attempts to recover the public key given the private one
- recoverPublicKey(PRV) - Method in class org.apache.sshd.common.util.security.eddsa.generic.GenericOpenSSHEd25519PrivateKeyEntryDecoder
- recoverRSAPublicKey(BigInteger, BigInteger) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- recoverRSAPublicKey(BigInteger, BigInteger, BigInteger) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- recoverRSAPublicKey(RSAPrivateKey) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- referenceEquality() - Static method in interface org.apache.sshd.common.util.functors.UnaryEquator
- ReflectionUtils - Class in org.apache.sshd.common.util
- REGEX_HANDLER_PREFIX - Static variable in class org.apache.sshd.common.util.SelectorUtils
- REGFILE_VIEW_ATTR - Static variable in class org.apache.sshd.common.util.io.IoUtils
- register(WatchService, WatchEvent.Kind<?>...) - Method in class org.apache.sshd.common.file.util.BasePath
- register(WatchService, WatchEvent.Kind<?>...) - Method in class org.apache.sshd.common.file.util.MockPath
- register(WatchService, WatchEvent.Kind<?>[], WatchEvent.Modifier...) - Method in class org.apache.sshd.common.file.util.BasePath
- register(WatchService, WatchEvent.Kind<?>[], WatchEvent.Modifier...) - Method in class org.apache.sshd.common.file.util.MockPath
- REGISTER_BOUNCY_CASTLE_PROP - Static variable in class org.apache.sshd.common.util.security.SecurityUtils
-
Deprecated.Please use "org.apache.sshd.security.provider.BC.enabled"
- registerCanonicalKeyTypes(String, Collection<String>) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
-
Registers a collection of aliases to a canonical key type
- registerExtension(CipherFactory) - Static method in enum org.apache.sshd.common.cipher.BuiltinCiphers
-
Registered a
NamedFactoryto be available besides the built-in ones when parsing configuration - registerExtension(CompressionFactory) - Static method in enum org.apache.sshd.common.compression.BuiltinCompressions
-
Registered a
NamedFactoryto be available besides the built-in ones when parsing configuration - registerExtension(MacFactory) - Static method in enum org.apache.sshd.common.mac.BuiltinMacs
-
Registered a
NamedFactoryto be available besides the built-in ones when parsing configuration - registerExtension(SignatureFactory) - Static method in enum org.apache.sshd.common.signature.BuiltinSignatures
-
Registered a
NamedFactoryto be available besides the built-in ones when parsing configuration - registerExtensionParser(KexExtensionParser<?>) - Static method in class org.apache.sshd.common.kex.extension.KexExtensions
-
Registers a
KexExtensionParserfor a named extension - registerKeyDataEntryResolver(String, PublicKeyEntryDataResolver) - Static method in class org.apache.sshd.common.config.keys.PublicKeyEntry
-
Registers a specialized decoder for the public key entry data bytes instead of the
defaultone. - registerPEMResourceParser(KeyPairPEMResourceParser) - Static method in class org.apache.sshd.common.config.keys.loader.pem.PEMResourceParserUtils
- registerPrivateKeyEntryDecoder(PrivateKeyEntryDecoder<?, ?>) - Static method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParser
- registerPrivateKeyObfuscator(String, PrivateKeyObfuscator) - Static method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- registerPrivateKeyObfuscator(PrivateKeyObfuscator) - Static method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- registerPublicKeyEntryDecoder(PublicKeyEntryDecoder<?, ?>) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- registerPublicKeyEntryDecoderForKeyType(String, PublicKeyEntryDecoder<?, ?>) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- registerPublicKeyEntryDecoderKeyTypes(PublicKeyEntryDecoder<?, ?>) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
-
Registers the specified decoder for all the types it
supports - registerSecurityProvider(SecurityProviderRegistrar) - Static method in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
-
Attempts to register the security provider represented by the registrar if not already registered.
- registerSecurityProvider(SecurityProviderRegistrar) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- reInit(byte[], int, int) - Method in class org.apache.sshd.common.cipher.BaseCipher
- reInit(byte[], int, int) - Method in class org.apache.sshd.common.cipher.BaseCTRCipher
- RELATIVE_OID - Enum constant in enum org.apache.sshd.common.util.io.der.ASN1Type
- relativize(Path) - Method in class org.apache.sshd.common.file.util.BasePath
- relativize(Path) - Method in class org.apache.sshd.common.file.util.MockPath
- reload(Path, LinkOption...) - Method in class org.apache.sshd.common.util.io.FileSnapshot
-
Reload the
FileSnapshotfor the given file. - reloadClientIdentities(SessionContext, Path) - Method in class org.apache.sshd.client.config.keys.ClientIdentityFileWatcher
- reloadHostConfigEntries(Path, String, int, String, String) - Method in class org.apache.sshd.client.config.hosts.ConfigFileHostEntryResolver
- reloadHostConfigEntries(Path, String, int, String, String) - Method in class org.apache.sshd.client.config.hosts.DefaultConfigFileHostEntryResolver
- reloadKeyPairs(SessionContext, NamedResource, FilePasswordProvider, List<String>) - Method in class org.apache.sshd.common.config.keys.loader.FileWatcherKeyPairResourceLoader
- REMOTE_HOST_MACRO - Static variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- REMOTE_PORT_MACRO - Static variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- REMOTE_USER_MACRO - Static variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- remove() - Method in class org.apache.sshd.common.keyprovider.AbstractResourceKeyPairProvider.KeyPairIterator
- remove(Object) - Method in class org.apache.sshd.common.SyspropsMapWrapper
- remove(Object) - Method in class org.apache.sshd.common.util.IgnoringEmptyMap
- remove(K) - Method in class org.apache.sshd.common.util.MapEntryUtils.EnumMapBuilder
- remove(K) - Method in class org.apache.sshd.common.util.MapEntryUtils.GenericMapPopulator
- remove(K) - Method in class org.apache.sshd.common.util.MapEntryUtils.MapBuilder
- remove(K) - Method in class org.apache.sshd.common.util.MapEntryUtils.NavigableMapBuilder
- remove(PropertyResolver) - Method in interface org.apache.sshd.common.Property
- remove(PropertyResolver) - Method in class org.apache.sshd.common.Property.Validating
- removeAttribute(Object) - Method in interface org.apache.sshd.common.io.IoSession
-
Removes a user-defined attribute with the specified key.
- removeAttribute(AttributeRepository.AttributeKey<T>) - Method in interface org.apache.sshd.common.AttributeStore
-
Removes the user-defined attribute
- removeByName(String, Comparator<? super String>, Collection<? extends R>) - Static method in interface org.apache.sshd.common.NamedResource
-
Remove the resource identified by the name from the list.
- removeByOptionalWildcardAddress(Map<SshdSocketAddress, ? extends V>, SshdSocketAddress) - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
- removeCdUpAboveRoot(Path) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
Remove any extra directory ups from the Path
- removeCloseFutureListener(SshFutureListener<CloseFuture>) - Method in interface org.apache.sshd.common.Closeable
-
Remove a pre-registered close event listener
- removeCloseFutureListener(SshFutureListener<CloseFuture>) - Method in class org.apache.sshd.common.util.closeable.AbstractCloseable
- removeCloseFutureListener(SshFutureListener<CloseFuture>) - Method in class org.apache.sshd.common.util.closeable.SimpleCloseable
- removeCloseFutureListener(SshFutureListener<CloseFuture>) - Method in class org.apache.sshd.common.util.threads.NoCloseExecutor
- removeCloseFutureListener(SshFutureListener<CloseFuture>) - Method in class org.apache.sshd.common.util.threads.SshThreadPoolExecutor
- removeListener(SshFutureListener<T>) - Method in class org.apache.sshd.common.future.DefaultSshFuture
- removeListener(SshFutureListener<T>) - Method in interface org.apache.sshd.common.future.SshFuture
-
Removes an existing event listener so it won't be notified when the future is completed.
- removeProperty(String) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- removeWhitespace(String) - Static method in class org.apache.sshd.common.util.SelectorUtils
-
"Flattens" a string by removing all whitespace (space, tab, line-feed, carriage return, and form-feed).
- replace(String, String, String, int) - Static method in class org.apache.sshd.common.util.GenericUtils
-
Replace a String with another String inside a larger String, for the first
maxvalues of the search String. - replaceWhitespaceAndTrim(String) - Static method in class org.apache.sshd.common.util.GenericUtils
- REPORTED_VERSION - Static variable in class org.apache.sshd.common.config.VersionProperties
-
Property used to hold the reported version
- RESERVED - Enum constant in enum org.apache.sshd.common.session.SessionHeartbeatController.HeartbeatType
-
Custom mechanism via
ReservedSessionMessagesHandler - reset() - Method in class org.apache.sshd.common.util.io.input.CloseableEmptyInputStream
- reset() - Method in class org.apache.sshd.common.util.io.input.EmptyInputStream
- reset() - Method in class org.apache.sshd.common.util.io.input.NullInputStream
- resetCacheMap(Collection<?>) - Method in class org.apache.sshd.common.keyprovider.AbstractResourceKeyPairProvider
-
Checks which of the new resources we already loaded and can keep the associated key pair
- resetReloadAttributes() - Method in class org.apache.sshd.common.util.io.ModifiableFileWatcher
-
Resets the state attributes used to detect changes to the initial construction values - i.e., file assumed not to exist and no known size of modify time
- resize(byte[], int) - Static method in class org.apache.sshd.common.cipher.BaseCipher
- resolve(String) - Method in class org.apache.sshd.common.file.util.BasePath
- resolve(String) - Method in class org.apache.sshd.common.file.util.MockPath
- resolve(Path) - Method in class org.apache.sshd.common.file.util.BasePath
- resolve(Path) - Method in class org.apache.sshd.common.file.util.MockPath
- resolve(SessionContext, String, byte[]) - Method in interface org.apache.sshd.common.config.keys.PrivateKeyEntryDecoder
- resolve(SessionContext, String, byte[]) - Method in interface org.apache.sshd.common.config.keys.PrivateKeyEntryResolver
- resolve(SessionContext, String, byte[], Map<String, String>) - Method in class org.apache.sshd.common.config.keys.loader.ssh2.Ssh2PublicKeyEntryDecoder
- resolve(SessionContext, String, byte[], Map<String, String>) - Method in interface org.apache.sshd.common.config.keys.PublicKeyEntryDecoder
- resolve(SessionContext, String, byte[], Map<String, String>) - Method in interface org.apache.sshd.common.config.keys.PublicKeyEntryResolver
- resolveAttribute(AttributeRepository.AttributeKey<T>) - Method in interface org.apache.sshd.common.AttributeRepository
-
Attempts to resolve the associated value by going up the store's hierarchy (if any)
- resolveCanonicalGroup(String, String) - Static method in class org.apache.sshd.common.util.OsUtils
-
Attempts to resolve canonical group name for
Windows - resolveCipherInformation(int, String) - Method in class org.apache.sshd.common.config.keys.loader.AESPrivateKeyObfuscator
- resolveClassLoader() - Method in class org.apache.sshd.common.keyprovider.ClassLoadableResourceKeyPairProvider
- resolveDefaultClass(Class<?>, String) - Static method in class org.apache.sshd.common.util.threads.ThreadUtils
- resolveDefaultClass(Iterable<? extends ClassLoader>, String) - Static method in class org.apache.sshd.common.util.threads.ThreadUtils
- resolveDefaultClassLoader(Class<?>) - Static method in class org.apache.sshd.common.util.threads.ThreadUtils
-
Attempts to find the most suitable
ClassLoaderas follows: - resolveDefaultClassLoader(Object) - Static method in class org.apache.sshd.common.util.threads.ThreadUtils
- resolveDefaultClassLoaders(Class<?>) - Static method in class org.apache.sshd.common.util.threads.ThreadUtils
- resolveDefaultClassLoaders(Object) - Static method in class org.apache.sshd.common.util.threads.ThreadUtils
- resolveDefaultInteractiveCommandElements() - Static method in class org.apache.sshd.common.util.OsUtils
- resolveDefaultInteractiveCommandElements(boolean) - Static method in class org.apache.sshd.common.util.OsUtils
- resolveDefaultInteractiveShellCommand() - Static method in class org.apache.sshd.common.util.OsUtils
- resolveDefaultInteractiveShellCommand(boolean) - Static method in class org.apache.sshd.common.util.OsUtils
- resolveEffectiveContext(PrivateKeyEncryptionContext) - Static method in class org.apache.sshd.common.config.keys.loader.DESPrivateKeyObfuscator
- resolveEffectiveHost(String, int, SocketAddress, String, String, AttributeRepository) - Method in class org.apache.sshd.client.config.hosts.ConfigFileHostEntryResolver
- resolveEffectiveHost(String, int, SocketAddress, String, String, AttributeRepository) - Method in interface org.apache.sshd.client.config.hosts.HostConfigEntryResolver
-
Invoked when creating a new client session in order to allow for overriding of the original parameters
- resolveEffectiveResolver(String, int, String, String) - Method in class org.apache.sshd.client.config.hosts.ConfigFileHostEntryResolver
- resolveEnabledOptions(Map<PtyMode, ?>, Collection<PtyMode>) - Static method in enum org.apache.sshd.common.channel.PtyMode
- resolveEnabledOptions(Map<PtyMode, ?>, PtyMode...) - Static method in enum org.apache.sshd.common.channel.PtyMode
- resolveEntryComponents(String) - Static method in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
-
Parses a single line from an
authorized_keysfile that is known to contain login options and separates it to the options and the rest of the line. - resolveExceptionCause(Throwable) - Static method in class org.apache.sshd.common.util.ExceptionUtils
- resolveExecutorService() - Method in interface org.apache.sshd.common.util.threads.ExecutorServiceProvider
- resolveFactory(String) - Static method in enum org.apache.sshd.common.cipher.BuiltinCiphers
- resolveFactory(String) - Static method in enum org.apache.sshd.common.compression.BuiltinCompressions
- resolveFactory(String) - Static method in enum org.apache.sshd.common.mac.BuiltinMacs
- resolveFactory(String) - Static method in enum org.apache.sshd.common.signature.BuiltinSignatures
- resolveIdentityFilePath(String, String, int, String) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- resolveInitializationVectorLength(PrivateKeyEncryptionContext) - Method in class org.apache.sshd.common.config.keys.loader.AbstractPrivateKeyObfuscator
- resolveInitializationVectorLength(PrivateKeyEncryptionContext) - Method in class org.apache.sshd.common.config.keys.loader.AESPrivateKeyObfuscator
- resolveInitializationVectorLength(PrivateKeyEncryptionContext) - Method in class org.apache.sshd.common.config.keys.loader.DESPrivateKeyObfuscator
- resolveInputStream(InputStream, boolean) - Static method in class org.apache.sshd.common.util.io.input.NoCloseInputStream
- resolveKdfOptions(SessionContext, NamedResource, String, String, InputStream, Map<String, String>) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParser
- resolveKeyDataEntryResolver(String) - Static method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- resolveKeyIdentityProvider(KeyIdentityProvider, KeyIdentityProvider) - Static method in interface org.apache.sshd.common.keyprovider.KeyIdentityProvider
-
Creates a "unified"
KeyIdentityProviderout of 2 possible ones as follows: - resolveKeyLength(PrivateKeyEncryptionContext) - Method in class org.apache.sshd.common.config.keys.loader.AbstractPrivateKeyObfuscator
- resolveKeyLength(PrivateKeyEncryptionContext) - Method in class org.apache.sshd.common.config.keys.loader.AESPrivateKeyObfuscator
- resolveKeyLength(PrivateKeyEncryptionContext) - Method in class org.apache.sshd.common.config.keys.loader.DESPrivateKeyObfuscator
- resolveKeyPairs(SessionContext, Path) - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- resolveLocalPath(RootedPath) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- resolveOutputStream(OutputStream, boolean) - Static method in class org.apache.sshd.common.util.io.output.NoCloseOutputStream
- resolvePasswordIdentityProvider(SessionContext, PasswordIdentityProvider, PasswordIdentityProvider) - Static method in interface org.apache.sshd.client.auth.password.PasswordIdentityProvider
-
Creates a "unified"
PasswordIdentityProviderout of 2 possible ones as follows: - resolvePreferredSignaturePosition(List<? extends NamedFactory<Signature>>, NamedFactory<Signature>) - Static method in interface org.apache.sshd.common.signature.SignatureFactory
- resolvePreferredSignaturePosition(List<String>, int, Map<String, Integer>) - Static method in interface org.apache.sshd.common.signature.SignatureFactory
- resolvePrivateKeyObfuscator() - Method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- resolvePropertiesSource(PropertyResolver, String) - Static method in class org.apache.sshd.common.PropertyResolverUtils
-
Unwinds the resolvers hierarchy until found one with a non-
nullvalue for the requested property or reached top. - resolvePropertyValue(Map<String, ?>, String) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- resolvePropertyValue(PropertyResolver, String) - Static method in class org.apache.sshd.common.PropertyResolverUtils
-
Unwinds the resolvers hierarchy until found one with a non-
nullvalue for the requested property or reached top. - resolvePublicKey(SessionContext, Map<String, String>, PublicKeyEntryResolver) - Method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- resolvePublicKey(SessionContext, PublicKeyEntryResolver) - Method in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
- resolvePublicKeyEntries(SessionContext, Collection<? extends PublicKeyEntry>, PublicKeyEntryResolver) - Static method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- resolvePublicKeyEntryDataResolver() - Method in class org.apache.sshd.common.config.keys.PublicKeyEntry
-
If a
PublicKeyEntryDataResolverhas been set, then uses it - otherwise uses thedefault one. - resolveReader(Reader, boolean) - Static method in class org.apache.sshd.common.util.io.input.NoCloseReader
- resolveSecurityEntityFactory(Class<T>, String, Predicate<? super SecurityProviderRegistrar>) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- resolveSibling(String) - Method in class org.apache.sshd.common.file.util.BasePath
- resolveSibling(String) - Method in class org.apache.sshd.common.file.util.MockPath
- resolveSibling(Path) - Method in class org.apache.sshd.common.file.util.BasePath
- resolveSibling(Path) - Method in class org.apache.sshd.common.file.util.MockPath
- resolveSignatureFactories(SignatureFactoriesManager, SignatureFactoriesManager) - Static method in interface org.apache.sshd.common.signature.SignatureFactoriesManager
-
Attempts to use the primary manager's signature factories if not
null/empty, otherwise uses the secondary ones (regardless of whether there are any...) - resolveSignatureFactoriesProposal(Iterable<String>, Collection<? extends NamedFactory<Signature>>) - Static method in interface org.apache.sshd.common.signature.SignatureFactory
- resolveSignatureFactory(String, Collection<? extends NamedFactory<? extends Signature>>) - Static method in interface org.apache.sshd.common.signature.SignatureFactory
- resolveSignatureFactoryByPublicKey(PublicKey, String) - Static method in interface org.apache.sshd.common.signature.SignatureFactory
- resolveSignatureFactoryNamesProposal(Iterable<String>, Collection<String>) - Static method in interface org.apache.sshd.common.signature.SignatureFactory
- resolveWriter(Writer, boolean) - Static method in class org.apache.sshd.common.util.io.output.NoCloseWriter
- ResourceStreamProvider - Interface in org.apache.sshd.common.util.io.resource
- resumeRead() - Method in interface org.apache.sshd.common.io.IoSession
-
Resume read operations on this session.
- rethrowAsIoException(Throwable) - Static method in class org.apache.sshd.common.util.ExceptionUtils
- RETRY - Enum constant in enum org.apache.sshd.common.config.keys.FilePasswordProvider.ResourceDecodeResult
-
Try again the decoding process - including password prompt
- rfs - Variable in class org.apache.sshd.common.file.root.RootedDirectoryStream
- root - Variable in class org.apache.sshd.common.file.util.BasePath
- root(RootedFileSystem, DirectoryStream<Path>) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- root(RootedFileSystem, Path) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- root(RootedFileSystem, Iterator<Path>) - Method in class org.apache.sshd.common.file.root.RootedDirectoryStream
- ROOT_USER - Static variable in class org.apache.sshd.common.util.OsUtils
- RootedDirectoryStream - Class in org.apache.sshd.common.file.root
-
secure directory stream proxy for a
RootedFileSystem - RootedDirectoryStream(RootedFileSystem, DirectoryStream<Path>) - Constructor for class org.apache.sshd.common.file.root.RootedDirectoryStream
- RootedFileSystem - Class in org.apache.sshd.common.file.root
- RootedFileSystem(RootedFileSystemProvider, Path, Map<String, ?>) - Constructor for class org.apache.sshd.common.file.root.RootedFileSystem
- RootedFileSystemProvider - Class in org.apache.sshd.common.file.root
-
File system provider which provides a rooted file system.
- RootedFileSystemProvider() - Constructor for class org.apache.sshd.common.file.root.RootedFileSystemProvider
- RootedFileSystemUtils - Class in org.apache.sshd.common.file.root
-
Utility functions for rooted file utils
- RootedPath - Class in org.apache.sshd.common.file.root
- RootedPath(RootedFileSystem, String, List<String>) - Constructor for class org.apache.sshd.common.file.root.RootedPath
- RootedSecureDirectoryStream - Class in org.apache.sshd.common.file.root
-
A secure directory stream proxy for a
RootedFileSystem - RootedSecureDirectoryStream(RootedFileSystem, SecureDirectoryStream<Path>) - Constructor for class org.apache.sshd.common.file.root.RootedSecureDirectoryStream
- rpos() - Method in class org.apache.sshd.common.util.buffer.Buffer
- rpos() - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- rpos(int) - Method in class org.apache.sshd.common.util.buffer.Buffer
- rpos(int) - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- rsa - Enum constant in enum org.apache.sshd.common.signature.BuiltinSignatures
- RSA - Enum constant in enum org.apache.sshd.common.config.keys.BuiltinIdentities
- RSA - Static variable in class org.apache.sshd.common.config.keys.BuiltinIdentities.Constants
- RSA_ALGORITHM - Static variable in class org.apache.sshd.common.config.keys.KeyUtils
-
Name of algorithm for RSA keys to be used when calling security provider
- rsa_cert - Enum constant in enum org.apache.sshd.common.signature.BuiltinSignatures
-
Deprecated.
- RSA_OID - Static variable in class org.apache.sshd.common.config.keys.loader.pem.RSAPEMResourceKeyPairParser
- RSA_SHA256_CERT_TYPE_ALIAS - Static variable in class org.apache.sshd.common.config.keys.KeyUtils
- RSA_SHA256_KEY_TYPE_ALIAS - Static variable in class org.apache.sshd.common.config.keys.KeyUtils
- RSA_SHA512_CERT_TYPE_ALIAS - Static variable in class org.apache.sshd.common.config.keys.KeyUtils
- RSA_SHA512_KEY_TYPE_ALIAS - Static variable in class org.apache.sshd.common.config.keys.KeyUtils
- RSA_SIGNATURE_TYPE_PREFERENCES - Static variable in interface org.apache.sshd.common.signature.SignatureFactory
-
RSA signature types in ascending order of preference (i.e., most preferred 1st)
- RSABufferPublicKeyParser - Class in org.apache.sshd.common.util.buffer.keys
- RSABufferPublicKeyParser() - Constructor for class org.apache.sshd.common.util.buffer.keys.RSABufferPublicKeyParser
- RSAPEMResourceKeyPairParser - Class in org.apache.sshd.common.config.keys.loader.pem
- RSAPEMResourceKeyPairParser() - Constructor for class org.apache.sshd.common.config.keys.loader.pem.RSAPEMResourceKeyPairParser
- RSAPublicKeyDecoder - Class in org.apache.sshd.common.config.keys.impl
- RSAPublicKeyDecoder() - Constructor for class org.apache.sshd.common.config.keys.impl.RSAPublicKeyDecoder
- rsaSHA256 - Enum constant in enum org.apache.sshd.common.signature.BuiltinSignatures
- rsaSHA256_cert - Enum constant in enum org.apache.sshd.common.signature.BuiltinSignatures
- rsaSHA512 - Enum constant in enum org.apache.sshd.common.signature.BuiltinSignatures
- rsaSHA512_cert - Enum constant in enum org.apache.sshd.common.signature.BuiltinSignatures
- run(Object, Runnable) - Method in class org.apache.sshd.common.util.closeable.Builder
- RUN - Enum constant in enum org.apache.sshd.common.kex.KexState
-
A key exchange is running.
- runAsInternal(Callable<V>) - Static method in class org.apache.sshd.common.util.threads.ThreadUtils
-
Runs a piece of code given as a
Callablewith a flag set indicating that the executing thread is an Apache MINA sshd framework-internal thread. - runAsInternal(T, IOFunction<? super T, V>) - Static method in class org.apache.sshd.common.util.threads.ThreadUtils
-
Runs an
IOFunctionwith a flag set indicating that the executing thread is an Apache MINA sshd framework-internal thread. - RuntimeSshException - Exception Class in org.apache.sshd.common
-
Exception used in the SSH client or server.
- RuntimeSshException() - Constructor for exception class org.apache.sshd.common.RuntimeSshException
- RuntimeSshException(String) - Constructor for exception class org.apache.sshd.common.RuntimeSshException
- RuntimeSshException(String, Throwable) - Constructor for exception class org.apache.sshd.common.RuntimeSshException
- RuntimeSshException(Throwable) - Constructor for exception class org.apache.sshd.common.RuntimeSshException
S
- S2CCOMP - Enum constant in enum org.apache.sshd.common.kex.KexProposalOption
- S2CENC - Enum constant in enum org.apache.sshd.common.kex.KexProposalOption
- S2CLANG - Enum constant in enum org.apache.sshd.common.kex.KexProposalOption
- S2CMAC - Enum constant in enum org.apache.sshd.common.kex.KexProposalOption
- safeCompare(String, String, boolean) - Static method in class org.apache.sshd.common.util.GenericUtils
- safeCompareByName(NamedResource, NamedResource, boolean) - Static method in interface org.apache.sshd.common.NamedResource
- safeCompareFilename(Path, Path, boolean) - Static method in class org.apache.sshd.common.util.io.PathUtils
- same(FileSnapshot) - Method in class org.apache.sshd.common.util.io.FileSnapshot
-
Compares the snapshots' file metadata.
- save(Path, LinkOption...) - Static method in class org.apache.sshd.common.util.io.FileSnapshot
-
Creates a new
FileSnapshotfor the given path. - scan() - Method in class org.apache.sshd.common.util.io.DirectoryScanner
-
Scans the base directory for files which match at least one include pattern and don't match any exclude patterns.
- scan(Supplier<? extends C>) - Method in class org.apache.sshd.common.util.io.DirectoryScanner
- scandir(Path, Path, C) - Method in class org.apache.sshd.common.util.io.DirectoryScanner
-
Scans the given directory for files and directories.
- scanIdentitiesFolder(Path, boolean, Collection<String>, Function<? super String, String>, LinkOption...) - Static method in class org.apache.sshd.client.config.keys.ClientIdentity
-
Scans a folder for possible identity files
- SCHEME - Static variable in class org.apache.sshd.common.file.nonefs.NoneFileSystemProvider
- SECONDS - Enum constant in enum org.apache.sshd.common.config.TimeValueConfig
- secretKey - Variable in class org.apache.sshd.common.cipher.BaseGCMCipher
- SecureByteArrayOutputStream - Class in org.apache.sshd.common.util.io.output
-
A
ByteArrayOutputStreamthat clears its internal buffer after resizing and when it isclosed. - SecureByteArrayOutputStream() - Constructor for class org.apache.sshd.common.util.io.output.SecureByteArrayOutputStream
- SecureByteArrayOutputStream(int) - Constructor for class org.apache.sshd.common.util.io.output.SecureByteArrayOutputStream
- SECURITY_ENTITIES - Static variable in interface org.apache.sshd.common.util.security.SecurityProviderRegistrar
-
All the entities that are used in calls to
SecurityProviderRegistrar.isSecurityEntitySupported(Class, String) - SECURITY_PROVIDER_REGISTRARS - Static variable in class org.apache.sshd.common.util.security.SecurityUtils
-
Comma separated list of fully qualified
SecurityProviderRegistrars to automatically register - SecurityEntityFactory<T> - Interface in org.apache.sshd.common.util.security
- SecurityKeyPublicKey<K> - Interface in org.apache.sshd.common.config.keys.u2f
- SecurityProviderChoice - Interface in org.apache.sshd.common.util.security
- SecurityProviderRegistrar - Interface in org.apache.sshd.common.util.security
- SecurityUtils - Class in org.apache.sshd.common.util.security
-
Specific security providers related code
- SEGV - Enum constant in enum org.apache.sshd.server.Signal
- selectMatchingMembers(Predicate<? super T>, Collection<? extends T>) - Static method in class org.apache.sshd.common.util.GenericUtils
-
Returns a list of all the values that were accepted by a predicate
- selectMatchingMembers(Predicate<? super T>, T...) - Static method in class org.apache.sshd.common.util.GenericUtils
-
Returns a list of all the values that were accepted by a predicate
- selectNextMatchingValue(Iterator<?>, Class<T>) - Static method in class org.apache.sshd.common.util.GenericUtils
- SelectorUtils - Class in org.apache.sshd.common.util
-
This is a utility class used by selectors and DirectoryScanner.
- separateDataLinesFromHeaders(SessionContext, NamedResource, String, String, List<String>) - Method in class org.apache.sshd.common.config.keys.loader.AbstractKeyPairResourceParser
- separateDataLinesFromHeaders(SessionContext, NamedResource, String, String, List<String>) - Method in class org.apache.sshd.common.config.keys.loader.ssh2.Ssh2PublicKeyEntryDecoder
- separator - Variable in class org.apache.sshd.common.util.io.PathScanningMatcher
-
The file separator to use to parse paths - default=local O/S separator
- SEQUENCE - Enum constant in enum org.apache.sshd.common.util.io.der.ASN1Type
- sequential(Object, Iterable<Closeable>) - Method in class org.apache.sshd.common.util.closeable.Builder
- sequential(Closeable...) - Method in class org.apache.sshd.common.util.closeable.Builder
- SequentialCloseable - Class in org.apache.sshd.common.util.closeable
-
Waits for a group of
Closeables to complete in the given order, then signals the completion by setting the "parent" future as closed - SequentialCloseable(Object, Object, Iterable<? extends Closeable>) - Constructor for class org.apache.sshd.common.util.closeable.SequentialCloseable
- SERVER_KEX_EXTENSION - Static variable in class org.apache.sshd.common.kex.extension.KexExtensions
- SERVERKEYS - Enum constant in enum org.apache.sshd.common.kex.KexProposalOption
- ServerSignatureAlgorithms - Class in org.apache.sshd.common.kex.extension.parser
- ServerSignatureAlgorithms() - Constructor for class org.apache.sshd.common.kex.extension.parser.ServerSignatureAlgorithms
- session - Variable in class org.apache.sshd.common.keyprovider.AbstractResourceKeyPairProvider.KeyPairIterator
- SESSION_HEARTBEAT_INTERVAL - Static variable in class org.apache.sshd.common.CommonModuleProperties
-
Property used to register the interval for the heartbeat - if not set or non-positive then disabled
- SESSION_HEARTBEAT_TYPE - Static variable in class org.apache.sshd.common.CommonModuleProperties
-
Property used to register the
SessionHeartbeatController.HeartbeatType- if non-existent orNONEthen disabled. - sessionClosed(IoSession) - Method in interface org.apache.sshd.common.io.IoHandler
- SessionContext - Interface in org.apache.sshd.common.session
-
A "succinct" summary of the most important attributes of an SSH session
- SessionContextHolder - Interface in org.apache.sshd.common.session
- sessionCreated(IoSession) - Method in interface org.apache.sshd.common.io.IoHandler
- SessionHeartbeatController - Interface in org.apache.sshd.common.session
- SessionHeartbeatController.HeartbeatType - Enum in org.apache.sshd.common.session
- set(PropertyResolver, T) - Method in class org.apache.sshd.common.Property.BaseProperty
- set(PropertyResolver, T) - Method in interface org.apache.sshd.common.Property
- set(PropertyResolver, T) - Method in class org.apache.sshd.common.Property.Validating
- SET - Enum constant in enum org.apache.sshd.common.util.io.der.ASN1Type
- setAlgorithm(String) - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- setAlgorithmIdentifier(List<Integer>) - Method in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PrivateKeyInfo
- setAlgorithmParameter(ASN1Object) - Method in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PrivateKeyInfo
- setAndroid(Boolean) - Static method in class org.apache.sshd.common.util.OsUtils
-
Override the value returned by
OsUtils.isAndroid()programmatically - setAPrioriDisabledProvider(String, boolean) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
-
Marks a provider's registrar as "a-priori" programatically so that when its
SecurityProviderRegistrar.isEnabled()is eventually consulted it will returnfalseregardless of the configured value for the specific provider registrar instance. - setAttribute(Object, Object) - Method in interface org.apache.sshd.common.io.IoSession
-
Sets a user-defined attribute.
- setAttribute(Path, String, Object, LinkOption...) - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystemProvider
- setAttribute(Path, String, Object, LinkOption...) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- setAttribute(AttributeRepository.AttributeKey<T>, T) - Method in interface org.apache.sshd.common.AttributeStore
-
Sets a user-defined attribute.
- setAttributeIfAbsent(Object, Object) - Method in interface org.apache.sshd.common.io.IoSession
-
Sets a user defined attribute if the attribute with the specified key is not set yet.
- setBackTrace(CancellationException) - Method in interface org.apache.sshd.common.future.CancelFuture
-
Sets a
CancellationExceptiondescribing the stack trace of where the cancellation was initiated. - setBackTrace(CancellationException) - Method in class org.apache.sshd.common.future.DefaultCancelFuture
- setBasedir(Path) - Method in class org.apache.sshd.common.util.io.DirectoryScanner
-
Sets the base directory to be scanned.
- setCanceled() - Method in interface org.apache.sshd.common.future.CancelFuture
-
Marks this
CancelFutureas the cancellation having been effected. - setCanceled() - Method in class org.apache.sshd.common.future.DefaultCancelFuture
- setCanceled(Throwable) - Method in interface org.apache.sshd.common.future.CancelFuture
-
Marks this
CancelFutureas the cancellation having been effected. - setCanceled(Throwable) - Method in class org.apache.sshd.common.future.DefaultCancelFuture
- setCaPubKey(PublicKey) - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- setCaseSensitive(boolean) - Method in class org.apache.sshd.common.util.io.PathScanningMatcher
- setCertPubKey(PublicKey) - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- setCipherMode(String) - Method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- setCipherName(String) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHParserContext
- setCipherName(String) - Method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- setCipherName(String) - Method in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyEncryptionContext
- setCipherType(String) - Method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- setClient2Server(List<String>) - Method in class org.apache.sshd.common.kex.extension.parser.DelayedCompressionAlgorithms
- setClientIdentityLoader(ClientIdentityLoader) - Method in interface org.apache.sshd.client.config.keys.ClientIdentityLoaderManager
- setClosed() - Method in interface org.apache.sshd.common.future.CloseFuture
-
Marks this future as closed and notifies all threads waiting for this future.
- setClosed() - Method in class org.apache.sshd.common.future.DefaultCloseFuture
- setClosed() - Method in class org.apache.sshd.common.util.threads.SshThreadPoolExecutor.DelegateCloseable
- setComment(String) - Method in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
- setConfigLine(String) - Method in class org.apache.sshd.client.config.hosts.KnownHostEntry
- setConnectTimeout(long) - Method in class org.apache.sshd.common.util.net.NetworkConnector
- setConstructed(boolean) - Method in class org.apache.sshd.common.util.io.der.ASN1Object
- setCreateHome(boolean) - Method in class org.apache.sshd.common.file.nativefs.NativeFileSystemFactory
-
Set if the home directories be created automatically
- setCriticalOptions(List<OpenSshCertificate.CertificateOption>) - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
-
Sets the critical options of the certificate, overriding any options set earlier.
- setCriticalOptions(Map<String, String>) - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
-
Sets the critical options of the certificate, overriding any options set earlier.
- setCurrentUser(String) - Static method in class org.apache.sshd.common.util.OsUtils
-
Can be used to programmatically set the username reported by
OsUtils.getCurrentUser() - setCurrentWorkingDirectoryResolver(Supplier<? extends Path>) - Static method in class org.apache.sshd.common.util.OsUtils
-
Allows the user to "plug-in" a resolver for the
OsUtils.getCurrentWorkingDirectory()method - setDalvikMachine(Boolean) - Static method in class org.apache.sshd.common.util.OsUtils
-
Override the value returned by
OsUtils.isDalvikMachine()programmatically - setDefaultFingerPrintFactory(DigestFactory) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- setDefaultHomeDir(Path) - Method in class org.apache.sshd.common.file.virtualfs.VirtualFileSystemFactory
- setDefaultProviderChoice(SecurityProviderChoice) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- setDigester(NamedFactory<Mac>) - Method in class org.apache.sshd.client.config.hosts.KnownHostHashValue
- setDigestValue(byte[]) - Method in class org.apache.sshd.client.config.hosts.KnownHostHashValue
- setException(Throwable) - Method in class org.apache.sshd.common.future.DefaultCancellableSshFuture
-
Sets the exception that caused the operation to fail.
- setException(Throwable) - Method in interface org.apache.sshd.common.future.WithException
-
Sets the exception that caused the operation to fail.
- setExecutorServiceProvider(Supplier<? extends CloseableExecutorService>) - Method in interface org.apache.sshd.common.util.threads.ManagedExecutorServiceSupplier
- setExtensions(List<OpenSshCertificate.CertificateOption>) - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
-
Sets the extensions of the certificate, overriding any extensions set earlier.
- setExtensions(Map<String, String>) - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
-
Sets the extensions of the certificate, overriding any extensions set earlier.
- setFilePasswordProvider(FilePasswordProvider) - Method in interface org.apache.sshd.common.config.keys.FilePasswordProviderManager
- setFilePermissions(Path) - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
-
Restricts the file permissions such that only the owner can access the file.
- setFilesOnly(boolean) - Method in class org.apache.sshd.common.util.io.DirectoryScanner
-
Sets whether the scanner shall return only regular files and subdirectories.
- setFileSystem(FileSystem) - Method in interface org.apache.sshd.common.file.FileSystemAware
-
Set the file system in which this shell will be executed.
- setFileSystemFactory(FileSystemFactory, SessionContext) - Method in interface org.apache.sshd.common.file.FileSystemAware
-
Sets the
FileSystemFactoryused to create theFileSystemto be used by the session - setFipsMode() - Static method in class org.apache.sshd.common.util.security.SecurityUtils
-
Unconditionally set FIPS mode, overriding the
SecurityUtils.FIPS_ENABLEDsystem property. - setHashedEntry(KnownHostHashValue) - Method in class org.apache.sshd.client.config.hosts.KnownHostEntry
- setHost(String) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- setHost(String) - Method in class org.apache.sshd.common.util.net.NetworkConnector
- setHost(Collection<String>) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- setHostName(String) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- setId(String) - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- setIdentities(Collection<String>) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- setIdentitiesOnly(boolean) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- setIncludes(String...) - Method in class org.apache.sshd.common.util.io.PathScanningMatcher
-
Sets the list of include patterns to use.
- setIncludes(Collection<String>) - Method in class org.apache.sshd.common.util.io.PathScanningMatcher
- setInitVector(byte...) - Method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- setIoServiceEventListener(IoServiceEventListener) - Method in interface org.apache.sshd.common.io.IoServiceEventListenerManager
- setJavaVersion(VersionInfo) - Static method in class org.apache.sshd.common.util.OsUtils
-
Set programmatically the reported Java version
- setKdfOptions(OpenSSHKdfOptions) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHParserContext
- setKdfRounds(int) - Method in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyEncryptionContext
-
Sets the number of KDF rounds to apply.
- setKeyData(byte[]) - Method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- setKeyDataResolver(PublicKeyEntryDataResolver) - Method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- setKeyEntry(AuthorizedKeyEntry) - Method in class org.apache.sshd.client.config.hosts.KnownHostEntry
- setKeyIdentityProvider(KeyIdentityProvider) - Method in interface org.apache.sshd.common.keyprovider.KeyIdentityProviderHolder
- setKeyPairProvider(KeyPairProvider) - Method in interface org.apache.sshd.common.keyprovider.KeyPairProviderHolder
- setKeyPairResourceLoader(KeyPairResourceLoader) - Method in class org.apache.sshd.common.config.keys.loader.FileWatcherKeyPairResourceLoader
- setKeyPairResourceParser(KeyPairResourceParser) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
- setKeySize(int) - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- setKeySpec(AlgorithmParameterSpec) - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- setKeyStream(int[]) - Method in class org.apache.sshd.common.cipher.ChaCha20Cipher.ChaChaEngine
- setKeyType(String) - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- setKeyType(String) - Method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- setLength(int) - Method in class org.apache.sshd.common.util.io.der.ASN1Object
- setLoginOptions(Map<String, String>) - Method in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
- setMarker(String) - Method in class org.apache.sshd.client.config.hosts.KnownHostEntry
- setMaxAllowedRounds(int) - Static method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions
- setMaxDHGroupExchangeKeySize(int) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
-
Set programmatically the reported value for
SecurityUtils.getMaxDHGroupExchangeKeySize() - setMessage(byte[]) - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- setMinDHGroupExchangeKeySize(int) - Static method in class org.apache.sshd.common.util.security.SecurityUtils
-
Set programmatically the reported value for
SecurityUtils.getMinDHGroupExchangeKeySize() - setName(String) - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.RawKdfOptions
- setNegated(boolean) - Method in class org.apache.sshd.client.config.hosts.HostPatternValue
- setNonce(byte[]) - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- setNotCanceled() - Method in interface org.apache.sshd.common.future.CancelFuture
-
Completes this future with a value indicating that the cancellation was not done.
- setNotCanceled() - Method in class org.apache.sshd.common.future.DefaultCancelFuture
- setNumRounds(int) - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions
- setObjClass(ASN1Class) - Method in class org.apache.sshd.common.util.io.der.ASN1Object
- setObjType(ASN1Type) - Method in class org.apache.sshd.common.util.io.der.ASN1Object
- setOptions(byte[]) - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.RawKdfOptions
- setOS(String) - Static method in class org.apache.sshd.common.util.OsUtils
-
Can be used to enforce Win32 or Linux report from
OsUtils.isWin32(),OsUtils.isOSX()orOsUtils.isUNIX() - setOverwriteAllowed(boolean) - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- setPassword(String) - Method in class org.apache.sshd.common.auth.BasicCredentialsImpl
- setPassword(String) - Method in interface org.apache.sshd.common.auth.MutablePassword
- setPassword(String) - Method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- setPasswordFinder(FilePasswordProvider) - Method in class org.apache.sshd.common.keyprovider.AbstractResourceKeyPairProvider
- setPath(Path) - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- setPaths(Collection<? extends Path>) - Method in class org.apache.sshd.common.keyprovider.FileKeyPairProvider
- setPattern(Pattern) - Method in class org.apache.sshd.client.config.hosts.HostPatternValue
- setPatterns(Collection<HostPatternValue>) - Method in class org.apache.sshd.client.config.hosts.HostPatternsHolder
- setPermissions(Path, Set<PosixFilePermission>) - Static method in class org.apache.sshd.common.util.io.IoUtils
-
If the "posix" view is supported, then it invokes
Files.setPosixFilePermissions(Path, Set), otherwise uses theIoUtils.setPermissionsToFile(File, Collection)method - setPermissionsToFile(File, Collection<PosixFilePermission>) - Static method in class org.apache.sshd.common.util.io.IoUtils
- setPort(int) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- setPort(int) - Method in class org.apache.sshd.client.config.hosts.HostPatternValue
- setPort(int) - Method in class org.apache.sshd.common.util.net.NetworkConnector
- setPrincipals(Collection<String>) - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- setPrivateKeyBytes(ASN1Object) - Method in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PrivateKeyInfo
- setPrivateKeyObfuscator(PrivateKeyObfuscator) - Method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- setProperties(Map<String, String>) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- setProperty(String, String) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
Sets / Replaces the property value
- setProtocol(String) - Method in class org.apache.sshd.common.util.net.NetworkConnector
- setProxyJump(String) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- setPtyColumns(int) - Method in class org.apache.sshd.common.channel.PtyChannelConfiguration
- setPtyColumns(int) - Method in interface org.apache.sshd.common.channel.PtyChannelConfigurationMutator
- setPtyHeight(int) - Method in class org.apache.sshd.common.channel.PtyChannelConfiguration
- setPtyHeight(int) - Method in interface org.apache.sshd.common.channel.PtyChannelConfigurationMutator
- setPtyLines(int) - Method in class org.apache.sshd.common.channel.PtyChannelConfiguration
- setPtyLines(int) - Method in interface org.apache.sshd.common.channel.PtyChannelConfigurationMutator
- setPtyModes(Map<PtyMode, Integer>) - Method in class org.apache.sshd.common.channel.PtyChannelConfiguration
- setPtyModes(Map<PtyMode, Integer>) - Method in interface org.apache.sshd.common.channel.PtyChannelConfigurationMutator
- setPtyType(String) - Method in class org.apache.sshd.common.channel.PtyChannelConfiguration
- setPtyType(String) - Method in interface org.apache.sshd.common.channel.PtyChannelConfigurationMutator
- setPtyWidth(int) - Method in class org.apache.sshd.common.channel.PtyChannelConfiguration
- setPtyWidth(int) - Method in interface org.apache.sshd.common.channel.PtyChannelConfigurationMutator
- setReadTimeout(long) - Method in class org.apache.sshd.common.util.net.NetworkConnector
- setReserved(String) - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- setResourceLoader(ClassLoader) - Method in class org.apache.sshd.common.keyprovider.ClassLoadableResourceKeyPairProvider
- setResources(Collection<String>) - Method in class org.apache.sshd.common.keyprovider.ClassLoadableResourceKeyPairProvider
- setSalt(byte[]) - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions
- setSaltValue(byte[]) - Method in class org.apache.sshd.client.config.hosts.KnownHostHashValue
- setSeparator(String) - Method in class org.apache.sshd.common.util.io.PathScanningMatcher
- setSerial(long) - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- setServer2Client(List<String>) - Method in class org.apache.sshd.common.kex.extension.parser.DelayedCompressionAlgorithms
- setSession(IoSession) - Method in class org.apache.sshd.common.io.DefaultIoConnectFuture
- setSession(IoSession) - Method in interface org.apache.sshd.common.io.IoConnectFuture
-
Sets the newly connected session and notifies all threads waiting for this future.
- setSessionHeartbeat(SessionHeartbeatController.HeartbeatType, Duration) - Method in interface org.apache.sshd.common.session.SessionHeartbeatController
-
Set the session heartbeat
- setSessionHeartbeat(SessionHeartbeatController.HeartbeatType, TimeUnit, long) - Method in interface org.apache.sshd.common.session.SessionHeartbeatController
- setSignature(byte[]) - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- setSignatureFactories(List<NamedFactory<Signature>>) - Method in interface org.apache.sshd.common.signature.SignatureFactoriesManager
- setSignatureFactoriesNameList(String) - Method in interface org.apache.sshd.common.signature.SignatureFactoriesManager
- setSignatureFactoriesNames(String...) - Method in interface org.apache.sshd.common.signature.SignatureFactoriesManager
- setSignatureFactoriesNames(Collection<String>) - Method in interface org.apache.sshd.common.signature.SignatureFactoriesManager
- setStrictFilePermissions(boolean) - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
-
Sets whether this
AbstractGeneratorHostKeyProvidershall enforce that a newly created host key file has file access permissions that allow only the owner to access it. - setSttyCommand(String) - Static method in class org.apache.sshd.common.channel.SttySupport
- setType(OpenSshCertificate.Type) - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- setUpBuiltinFactories(boolean, Collection<? extends E>) - Static method in interface org.apache.sshd.common.NamedFactory
-
Filters out unsupported factories from a given list if
ignoreUnsupported == true. - setUpFactories(boolean, Collection<? extends E>) - Static method in interface org.apache.sshd.common.BuiltinFactory
- setupSensitiveDefaultPtyConfiguration(M) - Static method in interface org.apache.sshd.common.channel.PtyChannelConfigurationMutator
-
Uses O/S detection to initialize some default PTY related values
- setUpTransformedFactories(boolean, Collection<? extends S>, Function<? super S, ? extends E>) - Static method in interface org.apache.sshd.common.NamedFactory
-
Converts a list of factories to a list of transformed factories, optionally excluding unsupported factories.
- setUserAuthFactories(List<F>) - Method in interface org.apache.sshd.common.auth.UserAuthFactoriesManager
- setUserAuthFactoriesNameList(String) - Method in interface org.apache.sshd.common.auth.UserAuthFactoriesManager
- setUserAuthFactoriesNames(String...) - Method in interface org.apache.sshd.common.auth.UserAuthFactoriesManager
- setUserAuthFactoriesNames(Collection<String>) - Method in interface org.apache.sshd.common.auth.UserAuthFactoriesManager
- setUserHomeDir(String, Path) - Method in class org.apache.sshd.common.file.virtualfs.VirtualFileSystemFactory
- setUserHomeFolderResolver(Supplier<? extends Path>) - Static method in class org.apache.sshd.common.util.io.PathUtils
-
Set the reported value from
PathUtils.getUserHomeFolder() - setUsername(String) - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- setUsername(String) - Method in class org.apache.sshd.common.auth.BasicCredentialsImpl
- setUsername(String) - Method in interface org.apache.sshd.common.auth.MutableUserHolder
- setUsersHomeDir(String) - Method in class org.apache.sshd.common.file.nativefs.NativeFileSystemFactory
-
Set the root location where users home is to be created
- setValidAfter(long) - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- setValidAfter(Instant) - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
-
If null, uses
OpenSshCertificate.MIN_EPOCH - setValidBefore(long) - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- setValidBefore(Instant) - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
-
If null, uses
OpenSshCertificate.INFINITY - setValue(byte[]) - Method in class org.apache.sshd.common.util.io.der.ASN1Object
- setValue(Object) - Method in class org.apache.sshd.common.future.DefaultSshFuture
-
Sets the result of the asynchronous operation, and mark it as finished.
- setVersion(BigInteger) - Method in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PrivateKeyInfo
- sha1 - Enum constant in enum org.apache.sshd.common.digest.BuiltinDigests
- SHA1 - Enum constant in enum org.apache.sshd.client.config.hosts.KnownHostDigest
- SHA1 - Static variable in class org.apache.sshd.common.digest.BuiltinDigests.Constants
- sha224 - Enum constant in enum org.apache.sshd.common.digest.BuiltinDigests
- SHA224 - Static variable in class org.apache.sshd.common.digest.BuiltinDigests.Constants
- sha256 - Enum constant in enum org.apache.sshd.common.digest.BuiltinDigests
- SHA256 - Static variable in class org.apache.sshd.common.digest.BuiltinDigests.Constants
- sha384 - Enum constant in enum org.apache.sshd.common.digest.BuiltinDigests
- SHA384 - Static variable in class org.apache.sshd.common.digest.BuiltinDigests.Constants
- sha512 - Enum constant in enum org.apache.sshd.common.digest.BuiltinDigests
- SHA512 - Static variable in class org.apache.sshd.common.digest.BuiltinDigests.Constants
- shutdown() - Method in class org.apache.sshd.common.util.threads.NoCloseExecutor
- shutdown() - Method in class org.apache.sshd.common.util.threads.SshThreadPoolExecutor
- shutdownNow() - Method in class org.apache.sshd.common.util.threads.NoCloseExecutor
- shutdownNow() - Method in class org.apache.sshd.common.util.threads.SshThreadPoolExecutor
- shutdownOutputStream() - Method in interface org.apache.sshd.common.io.IoSession
-
Handle received EOF.
- sign(SessionContext) - Method in class org.apache.sshd.common.signature.AbstractSecurityKeySignature
- sign(SessionContext) - Method in class org.apache.sshd.common.signature.AbstractSignature
- sign(SessionContext) - Method in interface org.apache.sshd.common.signature.Signature
-
Compute the signature
- sign(SessionContext) - Method in class org.apache.sshd.common.signature.SignatureDSA
- sign(SessionContext) - Method in class org.apache.sshd.common.signature.SignatureECDSA
- sign(SessionContext, String, byte[]) - Method in interface org.apache.sshd.client.auth.pubkey.PublicKeyIdentity
-
Proves the public key identity by signing the given data
- Signal - Enum in org.apache.sshd.server
-
System signals definition that the shell can receive.
- SIGNALS - Static variable in enum org.apache.sshd.server.Signal
- Signature - Interface in org.apache.sshd.common.signature
-
Signature interface for SSH used to sign or verify packets.
- SignatureDSA - Class in org.apache.sshd.common.signature
-
DSA
Signature - SignatureDSA() - Constructor for class org.apache.sshd.common.signature.SignatureDSA
- SignatureDSA(String) - Constructor for class org.apache.sshd.common.signature.SignatureDSA
- SignatureECDSA - Class in org.apache.sshd.common.signature
-
Signature algorithm for EC keys using ECDSA.
- SignatureECDSA(String, String) - Constructor for class org.apache.sshd.common.signature.SignatureECDSA
- SignatureECDSA.SignatureECDSA256 - Class in org.apache.sshd.common.signature
- SignatureECDSA.SignatureECDSA384 - Class in org.apache.sshd.common.signature
- SignatureECDSA.SignatureECDSA521 - Class in org.apache.sshd.common.signature
- SignatureECDSA256() - Constructor for class org.apache.sshd.common.signature.SignatureECDSA.SignatureECDSA256
- SignatureECDSA384() - Constructor for class org.apache.sshd.common.signature.SignatureECDSA.SignatureECDSA384
- SignatureECDSA521() - Constructor for class org.apache.sshd.common.signature.SignatureECDSA.SignatureECDSA521
- SignatureEd25519 - Class in org.apache.sshd.common.util.security.eddsa
-
An implementation of
GenericSignatureEd25519tied to thenet.i2p.cryptoEdDSA security provider. - SignatureEd25519() - Constructor for class org.apache.sshd.common.util.security.eddsa.SignatureEd25519
- SignatureFactoriesHolder - Interface in org.apache.sshd.common.signature
- SignatureFactoriesManager - Interface in org.apache.sshd.common.signature
-
Manage the list of named factories for
Signature. - SignatureFactory - Interface in org.apache.sshd.common.signature
- SignatureRSA - Class in org.apache.sshd.common.signature
-
RSA
Signature - SignatureRSA(String, String) - Constructor for class org.apache.sshd.common.signature.SignatureRSA
- SignatureRSASHA1 - Class in org.apache.sshd.common.signature
- SignatureRSASHA1() - Constructor for class org.apache.sshd.common.signature.SignatureRSASHA1
- SignatureRSASHA256 - Class in org.apache.sshd.common.signature
- SignatureRSASHA256() - Constructor for class org.apache.sshd.common.signature.SignatureRSASHA256
- SignatureRSASHA512 - Class in org.apache.sshd.common.signature
- SignatureRSASHA512() - Constructor for class org.apache.sshd.common.signature.SignatureRSASHA512
- SignatureSkECDSA - Class in org.apache.sshd.common.signature
- SignatureSkECDSA() - Constructor for class org.apache.sshd.common.signature.SignatureSkECDSA
- SignatureSkED25519 - Class in org.apache.sshd.common.signature
- SignatureSkED25519() - Constructor for class org.apache.sshd.common.signature.SignatureSkED25519
- SimpleCloseable - Class in org.apache.sshd.common.util.closeable
- SimpleCloseable(Object, Object) - Constructor for class org.apache.sshd.common.util.closeable.SimpleCloseable
- SimpleGeneratorHostKeyProvider - Class in org.apache.sshd.server.keyprovider
-
A simple implementation of an
AbstractGeneratorHostKeyProviderthat writes and reads host keys using the OpenSSH file format. - SimpleGeneratorHostKeyProvider() - Constructor for class org.apache.sshd.server.keyprovider.SimpleGeneratorHostKeyProvider
- SimpleGeneratorHostKeyProvider(Path) - Constructor for class org.apache.sshd.server.keyprovider.SimpleGeneratorHostKeyProvider
- SimplifiedLog - Interface in org.apache.sshd.common.util.logging
- SimplifiedLoggerSkeleton - Class in org.apache.sshd.common.util.logging
-
Routes the effective logging to the
SimplifiedLogmethods. - SimplifiedLoggerSkeleton(String) - Constructor for class org.apache.sshd.common.util.logging.SimplifiedLoggerSkeleton
- SINGLE_CHAR_PATTERN - Static variable in class org.apache.sshd.client.config.hosts.HostPatternsHolder
-
Used in a host pattern to denote any one character
- SingletonRandomFactory - Class in org.apache.sshd.common.random
-
A random factory wrapper that uses a single random instance.
- SingletonRandomFactory(NamedFactory<Random>) - Constructor for class org.apache.sshd.common.random.SingletonRandomFactory
- size() - Method in class org.apache.sshd.common.SyspropsMapWrapper
- size() - Method in class org.apache.sshd.common.util.buffer.Buffer
- size() - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- size() - Method in class org.apache.sshd.common.util.IgnoringEmptyMap
- size() - Method in class org.apache.sshd.common.util.io.ModifiableFileWatcher
- size(Collection<?>) - Static method in class org.apache.sshd.common.util.GenericUtils
- size(Map<?, ?>) - Static method in class org.apache.sshd.common.util.MapEntryUtils
- SIZE - Static variable in interface org.apache.sshd.common.util.io.FileInfoExtractor
- SIZE_VIEW_ATTR - Static variable in class org.apache.sshd.common.util.io.IoUtils
- sk_ecdsa_sha2_nistp256 - Enum constant in enum org.apache.sshd.common.signature.BuiltinSignatures
- sk_ssh_ed25519 - Enum constant in enum org.apache.sshd.common.signature.BuiltinSignatures
- SkECBufferPublicKeyParser - Class in org.apache.sshd.common.util.buffer.keys
- SkECBufferPublicKeyParser() - Constructor for class org.apache.sshd.common.util.buffer.keys.SkECBufferPublicKeyParser
- SkEcdsaPublicKey - Class in org.apache.sshd.common.config.keys.u2f
- SkEcdsaPublicKey(String, boolean, ECPublicKey) - Constructor for class org.apache.sshd.common.config.keys.u2f.SkEcdsaPublicKey
- SkECDSAPublicKeyEntryDecoder - Class in org.apache.sshd.common.config.keys.impl
- SkECDSAPublicKeyEntryDecoder() - Constructor for class org.apache.sshd.common.config.keys.impl.SkECDSAPublicKeyEntryDecoder
- SkED25519BufferPublicKeyParser - Class in org.apache.sshd.common.util.buffer.keys
- SkED25519BufferPublicKeyParser() - Constructor for class org.apache.sshd.common.util.buffer.keys.SkED25519BufferPublicKeyParser
- SkED25519PublicKey - Class in org.apache.sshd.common.config.keys.u2f
- SkED25519PublicKey(String, boolean, PublicKey) - Constructor for class org.apache.sshd.common.config.keys.u2f.SkED25519PublicKey
- SkED25519PublicKeyEntryDecoder - Class in org.apache.sshd.common.config.keys.impl
- SkED25519PublicKeyEntryDecoder() - Constructor for class org.apache.sshd.common.config.keys.impl.SkED25519PublicKeyEntryDecoder
- skip(long) - Method in class org.apache.sshd.common.util.io.input.CloseableEmptyInputStream
- skip(long) - Method in class org.apache.sshd.common.util.io.input.EmptyInputStream
- skip(long) - Method in class org.apache.sshd.common.util.io.input.LimitInputStream
- skip(long) - Method in class org.apache.sshd.common.util.io.input.NullInputStream
- SKIP_SIZE - Static variable in class org.apache.sshd.common.cipher.BaseRC4Cipher
- SLF4J_LEVELS - Static variable in class org.apache.sshd.common.util.logging.LoggingUtils
- slf4jLevelFromName(String) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- SORTED_KEY_SIZE - Static variable in enum org.apache.sshd.common.cipher.ECCurves
- split(String, char) - Static method in class org.apache.sshd.common.util.GenericUtils
- SSH_DSS - Static variable in interface org.apache.sshd.common.keyprovider.KeyPairProvider
-
SSH identifier for DSA keys
- SSH_DSS_CERT - Static variable in interface org.apache.sshd.common.keyprovider.KeyPairProvider
- SSH_ECDSA_SHA2_NISTP256_CERT - Static variable in interface org.apache.sshd.common.keyprovider.KeyPairProvider
- SSH_ECDSA_SHA2_NISTP384_CERT - Static variable in interface org.apache.sshd.common.keyprovider.KeyPairProvider
- SSH_ECDSA_SHA2_NISTP521_CERT - Static variable in interface org.apache.sshd.common.keyprovider.KeyPairProvider
- SSH_ED25519 - Static variable in interface org.apache.sshd.common.keyprovider.KeyPairProvider
-
SSH identifier for ED25519 elliptic curve keys
- SSH_ED25519_CERT - Static variable in interface org.apache.sshd.common.keyprovider.KeyPairProvider
- SSH_EXTENDED_DATA_STDERR - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_CHANNEL_CLOSE - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_CHANNEL_DATA - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_CHANNEL_EOF - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_CHANNEL_EXTENDED_DATA - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_CHANNEL_FAILURE - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_CHANNEL_OPEN - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_CHANNEL_OPEN_CONFIRMATION - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_CHANNEL_OPEN_FAILURE - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_CHANNEL_REQUEST - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_CHANNEL_SUCCESS - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_CHANNEL_WINDOW_ADJUST - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_DEBUG - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_DISCONNECT - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_EXT_INFO - Static variable in class org.apache.sshd.common.kex.extension.KexExtensions
- SSH_MSG_GLOBAL_REQUEST - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_IGNORE - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_KEX_DH_GEX_GROUP - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_KEX_DH_GEX_INIT - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_KEX_DH_GEX_REPLY - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_KEX_DH_GEX_REQUEST - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_KEX_DH_GEX_REQUEST_OLD - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_KEX_FIRST - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_KEX_LAST - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_KEXDH_INIT - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_KEXDH_REPLY - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_KEXINIT - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_NEWCOMPRESS - Static variable in class org.apache.sshd.common.kex.extension.KexExtensions
- SSH_MSG_NEWKEYS - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_REQUEST_FAILURE - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_REQUEST_SUCCESS - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_SERVICE_ACCEPT - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_SERVICE_REQUEST - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_UNIMPLEMENTED - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_USERAUTH_BANNER - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_USERAUTH_FAILURE - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_USERAUTH_GSSAPI_MIC - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_USERAUTH_INFO_REQUEST - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_USERAUTH_INFO_RESPONSE - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_USERAUTH_PASSWD_CHANGEREQ - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_USERAUTH_PK_OK - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_USERAUTH_REQUEST - Static variable in class org.apache.sshd.common.SshConstants
- SSH_MSG_USERAUTH_SUCCESS - Static variable in class org.apache.sshd.common.SshConstants
- SSH_OPEN_ADMINISTRATIVELY_PROHIBITED - Static variable in class org.apache.sshd.common.SshConstants
- SSH_OPEN_CONNECT_FAILED - Static variable in class org.apache.sshd.common.SshConstants
- SSH_OPEN_RESOURCE_SHORTAGE - Static variable in class org.apache.sshd.common.SshConstants
- SSH_OPEN_UNKNOWN_CHANNEL_TYPE - Static variable in class org.apache.sshd.common.SshConstants
- SSH_PACKET_HEADER_LEN - Static variable in class org.apache.sshd.common.SshConstants
- SSH_REQUIRED_PAYLOAD_PACKET_LENGTH_SUPPORT - Static variable in class org.apache.sshd.common.SshConstants
- SSH_REQUIRED_TOTAL_PACKET_LENGTH_SUPPORT - Static variable in class org.apache.sshd.common.SshConstants
- SSH_RSA - Static variable in interface org.apache.sshd.common.keyprovider.KeyPairProvider
-
SSH identifier for RSA keys
- SSH_RSA_CERT - Static variable in interface org.apache.sshd.common.keyprovider.KeyPairProvider
-
SSH identifier for openssh cert keys
- SSH2_DISCONNECT_AUTH_CANCELLED_BY_USER - Static variable in class org.apache.sshd.common.SshConstants
- SSH2_DISCONNECT_BY_APPLICATION - Static variable in class org.apache.sshd.common.SshConstants
- SSH2_DISCONNECT_COMPRESSION_ERROR - Static variable in class org.apache.sshd.common.SshConstants
- SSH2_DISCONNECT_CONNECTION_LOST - Static variable in class org.apache.sshd.common.SshConstants
- SSH2_DISCONNECT_HOST_AUTHENTICATION_FAILED - Static variable in class org.apache.sshd.common.SshConstants
- SSH2_DISCONNECT_HOST_KEY_NOT_VERIFIABLE - Static variable in class org.apache.sshd.common.SshConstants
- SSH2_DISCONNECT_HOST_NOT_ALLOWED_TO_CONNECT - Static variable in class org.apache.sshd.common.SshConstants
- SSH2_DISCONNECT_ILLEGAL_USER_NAME - Static variable in class org.apache.sshd.common.SshConstants
- SSH2_DISCONNECT_KEY_EXCHANGE_FAILED - Static variable in class org.apache.sshd.common.SshConstants
- SSH2_DISCONNECT_MAC_ERROR - Static variable in class org.apache.sshd.common.SshConstants
- SSH2_DISCONNECT_NO_MORE_AUTH_METHODS_AVAILABLE - Static variable in class org.apache.sshd.common.SshConstants
- SSH2_DISCONNECT_PROTOCOL_ERROR - Static variable in class org.apache.sshd.common.SshConstants
- SSH2_DISCONNECT_PROTOCOL_VERSION_NOT_SUPPORTED - Static variable in class org.apache.sshd.common.SshConstants
- SSH2_DISCONNECT_RESERVED - Static variable in class org.apache.sshd.common.SshConstants
- SSH2_DISCONNECT_SERVICE_NOT_AVAILABLE - Static variable in class org.apache.sshd.common.SshConstants
- SSH2_DISCONNECT_TOO_MANY_CONNECTIONS - Static variable in class org.apache.sshd.common.SshConstants
- Ssh2PublicKeyEntryDecoder - Class in org.apache.sshd.common.config.keys.loader.ssh2
-
Decodes a public key file encoded according to The Secure Shell (SSH) Public Key File Format
- Ssh2PublicKeyEntryDecoder() - Constructor for class org.apache.sshd.common.config.keys.loader.ssh2.Ssh2PublicKeyEntryDecoder
- SshConstants - Class in org.apache.sshd.common
-
This interface defines constants for the SSH protocol.
- SSHD_STTY_COMMAND_PROP - Static variable in class org.apache.sshd.common.channel.SttySupport
- SshdEventListener - Interface in org.apache.sshd.common.util
- SshdSocketAddress - Class in org.apache.sshd.common.util.net
-
A simple socket address holding the host name and port number.
- SshdSocketAddress(int) - Constructor for class org.apache.sshd.common.util.net.SshdSocketAddress
- SshdSocketAddress(String, int) - Constructor for class org.apache.sshd.common.util.net.SshdSocketAddress
- SshdSocketAddress(InetSocketAddress) - Constructor for class org.apache.sshd.common.util.net.SshdSocketAddress
- SshdThreadFactory - Class in org.apache.sshd.common.util.threads
-
Default
ThreadFactoryused byThreadUtilsto create thread pools if user did provide one - SshdThreadFactory(String) - Constructor for class org.apache.sshd.common.util.threads.SshdThreadFactory
- SshException - Exception Class in org.apache.sshd.common
-
Represents an SSH related exception
- SshException(int) - Constructor for exception class org.apache.sshd.common.SshException
- SshException(int, String) - Constructor for exception class org.apache.sshd.common.SshException
- SshException(int, String, Throwable) - Constructor for exception class org.apache.sshd.common.SshException
- SshException(int, Throwable) - Constructor for exception class org.apache.sshd.common.SshException
- SshException(String) - Constructor for exception class org.apache.sshd.common.SshException
- SshException(String, Throwable) - Constructor for exception class org.apache.sshd.common.SshException
- SshException(Throwable) - Constructor for exception class org.apache.sshd.common.SshException
- SshFuture<T> - Interface in org.apache.sshd.common.future
-
Represents the completion of an asynchronous SSH operation on a given object (it may be an SSH session or an SSH channel).
- SshFutureListener<T> - Interface in org.apache.sshd.common.future
-
Something interested in being notified when the completion of an asynchronous SSH operation :
SshFuture. - SshPublicKey - Interface in org.apache.sshd.common.config.keys
-
A
PublicKeythat has an SSH key type. - SshThreadPoolExecutor - Class in org.apache.sshd.common.util.threads
- SshThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>) - Constructor for class org.apache.sshd.common.util.threads.SshThreadPoolExecutor
- SshThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, RejectedExecutionHandler) - Constructor for class org.apache.sshd.common.util.threads.SshThreadPoolExecutor
- SshThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory) - Constructor for class org.apache.sshd.common.util.threads.SshThreadPoolExecutor
- SshThreadPoolExecutor(int, int, long, TimeUnit, BlockingQueue<Runnable>, ThreadFactory, RejectedExecutionHandler) - Constructor for class org.apache.sshd.common.util.threads.SshThreadPoolExecutor
- SshThreadPoolExecutor.DelegateCloseable - Class in org.apache.sshd.common.util.threads
- START_MARKERS - Static variable in class org.apache.sshd.common.config.keys.loader.ssh2.Ssh2PublicKeyEntryDecoder
- startSequence() - Method in class org.apache.sshd.common.util.io.der.DERWriter
- startsWith(String) - Method in class org.apache.sshd.common.file.util.BasePath
- startsWith(String) - Method in class org.apache.sshd.common.file.util.MockPath
- startsWith(Path) - Method in class org.apache.sshd.common.file.util.BasePath
- startsWith(Path) - Method in class org.apache.sshd.common.file.util.MockPath
- startsWith(List<?>, List<?>) - Method in class org.apache.sshd.common.file.util.BasePath
- state - Variable in class org.apache.sshd.common.util.closeable.AbstractCloseable
-
State of this object
- STD_CONFIG_FILENAME - Static variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
-
Standard OpenSSH config file name
- STD_HOSTS_FILENAME - Static variable in class org.apache.sshd.client.config.hosts.KnownHostEntry
-
Standard OpenSSH config file name
- STD_KEYFILE_FOLDER_NAME - Static variable in class org.apache.sshd.common.config.keys.PublicKeyEntry
-
Standard folder name used by OpenSSH to hold key files
- STKFLT - Enum constant in enum org.apache.sshd.server.Signal
- STOP - Enum constant in enum org.apache.sshd.server.Signal
- STOP_MARKERS - Static variable in class org.apache.sshd.common.config.keys.loader.ssh2.Ssh2PublicKeyEntryDecoder
- stream(Iterable<T>) - Static method in class org.apache.sshd.common.util.GenericUtils
- STRICT_KEX_CLIENT_EXTENSION - Static variable in class org.apache.sshd.common.kex.extension.KexExtensions
-
Reminder: These pseudo-algorithms are only valid in the initial SSH2_MSG_KEXINIT and MUST be ignored if they are present in subsequent SSH2_MSG_KEXINIT packets.
- STRICT_KEX_SERVER_EXTENSION - Static variable in class org.apache.sshd.common.kex.extension.KexExtensions
- STRICTLY_PROHIBITED_FILE_PERMISSION - Static variable in class org.apache.sshd.common.config.keys.KeyUtils
-
The
SetofPosixFilePermissionnot allowed if strict permissions are enforced on key files - STRICTLY_PROHIBITED_FILE_PERMISSION - Static variable in class org.apache.sshd.common.util.io.ModifiableFileWatcher
-
The
SetofPosixFilePermissionnot allowed if strict permissions are enforced on key files - string(String) - Static method in interface org.apache.sshd.common.Property
- string(String, String) - Static method in interface org.apache.sshd.common.Property
- StringProperty(String) - Constructor for class org.apache.sshd.common.Property.StringProperty
- StringProperty(String, String) - Constructor for class org.apache.sshd.common.Property.StringProperty
- stripDelimiters(CharSequence, char) - Static method in class org.apache.sshd.common.util.GenericUtils
- stripQuotes(CharSequence) - Static method in class org.apache.sshd.common.util.GenericUtils
- stty(String) - Static method in class org.apache.sshd.common.channel.SttySupport
-
Execute the stty command with the specified arguments against the current active terminal.
- SttySupport - Class in org.apache.sshd.common.channel
-
Support for stty command on unix
- sub(int) - Static method in class org.apache.sshd.common.util.functors.Int2IntFunction
- submit(Runnable) - Method in class org.apache.sshd.common.util.threads.NoCloseExecutor
- submit(Runnable, T) - Method in class org.apache.sshd.common.util.threads.NoCloseExecutor
- submit(Callable<T>) - Method in class org.apache.sshd.common.util.threads.NoCloseExecutor
- subnetBits() - Method in class org.apache.sshd.common.net.InetAddressRange
-
Retrieves the number of bits for the subnet.
- subpath(int, int) - Method in class org.apache.sshd.common.file.util.BasePath
- subpath(int, int) - Method in class org.apache.sshd.common.file.util.MockPath
- SUBSYSTEM_CONFIG_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- SunJCESecurityProviderRegistrar - Class in org.apache.sshd.common.util.security
-
This 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.
- SunJCESecurityProviderRegistrar() - Constructor for class org.apache.sshd.common.util.security.SunJCESecurityProviderRegistrar
- supplierOf(T) - Static method in class org.apache.sshd.common.util.GenericUtils
-
Wraps a value into a
Supplier - SUPPORTED_KEY_TYPES - Static variable in class org.apache.sshd.common.config.keys.loader.ssh2.Ssh2PublicKeyEntryDecoder
- SUPPORTED_KEY_TYPES - Static variable in class org.apache.sshd.common.signature.SignatureRSA
- supportedEntities - Variable in class org.apache.sshd.common.util.security.AbstractSecurityProviderRegistrar
- supportedFileAttributeViews() - Method in class org.apache.sshd.common.file.nonefs.NoneFileSystem
- supportedFileAttributeViews() - Method in class org.apache.sshd.common.file.root.RootedFileSystem
- supportedFileAttributeViews() - Method in class org.apache.sshd.common.file.util.MockFileSystem
- suspendRead() - Method in interface org.apache.sshd.common.io.IoSession
-
Suspend read operations on this session.
- SYMLINK_VIEW_ATTR - Static variable in class org.apache.sshd.common.util.io.IoUtils
- synchronizedListenersSet() - Static method in class org.apache.sshd.common.util.EventListenerUtils
- synchronizedListenersSet(Collection<? extends L>) - Static method in class org.apache.sshd.common.util.EventListenerUtils
- SYSLOG_FACILITY_CONFIG_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- SyslogFacilityValue - Enum in org.apache.sshd.common.config
- SYSPROPS_MAPPED_PREFIX - Static variable in class org.apache.sshd.common.SyspropsMapWrapper
-
Prefix of properties used by the mapper to identify SSHD related settings
- SYSPROPS_RESOLVER - Static variable in class org.apache.sshd.common.SyspropsMapWrapper
-
A
PropertyResolverwith no parent that exposes the system properties - SyspropsMapWrapper - Class in org.apache.sshd.common
-
A wrapper that exposes a read-only
Mapaccess to the system properties.
T
- T61_STRING - Enum constant in enum org.apache.sshd.common.util.io.der.ASN1Type
- TERM - Enum constant in enum org.apache.sshd.server.Signal
- TERMINATE - Enum constant in enum org.apache.sshd.common.config.keys.FilePasswordProvider.ResourceDecodeResult
-
Re-throw the decoding exception
- terminated() - Method in class org.apache.sshd.common.util.threads.SshThreadPoolExecutor
- ThreadUtils - Class in org.apache.sshd.common.util.threads
-
Utility class for thread pools.
- throwIllegalArgumentException(String, Object...) - Static method in class org.apache.sshd.common.util.ValidateUtils
- throwIllegalStateException(String, Object...) - Static method in class org.apache.sshd.common.util.ValidateUtils
- throwingMerger() - Static method in class org.apache.sshd.common.util.MapEntryUtils
- TimeoutIndicator - Class in org.apache.sshd.common.session.helpers
-
Used to convey information about an expired timeout
- TimeoutIndicator(TimeoutIndicator.TimeoutStatus, Duration, Duration) - Constructor for class org.apache.sshd.common.session.helpers.TimeoutIndicator
- TimeoutIndicator.TimeoutStatus - Enum in org.apache.sshd.common.session.helpers
-
Timeout status.
- TimeValueConfig - Enum in org.apache.sshd.common.config
- TO_EFFECTIVE_PORT - Static variable in class org.apache.sshd.common.SshConstants
-
Converts non-positive port value to 22
- toAbsolutePath() - Method in class org.apache.sshd.common.file.util.BasePath
- toAbsolutePath() - Method in class org.apache.sshd.common.file.util.MockPath
- toAddressPort(SocketAddress) - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
-
Attempts to resolve the port value
- toAddressString(InetAddress) - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
- toAddressString(SocketAddress) - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
- toBoolean(Object) - Static method in class org.apache.sshd.common.PropertyResolverUtils
-
Attempts to convert the object into a
Booleanvalue as follows: - toBoolean(Object, boolean) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- toByteArray() - Method in class org.apache.sshd.common.util.io.der.DERWriter
- toByteArray(InputStream) - Static method in class org.apache.sshd.common.util.io.IoUtils
- toCharset(Object) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- toDefaultFactory(Class<F>) - Static method in interface org.apache.sshd.common.util.security.SecurityEntityFactory
- toDisplayDurationValue(Duration) - Static method in class org.apache.sshd.common.session.helpers.TimeoutIndicator
- toEnum(Class<E>, Object, boolean, Collection<E>) - Static method in class org.apache.sshd.common.PropertyResolverUtils
-
Converts an enumerated configuration value:
- toFactory(Class<F>, SecurityProviderChoice, SecurityProviderChoice) - Static method in interface org.apache.sshd.common.util.security.SecurityEntityFactory
-
Uses reflection in order to wrap the
getInstancemethod(s) as a security entity factory. - toFile() - Method in class org.apache.sshd.common.file.root.RootedPath
- toFile() - Method in class org.apache.sshd.common.file.util.BasePath
- toFile() - Method in class org.apache.sshd.common.file.util.MockPath
- toHex() - Method in class org.apache.sshd.common.util.buffer.Buffer
- toHex(byte...) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- toHex(byte[], int, int) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- toHex(byte[], int, int, char) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- toHex(char, byte...) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- toHostConfigEntryResolver(Collection<? extends HostConfigEntry>) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- toInetSocketAddress() - Method in class org.apache.sshd.common.util.net.SshdSocketAddress
- toInetSocketAddress(SocketAddress) - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
-
Converts a
SocketAddressinto anInetSocketAddressif possible: - toInt() - Method in enum org.apache.sshd.common.channel.PtyMode
- toInteger() - Method in class org.apache.sshd.common.util.io.der.ASN1Object
- toInteger(Number) - Static method in class org.apache.sshd.common.util.NumberUtils
- toInteger(Object) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- toInteger(Object, int) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- tokenizePath(String) - Static method in class org.apache.sshd.common.util.SelectorUtils
-
Breaks a path up into a Vector of path elements, tokenizing on
File.separator. - tokenizePath(String, String) - Static method in class org.apache.sshd.common.util.SelectorUtils
- toLong(Object) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- toLong(Object, long) - Static method in class org.apache.sshd.common.PropertyResolverUtils
-
Converts a generic object value to a
longif possible: If value isnullthe default is returned If value is aNumberthen itsNumber.longValue()is returned Otherwise, the value'stoString()is parsed as along - toNamedProviderFactory(Class<F>, String) - Static method in interface org.apache.sshd.common.util.security.SecurityEntityFactory
- toOID() - Method in class org.apache.sshd.common.util.io.der.ASN1Object
- toPathResource() - Method in class org.apache.sshd.common.util.io.ModifiableFileWatcher
- toPathResource(OpenOption...) - Method in class org.apache.sshd.common.util.io.ModifiableFileWatcher
- toPattern(CharSequence) - Static method in class org.apache.sshd.client.config.hosts.HostPatternsHolder
-
Converts a host pattern string to a regular expression matcher.
- toPropertyResolver(Map<String, ?>) - Static method in class org.apache.sshd.common.PropertyResolverUtils
-
Wraps a
Mapinto aPropertyResolverso it can be used with these utilities - toPropertyResolver(Map<String, ?>, PropertyResolver) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- toPropertyResolver(Properties) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- toProviderInstanceFactory(Class<F>, Provider) - Static method in interface org.apache.sshd.common.util.security.SecurityEntityFactory
- toRealPath(LinkOption...) - Method in class org.apache.sshd.common.file.root.RootedPath
- toRealPath(LinkOption...) - Method in class org.apache.sshd.common.file.util.MockPath
- toRuntimeException(Throwable) - Static method in class org.apache.sshd.common.util.ExceptionUtils
- toRuntimeException(Throwable, boolean) - Static method in class org.apache.sshd.common.util.ExceptionUtils
-
Converts a thrown generic exception to a
RuntimeException - toSecurityProviderChoice(String) - Static method in interface org.apache.sshd.common.util.security.SecurityProviderChoice
- toSecurityProviderChoice(Provider) - Static method in interface org.apache.sshd.common.util.security.SecurityProviderChoice
- toSortedMap(Iterable<? extends T>, Function<? super T, ? extends K>, Function<? super T, ? extends U>, Comparator<? super K>) - Static method in class org.apache.sshd.common.util.MapEntryUtils
- toSortedMap(Function<? super T, ? extends K>, Function<? super T, ? extends U>, Comparator<? super K>) - Static method in class org.apache.sshd.common.util.MapEntryUtils
- toSortedSet(Comparator<? super T>) - Static method in class org.apache.sshd.common.util.GenericUtils
- toSshdSocketAddress(SocketAddress) - Static method in class org.apache.sshd.common.util.net.SshdSocketAddress
- TOSTOP - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Stop background jobs from output.
- toStorage(Duration) - Method in class org.apache.sshd.common.Property.DurationInSecondsProperty
- toStorage(Duration) - Method in class org.apache.sshd.common.Property.DurationProperty
- toStorage(T) - Method in class org.apache.sshd.common.Property.BaseProperty
- toString() - Method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- toString() - Method in class org.apache.sshd.client.config.hosts.HostPatternValue
- toString() - Method in class org.apache.sshd.client.config.hosts.KnownHostEntry
- toString() - Method in class org.apache.sshd.client.config.hosts.KnownHostHashValue
- toString() - Method in class org.apache.sshd.client.config.keys.LazyClientIdentityIterator
- toString() - Method in class org.apache.sshd.common.channel.PtyChannelConfiguration
- toString() - Method in class org.apache.sshd.common.cipher.BaseCipher
- toString() - Method in enum org.apache.sshd.common.cipher.BuiltinCiphers
- toString() - Method in class org.apache.sshd.common.cipher.ChaCha20Cipher
- toString() - Method in class org.apache.sshd.common.compression.BaseCompression
- toString() - Method in enum org.apache.sshd.common.compression.BuiltinCompressions
- toString() - Method in class org.apache.sshd.common.compression.CompressionNone
- toString() - Method in enum org.apache.sshd.common.config.CompressionConfigValue
- toString() - Method in class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
- toString() - Method in class org.apache.sshd.common.config.keys.impl.AbstractKeyEntryResolver
- toString() - Method in class org.apache.sshd.common.config.keys.KeyRandomArt
- toString() - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions
- toString() - Method in class org.apache.sshd.common.config.keys.loader.openssh.kdf.RawKdfOptions
- toString() - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHParserContext
- toString() - Method in class org.apache.sshd.common.config.keys.loader.pem.PKCS8PrivateKeyInfo
- toString() - Method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- toString() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificate.CertificateOption
- toString() - Method in class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
- toString() - Method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- toString() - Method in class org.apache.sshd.common.config.keys.u2f.SkEcdsaPublicKey
- toString() - Method in class org.apache.sshd.common.config.keys.u2f.SkED25519PublicKey
- toString() - Method in class org.apache.sshd.common.config.ListParseResult
- toString() - Method in class org.apache.sshd.common.config.NamedFactoriesListParseResult
- toString() - Method in class org.apache.sshd.common.config.NamedResourceListParseResult
- toString() - Method in class org.apache.sshd.common.digest.BaseDigest
- toString() - Method in enum org.apache.sshd.common.digest.BuiltinDigests
- toString() - Method in class org.apache.sshd.common.file.root.RootedFileSystem
- toString() - Method in class org.apache.sshd.common.file.util.BasePath
- toString() - Method in class org.apache.sshd.common.file.util.MockFileSystem
- toString() - Method in class org.apache.sshd.common.file.util.MockPath
- toString() - Method in class org.apache.sshd.common.future.AbstractSshFuture
- toString() - Method in class org.apache.sshd.common.future.DefaultSshFuture
- toString() - Method in class org.apache.sshd.common.kex.extension.parser.DelayedCompressionAlgorithms
- toString() - Method in class org.apache.sshd.common.keyprovider.MappedKeyPairProvider
- toString() - Method in class org.apache.sshd.common.mac.BaseMac
- toString() - Method in enum org.apache.sshd.common.mac.BuiltinMacs
- toString() - Method in class org.apache.sshd.common.net.InetAddressRange
- toString() - Method in class org.apache.sshd.common.Property.BaseProperty
- toString() - Method in class org.apache.sshd.common.random.AbstractRandom
- toString() - Method in class org.apache.sshd.common.random.AbstractRandomFactory
- toString() - Method in class org.apache.sshd.common.session.helpers.TimeoutIndicator
- toString() - Method in class org.apache.sshd.common.signature.AbstractSignature
- toString() - Method in enum org.apache.sshd.common.signature.BuiltinSignatures
- toString() - Method in class org.apache.sshd.common.SyspropsMapWrapper
- toString() - Method in class org.apache.sshd.common.util.buffer.Buffer
- toString() - Method in class org.apache.sshd.common.util.buffer.keys.AbstractBufferPublicKeyParser
- toString() - Method in class org.apache.sshd.common.util.closeable.SimpleCloseable
- toString() - Method in class org.apache.sshd.common.util.helper.LazyIterablesConcatenator
- toString() - Method in class org.apache.sshd.common.util.helper.LazyMatchingTypeIterable
- toString() - Method in class org.apache.sshd.common.util.helper.LazyMatchingTypeIterator
- toString() - Method in class org.apache.sshd.common.util.IgnoringEmptyMap
- toString() - Method in class org.apache.sshd.common.util.io.der.ASN1Object
- toString() - Method in class org.apache.sshd.common.util.io.ModifiableFileWatcher
- toString() - Method in class org.apache.sshd.common.util.io.resource.AbstractIoResource
- toString() - Method in class org.apache.sshd.common.util.net.NetworkConnector
- toString() - Method in class org.apache.sshd.common.util.net.SshdSocketAddress
- toString() - Method in class org.apache.sshd.common.util.security.AbstractSecurityProviderRegistrar
- toString() - Method in class org.apache.sshd.common.util.VersionInfo
- toString(PublicKey) - Static method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- toString(PublicKey, PublicKeyEntryDataResolver) - Static method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- toUri() - Method in class org.apache.sshd.common.file.util.BasePath
- toUri() - Method in class org.apache.sshd.common.file.util.MockPath
- trace(String) - Method in class org.apache.sshd.common.util.logging.LoggerSkeleton
- trace(String) - Method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- trace(String, Object) - Method in class org.apache.sshd.common.util.logging.LoggerSkeleton
- trace(String, Object...) - Method in class org.apache.sshd.common.util.logging.LoggerSkeleton
- trace(String, Object, Object) - Method in class org.apache.sshd.common.util.logging.LoggerSkeleton
- trace(String, Throwable) - Method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- trace(String, Throwable) - Method in class org.apache.sshd.common.util.logging.SimplifiedLoggerSkeleton
- traceClosure(Logger) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- traceClosure(Logger, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- translateToFileSystemPath(String, String, String) - Static method in class org.apache.sshd.common.util.SelectorUtils
-
Converts a path containing a specific separator to one using the specified file-system one
- translateToFileSystemPath(String, String, FileSystem) - Static method in class org.apache.sshd.common.util.SelectorUtils
-
Converts a path containing a specific separator to one using the specified file-system one
- translateToLocalFileSystemPath(String, char, String) - Static method in class org.apache.sshd.common.util.SelectorUtils
-
Converts a path to one matching the target file system by applying the "slashification" rules, converting it to a local path and then translating its separator to the target file system one (if different than local one)
- translateToLocalFileSystemPath(String, char, FileSystem) - Static method in class org.apache.sshd.common.util.SelectorUtils
-
/** Converts a path to one matching the target file system by applying the "slashification" rules, converting it to a local path and then translating its separator to the target file system one (if different than local one)
- translateToLocalPath(String) - Static method in class org.apache.sshd.common.util.SelectorUtils
-
Converts a possibly '/' separated path to a local path.
- TRAP - Enum constant in enum org.apache.sshd.server.Signal
- trimToEmpty(String) - Static method in class org.apache.sshd.common.util.GenericUtils
- TRIPLE_DES_CBC - Static variable in class org.apache.sshd.common.cipher.BuiltinCiphers.Constants
- tripledescbc - Enum constant in enum org.apache.sshd.common.cipher.BuiltinCiphers
-
Deprecated.
- TRUE - Static variable in interface org.apache.sshd.common.OptionalFeature
- TRUE_SETTING - Static variable in enum org.apache.sshd.common.channel.PtyMode
- TRUE_VALUES - Static variable in class org.apache.sshd.common.PropertyResolverUtils
-
Case insensitive
NavigableSetof values consideredtruebyPropertyResolverUtils.parseBoolean(String) - TSTP - Enum constant in enum org.apache.sshd.server.Signal
- TTIN - Enum constant in enum org.apache.sshd.server.Signal
- TTOU - Enum constant in enum org.apache.sshd.server.Signal
- TTY_OP_END - Static variable in enum org.apache.sshd.common.channel.PtyMode
- TTY_OP_ISPEED - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Specifies the input baud rate in bits per second.
- TTY_OP_OSPEED - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Specifies the output baud rate in bits per second.
- TtyFilterInputStream - Class in org.apache.sshd.server.shell
-
Handles the input while taking into account the
PtyModes for handling CR / LF - TtyFilterInputStream(InputStream, Collection<PtyMode>) - Constructor for class org.apache.sshd.server.shell.TtyFilterInputStream
- TtyFilterInputStream(InputStream, Map<PtyMode, ?>) - Constructor for class org.apache.sshd.server.shell.TtyFilterInputStream
- TtyFilterOutputStream - Class in org.apache.sshd.server.shell
-
Handles the output stream while taking care of the
PtyModefor CR / LF and ECHO settings - TtyFilterOutputStream(OutputStream, TtyFilterInputStream, Collection<PtyMode>) - Constructor for class org.apache.sshd.server.shell.TtyFilterOutputStream
- TtyFilterOutputStream(OutputStream, TtyFilterInputStream, Map<PtyMode, ?>) - Constructor for class org.apache.sshd.server.shell.TtyFilterOutputStream
- TYPICAL_LINE_LENGTH - Static variable in interface org.apache.sshd.common.util.io.output.LineLevelAppender
-
A typical line length used in many textual standards
U
- UnaryEquator<T> - Interface in org.apache.sshd.common.util.functors
-
Checks equality between 2 entities of same type
- unbind() - Method in interface org.apache.sshd.common.io.IoAcceptor
- unbind(SocketAddress) - Method in interface org.apache.sshd.common.io.IoAcceptor
- unbind(Collection<? extends SocketAddress>) - Method in interface org.apache.sshd.common.io.IoAcceptor
- uncompress(Buffer, Buffer) - Method in interface org.apache.sshd.common.compression.Compression
-
Uncompress the data in a buffer into another buffer.
- uncompress(Buffer, Buffer) - Method in class org.apache.sshd.common.compression.CompressionNone
- uncompress(Buffer, Buffer) - Method in class org.apache.sshd.common.compression.CompressionZlib
- UNCOMPRESSED - Enum constant in enum org.apache.sshd.common.cipher.ECCurves.ECPointCompression
- UNIVERSAL - Enum constant in enum org.apache.sshd.common.util.io.der.ASN1Class
- UNIVERSAL_STRING - Enum constant in enum org.apache.sshd.common.util.io.der.ASN1Type
- UNKNOWN - Enum constant in enum org.apache.sshd.common.kex.KexState
- UNKNOWN_SIZE - Static variable in class org.apache.sshd.common.util.io.FileSnapshot
-
A value indicating an unknown file size.
- unmodifiableList(Collection<? extends T>) - Static method in class org.apache.sshd.common.util.GenericUtils
- unmodifiableList(Stream<T>) - Static method in class org.apache.sshd.common.util.GenericUtils
- unmodifiableList(T...) - Static method in class org.apache.sshd.common.util.GenericUtils
- unpackIntLE(byte[], int) - Static method in class org.apache.sshd.common.mac.Poly1305Mac
- unregisterCanonicalKeyTypeAlias(String) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- unregisterExtension(String) - Static method in enum org.apache.sshd.common.cipher.BuiltinCiphers
-
Unregisters specified extension
- unregisterExtension(String) - Static method in enum org.apache.sshd.common.compression.BuiltinCompressions
-
Unregisters specified extension
- unregisterExtension(String) - Static method in enum org.apache.sshd.common.mac.BuiltinMacs
-
Unregisters specified extension
- unregisterExtension(String) - Static method in enum org.apache.sshd.common.signature.BuiltinSignatures
-
Unregisters specified extension
- unregisterExtensionParser(String) - Static method in class org.apache.sshd.common.kex.extension.KexExtensions
-
Registers
KexExtensionParserfor a named extension - unregisterKeyDataEntryResolver(String) - Static method in class org.apache.sshd.common.config.keys.PublicKeyEntry
- unregisterPrivateKeyObfuscator(String) - Static method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- unregisterPrivateKeyObfuscator(PrivateKeyObfuscator) - Static method in class org.apache.sshd.common.config.keys.loader.PrivateKeyEncryptionContext
- unregisterPublicKeyEntryDecoder(PublicKeyEntryDecoder<?, ?>) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
- unregisterPublicKeyEntryDecoderForKeyType(String) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
-
Unregister the decoder registered for the specified key type
- unregisterPublicKeyEntryDecoderKeyTypes(PublicKeyEntryDecoder<?, ?>) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
-
Unregisters the specified decoder for all the types it supports
- unroot(Path) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- UNSUPPORTED - Static variable in interface org.apache.sshd.common.config.keys.PublicKeyEntryResolver
-
A resolver that returns an
UnsupportedSshPublicKeyfor any input. - UnsupportedSshPublicKey - Class in org.apache.sshd.common.config.keys
-
A representation of an unsupported SSH public key -- just a key type and the raw key data.
- UnsupportedSshPublicKey(String, byte[]) - Constructor for class org.apache.sshd.common.config.keys.UnsupportedSshPublicKey
- unwrapInvocationThrowable(Throwable) - Static method in class org.apache.sshd.common.util.ProxyUtils
- update(byte[]) - Method in interface org.apache.sshd.common.cipher.Cipher
-
Performs in-place encryption or decryption on the given data.
- update(byte[]) - Method in class org.apache.sshd.common.digest.BaseDigest
- update(byte[]) - Method in interface org.apache.sshd.common.digest.Digest
- update(byte[]) - Method in interface org.apache.sshd.common.mac.Mac
- update(byte[], int, int) - Method in class org.apache.sshd.common.cipher.BaseCBCCipher
- update(byte[], int, int) - Method in class org.apache.sshd.common.cipher.BaseCipher
- update(byte[], int, int) - Method in class org.apache.sshd.common.cipher.BaseCTRCipher
- update(byte[], int, int) - Method in class org.apache.sshd.common.cipher.BaseGCMCipher
- update(byte[], int, int) - Method in class org.apache.sshd.common.cipher.BaseRC4Cipher
- update(byte[], int, int) - Method in class org.apache.sshd.common.cipher.ChaCha20Cipher
- update(byte[], int, int) - Method in interface org.apache.sshd.common.cipher.Cipher
-
Performs in-place encryption or decryption on the given data.
- update(byte[], int, int) - Method in class org.apache.sshd.common.cipher.CipherNone
- update(byte[], int, int) - Method in class org.apache.sshd.common.digest.BaseDigest
- update(byte[], int, int) - Method in interface org.apache.sshd.common.digest.Digest
- update(byte[], int, int) - Method in class org.apache.sshd.common.mac.BaseMac
- update(byte[], int, int) - Method in interface org.apache.sshd.common.mac.Mac
- update(byte[], int, int) - Method in class org.apache.sshd.common.mac.Poly1305Mac
- update(SessionContext, byte[]) - Method in interface org.apache.sshd.common.signature.Signature
-
Update the computed signature with the given data
- update(SessionContext, byte[], int, int) - Method in class org.apache.sshd.common.signature.AbstractSecurityKeySignature
- update(SessionContext, byte[], int, int) - Method in class org.apache.sshd.common.signature.AbstractSignature
- update(SessionContext, byte[], int, int) - Method in interface org.apache.sshd.common.signature.Signature
-
Update the computed signature with the given data
- updateAAD(byte[]) - Method in interface org.apache.sshd.common.cipher.Cipher
-
Adds the provided input data as additional authenticated data during encryption or decryption.
- updateAAD(byte[], int, int) - Method in class org.apache.sshd.common.cipher.BaseCipher
- updateAAD(byte[], int, int) - Method in class org.apache.sshd.common.cipher.BaseGCMCipher
- updateAAD(byte[], int, int) - Method in class org.apache.sshd.common.cipher.ChaCha20Cipher
- updateAAD(byte[], int, int) - Method in interface org.apache.sshd.common.cipher.Cipher
-
Adds the provided input data as additional authenticated data during encryption or decryption.
- updateAAD(byte[], int, int) - Method in class org.apache.sshd.common.cipher.CipherNone
- updateLengthPlaceholder(Buffer, int) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
-
Used for encodings where we don't know the data length before adding it to the buffer.
- updateLengthPlaceholder(Buffer, int, long) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
-
Updates a 32-bit "placeholder" location for data length - moves the write position to the specified placeholder position, updates the length value and then moves the write position it back to its original value.
- updateProperty(Map<String, Object>, String, boolean) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- updateProperty(Map<String, Object>, String, int) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- updateProperty(Map<String, Object>, String, long) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- updateProperty(Map<String, Object>, String, Object) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- updateProperty(PropertyResolver, String, boolean) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- updateProperty(PropertyResolver, String, int) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- updateProperty(PropertyResolver, String, long) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- updateProperty(PropertyResolver, String, Object) - Static method in class org.apache.sshd.common.PropertyResolverUtils
- updateReloadAttributes() - Method in class org.apache.sshd.common.util.io.ModifiableFileWatcher
-
May be called to refresh the state attributes used to detect changes e.g., file existence, size and last-modified time once re-loading is successfully completed.
- updateUInt(long) - Method in class org.apache.sshd.common.mac.BaseMac
- updateUInt(long) - Method in interface org.apache.sshd.common.mac.Mac
- updateUInt(long) - Method in class org.apache.sshd.common.mac.Poly1305Mac
- updateWithAAD(byte[], int, int, int) - Method in interface org.apache.sshd.common.cipher.Cipher
-
Performs in-place authenticated encryption or decryption with additional data (AEAD).
- URG - Enum constant in enum org.apache.sshd.server.Signal
- URIResource - Class in org.apache.sshd.common.util.io.resource
- URIResource(URI) - Constructor for class org.apache.sshd.common.util.io.resource.URIResource
- uriToPath(URI) - Method in class org.apache.sshd.common.file.root.RootedFileSystemProvider
- URLResource - Class in org.apache.sshd.common.util.io.resource
- URLResource(URL) - Constructor for class org.apache.sshd.common.util.io.resource.URLResource
- USE_DNS_CONFIG_PROP - Static variable in class org.apache.sshd.common.config.ConfigFileReaderSupport
- usedLen - Variable in class org.apache.sshd.common.util.io.output.LineOutputStream
- USER - Enum constant in enum org.apache.sshd.common.config.keys.OpenSshCertificate.Type
-
User key certificate.
- USER - Enum constant in enum org.apache.sshd.common.config.SyslogFacilityValue
- USER_CONFIG_PROP - Static variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- UserAuthFactoriesManager<S,
M, - Interface in org.apache.sshd.common.authF> - UserAuthInstance<S> - Interface in org.apache.sshd.common.auth
-
Represents an authentication-in-progress tracker for a specific session
- UserAuthMethodFactory<S,
M> - Interface in org.apache.sshd.common.auth -
Represents a user authentication method
- USERID_VIEW_ATTR - Static variable in class org.apache.sshd.common.util.io.IoUtils
- username - Variable in class org.apache.sshd.client.config.hosts.HostConfigEntry
- UsernameHolder - Interface in org.apache.sshd.common.auth
- USR1 - Enum constant in enum org.apache.sshd.server.Signal
- USR2 - Enum constant in enum org.apache.sshd.server.Signal
- UTC_TIME - Enum constant in enum org.apache.sshd.common.util.io.der.ASN1Type
- UTF8_STRING - Enum constant in enum org.apache.sshd.common.util.io.der.ASN1Type
V
- validateExcludedPermissions(Collection<PosixFilePermission>, Collection<PosixFilePermission>) - Static method in class org.apache.sshd.common.util.io.IoUtils
- validateInt32Value(long, String) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- validateInt32Value(long, String, Object) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- validateInt32Value(long, String, Object...) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- validateListener(L, String) - Static method in interface org.apache.sshd.common.util.SshdEventListener
-
Makes sure that the listener is neither
nullnor a proxy - validateSafeRelativeSymlink(Path) - Static method in class org.apache.sshd.common.file.root.RootedFileSystemUtils
-
Validate that the relative path target is safe.
- validateSessionPayloadSize(long, String) - Static method in interface org.apache.sshd.common.session.SessionContext
- validateStreamMagicMarker(SessionContext, NamedResource, S) - Method in class org.apache.sshd.common.config.keys.loader.openssh.OpenSSHKeyPairResourceParser
- validateStrictConfigFilePermissions(Path, LinkOption...) - Static method in class org.apache.sshd.common.util.io.ModifiableFileWatcher
-
Checks if a path has strict permissions
- validateStrictKeyFilePermissions(Path, LinkOption...) - Static method in class org.apache.sshd.common.config.keys.KeyUtils
-
Checks if a path has strict permissions
- validateUint32Value(long, String) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- validateUint32Value(long, String, Object) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- validateUint32Value(long, String, Object...) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
- ValidateUtils - Class in org.apache.sshd.common.util
- validating(Property<T>, Consumer<? super T>) - Static method in interface org.apache.sshd.common.Property
- Validating(Property<T>, Consumer<? super T>) - Constructor for class org.apache.sshd.common.Property.Validating
- validator - Variable in class org.apache.sshd.common.Property.Validating
- valueOf(String) - Static method in enum org.apache.sshd.client.config.hosts.KnownHostDigest
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.channel.PtyMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.cipher.BuiltinCiphers
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.cipher.Cipher.Mode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.cipher.ECCurves.ECPointCompression
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.cipher.ECCurves
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.compression.BuiltinCompressions
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.compression.Compression.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.config.CompressionConfigValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.config.keys.BuiltinIdentities
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.config.keys.FilePasswordProvider.ResourceDecodeResult
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.config.keys.OpenSshCertificate.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.config.LogLevelValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.config.SyslogFacilityValue
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.config.TimeValueConfig
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.digest.BuiltinDigests
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.future.CancelOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.kex.KexProposalOption
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.kex.KexState
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.mac.BuiltinMacs
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.session.helpers.TimeoutIndicator.TimeoutStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.session.SessionHeartbeatController.HeartbeatType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.signature.BuiltinSignatures
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.util.closeable.AbstractCloseable.State
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.util.io.der.ASN1Class
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.util.io.der.ASN1Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.common.util.security.bouncycastle.BouncyCastleEncryptedPrivateKeyInfoDecryptor
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.apache.sshd.server.Signal
-
Returns the enum constant of this type with the specified name.
- values - Variable in class org.apache.sshd.common.Property.EnumProperty
- values() - Static method in enum org.apache.sshd.client.config.hosts.KnownHostDigest
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.sshd.common.channel.PtyMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.sshd.common.cipher.BuiltinCiphers
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.sshd.common.cipher.Cipher.Mode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.sshd.common.cipher.ECCurves.ECPointCompression
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.sshd.common.cipher.ECCurves
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.sshd.common.compression.BuiltinCompressions
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.sshd.common.compression.Compression.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.sshd.common.config.CompressionConfigValue
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.sshd.common.config.keys.BuiltinIdentities
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.sshd.common.config.keys.FilePasswordProvider.ResourceDecodeResult
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.sshd.common.config.keys.OpenSshCertificate.Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.sshd.common.config.LogLevelValue
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.sshd.common.config.SyslogFacilityValue
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.sshd.common.config.TimeValueConfig
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.sshd.common.digest.BuiltinDigests
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.sshd.common.future.CancelOption
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.sshd.common.kex.KexProposalOption
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.sshd.common.kex.KexState
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.sshd.common.mac.BuiltinMacs
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.sshd.common.session.helpers.TimeoutIndicator.TimeoutStatus
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.sshd.common.session.SessionHeartbeatController.HeartbeatType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.sshd.common.signature.BuiltinSignatures
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class org.apache.sshd.common.SyspropsMapWrapper
- values() - Static method in enum org.apache.sshd.common.util.closeable.AbstractCloseable.State
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Method in class org.apache.sshd.common.util.IgnoringEmptyMap
- values() - Static method in enum org.apache.sshd.common.util.io.der.ASN1Class
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.sshd.common.util.io.der.ASN1Type
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.sshd.common.util.security.bouncycastle.BouncyCastleEncryptedPrivateKeyInfoDecryptor
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.apache.sshd.server.Signal
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VALUES - Static variable in enum org.apache.sshd.client.config.hosts.KnownHostDigest
- VALUES - Static variable in enum org.apache.sshd.common.cipher.BuiltinCiphers
- VALUES - Static variable in enum org.apache.sshd.common.cipher.ECCurves.ECPointCompression
- VALUES - Static variable in enum org.apache.sshd.common.cipher.ECCurves
-
A
Setof all the known curves - VALUES - Static variable in enum org.apache.sshd.common.compression.BuiltinCompressions
- VALUES - Static variable in enum org.apache.sshd.common.config.CompressionConfigValue
- VALUES - Static variable in enum org.apache.sshd.common.config.keys.BuiltinIdentities
- VALUES - Static variable in enum org.apache.sshd.common.config.keys.FilePasswordProvider.ResourceDecodeResult
- VALUES - Static variable in enum org.apache.sshd.common.config.keys.OpenSshCertificate.Type
- VALUES - Static variable in enum org.apache.sshd.common.config.LogLevelValue
- VALUES - Static variable in enum org.apache.sshd.common.config.SyslogFacilityValue
- VALUES - Static variable in enum org.apache.sshd.common.config.TimeValueConfig
- VALUES - Static variable in enum org.apache.sshd.common.digest.BuiltinDigests
- VALUES - Static variable in enum org.apache.sshd.common.kex.KexProposalOption
-
A
Listof all the options sorted according toKexProposalOption.getProposalIndex() - VALUES - Static variable in enum org.apache.sshd.common.kex.KexState
- VALUES - Static variable in enum org.apache.sshd.common.mac.BuiltinMacs
- VALUES - Static variable in enum org.apache.sshd.common.session.SessionHeartbeatController.HeartbeatType
- VALUES - Static variable in enum org.apache.sshd.common.signature.BuiltinSignatures
- VALUES - Static variable in enum org.apache.sshd.common.util.io.der.ASN1Class
- VALUES - Static variable in enum org.apache.sshd.common.util.io.der.ASN1Type
- VARIANT2 - Enum constant in enum org.apache.sshd.common.cipher.ECCurves.ECPointCompression
- VARIANT3 - Enum constant in enum org.apache.sshd.common.cipher.ECCurves.ECPointCompression
- VDISCARD - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Toggles the flushing of terminal output.
- VDSUSP - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Another suspend character.
- VEOF - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
End-of-file character (sends EOF from the terminal).
- VEOL - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
End-of-line character in addition to carriage return and/or line-feed.
- VEOL2 - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Additional end-of-line character.
- VERASE - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Erase the character to left of the cursor.
- VERBOSE - Enum constant in enum org.apache.sshd.common.config.LogLevelValue
- VerifiableFuture<T> - Interface in org.apache.sshd.common.future
-
Represents an asynchronous operation whose successful result can be verified somehow.
- verify() - Method in interface org.apache.sshd.common.future.VerifiableFuture
-
Wait
Long.MAX_VALUEmsec. and verify that the operation was successful - verify(long) - Method in interface org.apache.sshd.common.future.VerifiableFuture
-
Wait and verify that the operation was successful
- verify(long, TimeUnit) - Method in interface org.apache.sshd.common.future.VerifiableFuture
-
Wait and verify that the operation was successful
- verify(long, TimeUnit, CancelOption...) - Method in interface org.apache.sshd.common.future.VerifiableFuture
-
Wait and verify that the operation was successful
- verify(long, CancelOption...) - Method in class org.apache.sshd.common.future.DefaultCancelFuture
-
Wait and verify that the operation was successful
- verify(long, CancelOption...) - Method in interface org.apache.sshd.common.future.VerifiableFuture
-
Wait and verify that the operation was successful
- verify(long, CancelOption...) - Method in class org.apache.sshd.common.io.AbstractIoWriteFuture
- verify(long, CancelOption...) - Method in class org.apache.sshd.common.io.DefaultIoConnectFuture
- verify(Duration) - Method in interface org.apache.sshd.common.future.VerifiableFuture
-
Wait and verify that the operation was successful
- verify(Duration, CancelOption...) - Method in interface org.apache.sshd.common.future.VerifiableFuture
-
Wait and verify that the operation was successful
- verify(CancelOption...) - Method in interface org.apache.sshd.common.future.VerifiableFuture
-
Wait
Long.MAX_VALUEmsec. and verify that the operation was successful - verify(SessionContext, byte[]) - Method in class org.apache.sshd.common.signature.AbstractSecurityKeySignature
- verify(SessionContext, byte[]) - Method in interface org.apache.sshd.common.signature.Signature
-
Verify against the given signature
- verify(SessionContext, byte[]) - Method in class org.apache.sshd.common.signature.SignatureDSA
- verify(SessionContext, byte[]) - Method in class org.apache.sshd.common.signature.SignatureECDSA
- verify(SessionContext, byte[]) - Method in class org.apache.sshd.common.signature.SignatureRSA
- verify(SessionContext, byte[]) - Method in class org.apache.sshd.common.util.security.eddsa.generic.GenericSignatureEd25519
- verifyResult(Class<? extends R>, long, CancelOption...) - Method in class org.apache.sshd.common.future.AbstractSshFuture
-
Waits (interruptible) for the specified timeout (msec.) and then checks the result:
- VersionInfo - Class in org.apache.sshd.common.util
- VersionInfo(int, int) - Constructor for class org.apache.sshd.common.util.VersionInfo
- VersionInfo(int, int, int, int) - Constructor for class org.apache.sshd.common.util.VersionInfo
- VersionProperties - Class in org.apache.sshd.common.config
- verum() - Static method in interface org.apache.sshd.common.util.functors.UnaryEquator
- VFLUSH - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Character to flush output.
- VIDEOTEX_STRING - Enum constant in enum org.apache.sshd.common.util.io.der.ASN1Type
- VINTR - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Interrupt character; 255 if none.
- VirtualFileSystemFactory - Class in org.apache.sshd.common.file.virtualfs
-
SSHd file system factory to reduce the visibility to a physical folder.
- VirtualFileSystemFactory() - Constructor for class org.apache.sshd.common.file.virtualfs.VirtualFileSystemFactory
- VirtualFileSystemFactory(Path) - Constructor for class org.apache.sshd.common.file.virtualfs.VirtualFileSystemFactory
- VKILL - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Kill the current input line.
- VLNEXT - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Enter the next character typed literally, even if it is a special character
- VQUIT - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
The quit character (sends SIGQUIT signal on POSIX systems).
- VREPRINT - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Reprints the current input line.
- VSTART - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Continues paused output (normally control-Q).
- VSTATUS - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Prints system status line (load, command, pid, etc).
- VSTOP - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Pauses output (normally control-S).
- VSUSP - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Suspends the current program.
- VSWTCH - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Switch to a different shell layer.
- VTALRM - Enum constant in enum org.apache.sshd.server.Signal
- VWERASE - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Erases a word left of cursor.
W
- WaitableFuture - Interface in org.apache.sshd.common.future
-
Represents an asynchronous operation which one can wait for its completion.
- warn(String) - Method in class org.apache.sshd.common.util.logging.LoggerSkeleton
- warn(String) - Method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- warn(String, Object) - Method in class org.apache.sshd.common.util.logging.LoggerSkeleton
- warn(String, Object...) - Method in class org.apache.sshd.common.util.logging.LoggerSkeleton
- warn(String, Object, Object) - Method in class org.apache.sshd.common.util.logging.LoggerSkeleton
- warn(String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Throwable) - Method in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- warn(String, Object, Object, Object, Object, Object, Object, Object, Object, Throwable) - Method in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- warn(String, Object, Object, Object, Object, Object, Object, Object, Throwable) - Method in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- warn(String, Object, Object, Object, Object, Object, Object, Throwable) - Method in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- warn(String, Object, Object, Object, Object, Object, Throwable) - Method in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- warn(String, Object, Object, Object, Object, Throwable) - Method in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- warn(String, Object, Object, Object, Throwable) - Method in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- warn(String, Object, Object, Throwable) - Method in class org.apache.sshd.common.util.logging.AbstractLoggingBean
- warn(String, Throwable) - Method in interface org.apache.sshd.common.util.logging.SimplifiedLog
- warn(String, Throwable) - Method in class org.apache.sshd.common.util.logging.SimplifiedLoggerSkeleton
- warn(Logger, String, Object, Object, Object, Object, Object, Object, Object, Object, Object, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- warn(Logger, String, Object, Object, Object, Object, Object, Object, Object, Object, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- warn(Logger, String, Object, Object, Object, Object, Object, Object, Object, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- warn(Logger, String, Object, Object, Object, Object, Object, Object, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- warn(Logger, String, Object, Object, Object, Object, Object, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- warn(Logger, String, Object, Object, Object, Object, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- warn(Logger, String, Object, Object, Object, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- warn(Logger, String, Object, Object, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- warnClosure(Logger) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- warnClosure(Logger, Throwable) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- WEEKS - Enum constant in enum org.apache.sshd.common.config.TimeValueConfig
- WELL_KNOWN_IPV4_ADDRESSES - Static variable in class org.apache.sshd.common.util.net.SshdSocketAddress
- WELL_KNOWN_IPV6_ADDRESSES - Static variable in class org.apache.sshd.common.util.net.SshdSocketAddress
- when(Object, Iterable<? extends SshFuture<T>>) - Method in class org.apache.sshd.common.util.closeable.Builder
- when(SshFuture<T>) - Method in class org.apache.sshd.common.util.closeable.Builder
- when(SshFuture<T>...) - Method in class org.apache.sshd.common.util.closeable.Builder
- WILDCARD_PATTERN - Static variable in class org.apache.sshd.client.config.hosts.HostPatternsHolder
-
Used in a host pattern to denote zero or more consecutive characters
- WINCH - Enum constant in enum org.apache.sshd.server.Signal
- WINDOWS_COMMAND - Static variable in class org.apache.sshd.common.util.OsUtils
- WINDOWS_EXECUTABLE_EXTENSIONS - Static variable in class org.apache.sshd.common.util.io.IoUtils
- WINDOWS_PTY_TYPE - Static variable in interface org.apache.sshd.common.channel.PtyChannelConfigurationHolder
- WINDOWS_SHELL_COMMAND_NAME - Static variable in class org.apache.sshd.common.util.OsUtils
- withClient2Server(List<String>) - Method in class org.apache.sshd.common.kex.extension.parser.DelayedCompressionAlgorithms
- WithException - Interface in org.apache.sshd.common.future
-
Something that may carry a failure exception.
- withServer2Client(List<String>) - Method in class org.apache.sshd.common.kex.extension.parser.DelayedCompressionAlgorithms
- workBuf - Variable in class org.apache.sshd.common.util.buffer.Buffer
- wpos() - Method in class org.apache.sshd.common.util.buffer.Buffer
- wpos() - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- wpos(int) - Method in class org.apache.sshd.common.util.buffer.Buffer
- wpos(int) - Method in class org.apache.sshd.common.util.buffer.ByteArrayBuffer
- wrap(Appendable) - Static method in interface org.apache.sshd.common.util.io.output.LineLevelAppender
- wrap(Appendable, BooleanSupplier) - Static method in interface org.apache.sshd.common.util.io.output.LineLevelAppender
- wrap(Iterable<KeyPair>) - Static method in interface org.apache.sshd.client.auth.hostbased.HostKeyIdentityProvider
- wrap(Iterable<KeyPair>) - Static method in interface org.apache.sshd.common.keyprovider.KeyPairProvider
-
Wrap the provided
KeyPairs into aKeyPairProvider - wrap(KeyPair...) - Static method in interface org.apache.sshd.client.auth.hostbased.HostKeyIdentityProvider
- wrap(KeyPair...) - Static method in interface org.apache.sshd.common.keyprovider.KeyPairProvider
-
Wrap the provided
KeyPairs into aKeyPairProvider - wrap(Logger) - Static method in class org.apache.sshd.common.util.logging.LoggingUtils
- wrapAll(Collection<? extends Invoker<? super ARG, ?>>) - Static method in interface org.apache.sshd.common.util.io.functors.Invoker
-
Wraps a bunch of
Invoker-s that return no value into one that invokes them in the same order as they appear. - wrapDelegateChannel(Object, Class<T>, Channel) - Static method in class org.apache.sshd.common.util.closeable.NioChannelDelegateInvocationHandler
- wrapDelegateCloseable(Object, Class<T>, AutoCloseable) - Static method in class org.apache.sshd.common.util.closeable.AutoCloseableDelegateInvocationHandler
-
Wraps a target instance and an
AutoCloseabledelegate into a proxy instance that closes both when wrapperclosemethod called. - wrapFirst(Collection<? extends Invoker<? super ARG, ?>>) - Static method in interface org.apache.sshd.common.util.io.functors.Invoker
-
Wraps a bunch of
Invoker-s that return no value into one that invokes them in the same order as they appear. - wrapIdentities(Iterable<?>) - Static method in interface org.apache.sshd.client.auth.AuthenticationIdentitiesProvider
- wrapIterable(Iterable<? extends U>, Function<? super U, ? extends V>) - Static method in class org.apache.sshd.common.util.GenericUtils
- wrapIterator(Iterable<? extends U>, Function<? super U, ? extends V>) - Static method in class org.apache.sshd.common.util.GenericUtils
- wrapIterator(Iterator<? extends U>, Function<? super U, ? extends V>) - Static method in class org.apache.sshd.common.util.GenericUtils
- wrapKeyPairs(Iterable<KeyPair>) - Static method in interface org.apache.sshd.common.keyprovider.KeyIdentityProvider
-
Wraps a group of
KeyPairs into aKeyIdentityProvider - wrapKeyPairs(KeyPair...) - Static method in interface org.apache.sshd.common.keyprovider.KeyIdentityProvider
-
Wraps a group of
KeyPairs into aKeyIdentityProvider - wrapPasswords(Iterable<String>) - Static method in interface org.apache.sshd.client.auth.password.PasswordIdentityProvider
-
Wraps a group of passwords into a
PasswordIdentityProvider - wrapPasswords(String...) - Static method in interface org.apache.sshd.client.auth.password.PasswordIdentityProvider
-
Wraps a group of passwords into a
PasswordIdentityProvider - write(byte[]) - Method in class org.apache.sshd.common.util.io.output.LineOutputStream
- write(byte[], int, int) - Method in class org.apache.sshd.common.util.io.der.DERWriter
- write(byte[], int, int) - Method in class org.apache.sshd.common.util.io.output.LineOutputStream
- write(byte[], int, int) - Method in class org.apache.sshd.common.util.io.output.LoggingFilterOutputStream
- write(byte[], int, int) - Method in class org.apache.sshd.common.util.io.output.NoCloseOutputStream
- write(byte[], int, int) - Method in class org.apache.sshd.common.util.io.output.NullOutputStream
- write(byte[], int, int) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- write(byte[], int, int) - Method in class org.apache.sshd.common.util.io.output.SecureByteArrayOutputStream
- write(byte[], int, int) - Method in class org.apache.sshd.server.shell.TtyFilterInputStream
- write(byte[], int, int) - Method in class org.apache.sshd.server.shell.TtyFilterOutputStream
- write(int) - Method in class org.apache.sshd.common.util.io.output.LineOutputStream
- write(int) - Method in class org.apache.sshd.common.util.io.output.LoggingFilterOutputStream
- write(int) - Method in class org.apache.sshd.common.util.io.output.NullOutputStream
- write(int) - Method in class org.apache.sshd.common.util.io.output.NullPrintStream
- write(int) - Method in class org.apache.sshd.common.util.io.output.SecureByteArrayOutputStream
- write(int) - Method in class org.apache.sshd.server.shell.TtyFilterInputStream
- write(int) - Method in class org.apache.sshd.server.shell.TtyFilterOutputStream
- write(OutputStream, byte[], int) - Static method in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyPairResourceWriter
- write(OutputStream, String) - Static method in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyPairResourceWriter
- WRITEABLE_OPEN_OPTIONS - Static variable in class org.apache.sshd.common.util.io.IoUtils
-
A
SetofStandardOpenOption-s that indicate an intent to create/modify a file - writeBigInteger(byte...) - Method in class org.apache.sshd.common.util.io.der.DERWriter
-
The integer is always considered to be positive, so if the first byte is < 0, we pad with a zero to make it positive
- writeBigInteger(byte[], int, int) - Method in class org.apache.sshd.common.util.io.der.DERWriter
-
The integer is always considered to be positive, so if the first byte is < 0, we pad with a zero to make it positive
- writeBigInteger(BigInteger) - Method in class org.apache.sshd.common.util.io.der.DERWriter
- writeBuffer(Buffer) - Method in interface org.apache.sshd.common.io.IoOutputStream
-
Write the given buffer.
- writeBuffer(Buffer) - Method in interface org.apache.sshd.common.io.IoSession
-
Write a packet on the socket.
- writeCoordinate(OutputStream, String, BigInteger, int) - Method in enum org.apache.sshd.common.cipher.ECCurves.ECPointCompression
- writeECPoint(OutputStream, String, ECPoint) - Method in enum org.apache.sshd.common.cipher.ECCurves.ECPointCompression
- writeHostConfigEntries(OutputStream, boolean, Collection<? extends HostConfigEntry>) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- writeHostConfigEntries(Path, Collection<? extends HostConfigEntry>, OpenOption...) - Static method in class org.apache.sshd.client.config.hosts.HostConfigEntry
- writeInt(OutputStream, int, byte[]) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
-
Writes a 32-bit value in network order (i.e., MSB 1st)
- writeInt(OutputStream, int, byte[], int, int) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
-
Writes a 32-bit value in network order (i.e., MSB 1st)
- writeKeyPair(KeyPair, Path) - Method in class org.apache.sshd.server.keyprovider.AbstractGeneratorHostKeyProvider
- writeLength(int) - Method in class org.apache.sshd.common.util.io.der.DERWriter
- writeLineData(CharSequence) - Method in interface org.apache.sshd.common.util.io.output.LineLevelAppender
-
Called by the implementation once end-of-line is detected.
- writeObject(byte, int, byte...) - Method in class org.apache.sshd.common.util.io.der.DERWriter
- writeObject(ASN1Object) - Method in class org.apache.sshd.common.util.io.der.DERWriter
- writePEMKeyPair(KeyPair, OutputStream) - Static method in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleGeneratorHostKeyProvider
- writePEMKeyPair(KeyPair, Path) - Static method in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleGeneratorHostKeyProvider
- writePEMKeyPair(KeyPair, Path, OpenOption...) - Static method in class org.apache.sshd.common.util.security.bouncycastle.BouncyCastleGeneratorHostKeyProvider
- WritePendingException - Exception Class in org.apache.sshd.common.io
- WritePendingException() - Constructor for exception class org.apache.sshd.common.io.WritePendingException
- WritePendingException(String) - Constructor for exception class org.apache.sshd.common.io.WritePendingException
- WritePendingException(String, Throwable) - Constructor for exception class org.apache.sshd.common.io.WritePendingException
- WritePendingException(Throwable) - Constructor for exception class org.apache.sshd.common.io.WritePendingException
- writePrivateKey(KeyPair, String, OPTIONS, OutputStream) - Method in interface org.apache.sshd.common.config.keys.writer.KeyPairResourceWriter
-
Writes a serialization of a private key from a given
KeyPairto a givenOutputStream. - writePrivateKey(KeyPair, String, OpenSSHKeyEncryptionContext, OutputStream) - Method in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyPairResourceWriter
- writePublicKey(KeyPair, String, OutputStream) - Method in interface org.apache.sshd.common.config.keys.writer.KeyPairResourceWriter
-
Writes a serialization of a public key from a given
KeyPairto a givenOutputStream. - writePublicKey(PublicKey, String, OutputStream) - Method in interface org.apache.sshd.common.config.keys.writer.KeyPairResourceWriter
-
Writes a serialization of a
PublicKeyto a givenOutputStream. - writePublicKey(PublicKey, String, OutputStream) - Method in class org.apache.sshd.common.config.keys.writer.openssh.OpenSSHKeyPairResourceWriter
-
Writes a serialization of a
PublicKeyto a givenOutputStream. - writeRawOutput(byte[], int, int) - Method in class org.apache.sshd.server.shell.TtyFilterOutputStream
- writeRawOutput(int) - Method in class org.apache.sshd.server.shell.TtyFilterOutputStream
- writeRLEBytes(OutputStream, byte...) - Static method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- writeRLEBytes(OutputStream, byte[], int, int) - Static method in interface org.apache.sshd.common.config.keys.KeyEntryResolver
- writeUInt(OutputStream, long, byte[]) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
-
Writes a 32-bit value in network order (i.e., MSB 1st)
- writeUInt(OutputStream, long, byte[], int, int) - Static method in class org.apache.sshd.common.util.buffer.BufferUtils
-
Writes a 32-bit value in network order (i.e., MSB 1st)
X
- XCASE - Enum constant in enum org.apache.sshd.common.channel.PtyMode
-
Enable input and output of uppercase characters by preceding their lowercase equivalents with "\".
- XCPU - Enum constant in enum org.apache.sshd.server.Signal
- XFSZ - Enum constant in enum org.apache.sshd.server.Signal
Y
- YES - Enum constant in enum org.apache.sshd.common.config.CompressionConfigValue
- yesNoValueOf(boolean) - Static method in class org.apache.sshd.common.config.ConfigFileReaderSupport
-
Returns a "yes" or "no" value based on the input parameter
Z
- zlib - Enum constant in enum org.apache.sshd.common.compression.BuiltinCompressions
- ZLIB - Static variable in class org.apache.sshd.common.compression.BuiltinCompressions.Constants
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form