Serialized Form
-
Package org.apache.sshd.common
-
Class org.apache.sshd.common.RuntimeSshException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -2423550196146939503L
-
Class org.apache.sshd.common.SshException extends java.io.IOException implements Serializable
- serialVersionUID:
- -7349477687125144606L
-
Serialized Fields
-
disconnectCode
int disconnectCode
-
-
-
Package org.apache.sshd.common.channel
-
Class org.apache.sshd.common.channel.WindowClosedException extends SshException implements Serializable
- serialVersionUID:
- -5345787686165334234L
-
-
Package org.apache.sshd.common.channel.exception
-
Class org.apache.sshd.common.channel.exception.SshChannelBufferedOutputException extends SshChannelException implements Serializable
- serialVersionUID:
- -8663890657820958046L
-
Class org.apache.sshd.common.channel.exception.SshChannelClosedException extends SshChannelException implements Serializable
- serialVersionUID:
- 4201656251593797929L
-
Class org.apache.sshd.common.channel.exception.SshChannelException extends java.io.IOException implements Serializable
- serialVersionUID:
- 7355720478400167933L
-
Serialized Fields
-
channelId
long channelId
-
-
Class org.apache.sshd.common.channel.exception.SshChannelNotFoundException extends SshChannelException implements Serializable
- serialVersionUID:
- 6235323779982884257L
-
Class org.apache.sshd.common.channel.exception.SshChannelOpenException extends SshChannelException implements Serializable
- serialVersionUID:
- 3591321447714889771L
-
Serialized Fields
-
code
int code
-
-
-
Package org.apache.sshd.common.config.keys
-
Class org.apache.sshd.common.config.keys.AuthorizedKeyEntry extends PublicKeyEntry implements Serializable
- serialVersionUID:
- -9007505285002809156L
-
Serialized Fields
-
comment
java.lang.String comment
-
loginOptions
java.util.Map<java.lang.String,java.lang.String> loginOptions
-
-
Class org.apache.sshd.common.config.keys.OpenSshCertificateImpl extends java.lang.Object implements Serializable
- serialVersionUID:
- -3592634724148744943L
-
Serialized Fields
-
caPubKey
java.security.PublicKey caPubKey
-
certificatePublicKey
java.security.PublicKey certificatePublicKey
-
criticalOptions
java.util.List<OpenSshCertificate.CertificateOption> criticalOptions
-
extensions
java.util.List<OpenSshCertificate.CertificateOption> extensions
-
id
java.lang.String id
-
keyType
java.lang.String keyType
-
message
byte[] message
-
nonce
byte[] nonce
-
principals
java.util.Collection<java.lang.String> principals
-
reserved
java.lang.String reserved
-
serial
long serial
-
signature
byte[] signature
-
type
int type
-
validAfter
long validAfter
-
validBefore
long validBefore
-
-
Class org.apache.sshd.common.config.keys.PublicKeyEntry extends java.lang.Object implements Serializable
- serialVersionUID:
- -585506072687602760L
-
Serialized Fields
-
keyData
byte[] keyData
-
keyDataResolver
PublicKeyEntryDataResolver keyDataResolver
-
keyType
java.lang.String keyType
-
-
-
Package org.apache.sshd.common.config.keys.loader.openssh.kdf
-
Class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions.BCryptBadRoundsException extends RuntimeSshException implements Serializable
- serialVersionUID:
- 1724985268892193553L
-
Serialized Fields
-
rounds
int rounds
-
-
-
Package org.apache.sshd.common.config.keys.u2f
-
Class org.apache.sshd.common.config.keys.u2f.SkEcdsaPublicKey extends java.lang.Object implements Serializable
- serialVersionUID:
- -8758432826838775097L
-
Serialized Fields
-
appName
java.lang.String appName
-
delegatePublicKey
java.security.interfaces.ECPublicKey delegatePublicKey
-
noTouchRequired
boolean noTouchRequired
-
-
Class org.apache.sshd.common.config.keys.u2f.SkED25519PublicKey extends java.lang.Object implements Serializable
- serialVersionUID:
- 4587115316266869640L
-
Serialized Fields
-
appName
java.lang.String appName
-
delegatePublicKey
net.i2p.crypto.eddsa.EdDSAPublicKey delegatePublicKey
-
noTouchRequired
boolean noTouchRequired
-
-
-
Package org.apache.sshd.common.io
-
Class org.apache.sshd.common.io.ReadPendingException extends java.lang.IllegalStateException implements Serializable
- serialVersionUID:
- -3407225601154249841L
-
Class org.apache.sshd.common.io.WritePendingException extends java.lang.IllegalStateException implements Serializable
- serialVersionUID:
- 8814014909076826576L
-
-
Package org.apache.sshd.common.session.helpers
-
Class org.apache.sshd.common.session.helpers.MissingAttachedSessionException extends java.lang.IllegalStateException implements Serializable
- serialVersionUID:
- -7660805009035307684L
-
Class org.apache.sshd.common.session.helpers.MultipleAttachedSessionException extends java.lang.IllegalStateException implements Serializable
- serialVersionUID:
- 4488792374797444445L
-
-
Package org.apache.sshd.common.util
-
Class org.apache.sshd.common.util.VersionInfo extends java.lang.Object implements Serializable
- serialVersionUID:
- -9127482432228413836L
-
Serialized Fields
-
buildNumber
int buildNumber
-
majorVersion
int majorVersion
-
minorVersion
int minorVersion
-
release
int release
-
-
-
Package org.apache.sshd.common.util.buffer
-
Class org.apache.sshd.common.util.buffer.BufferException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 658645233475011039L
-
-
Package org.apache.sshd.common.util.io.der
-
Class org.apache.sshd.common.util.io.der.ASN1Object extends java.lang.Object implements Serializable
- serialVersionUID:
- 4687581744706127265L
-
-
Package org.apache.sshd.common.util.logging
-
Class org.apache.sshd.common.util.logging.LoggerSkeleton extends org.slf4j.helpers.MarkerIgnoringBase implements Serializable
- serialVersionUID:
- 1129569061632973648L
-
Class org.apache.sshd.common.util.logging.SimplifiedLoggerSkeleton extends LoggerSkeleton implements Serializable
- serialVersionUID:
- 9207771015837755402L
-
-
Package org.apache.sshd.common.util.net
-
Class org.apache.sshd.common.util.net.SshdSocketAddress extends java.net.SocketAddress implements Serializable
- serialVersionUID:
- 6461645947151952729L
-
Serialized Fields
-
hostName
java.lang.String hostName
-
port
int port
-
-
-
Package org.apache.sshd.scp.common
-
Class org.apache.sshd.scp.common.ScpException extends java.io.IOException implements Serializable
- serialVersionUID:
- 7734851624372451732L
-
Serialized Fields
-
exitStatus
java.lang.Integer exitStatus
-
-
Class org.apache.sshd.scp.common.ScpLocation extends java.lang.Object implements Serializable
- serialVersionUID:
- 5450230457030600136L
-
Serialized Fields
-
host
java.lang.String host
-
path
java.lang.String path
-
port
int port
-
username
java.lang.String username
-
-
-
Package org.apache.sshd.server.auth
-
Class org.apache.sshd.server.auth.AsyncAuthException extends RuntimeSshException implements Serializable
- serialVersionUID:
- 6741236101797649869L
-
Serialized Fields
-
authed
java.lang.Boolean authed
-
-
-
Package org.apache.sshd.server.auth.keyboard
-
Class org.apache.sshd.server.auth.keyboard.PromptEntry extends java.lang.Object implements Serializable
- serialVersionUID:
- 8206049800536373640L
-
Serialized Fields
-
echo
boolean echo
-
prompt
java.lang.String prompt
-
-
-
Package org.apache.sshd.server.auth.password
-
Class org.apache.sshd.server.auth.password.PasswordChangeRequiredException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- -8522928326608137895L
-
Serialized Fields
-
lang
java.lang.String lang
-
prompt
java.lang.String prompt
-
-
-
Package org.apache.sshd.sftp.common
-
Class org.apache.sshd.sftp.common.SftpException extends java.io.IOException implements Serializable
- serialVersionUID:
- 8096963562429466995L
-
Serialized Fields
-
status
int status
-
-
-
Package org.apache.sshd.sftp.common.extensions
-
Class org.apache.sshd.sftp.common.extensions.AclSupportedParser.AclCapabilities extends java.lang.Object implements Serializable
- serialVersionUID:
- -3118426327336468237L
-
Serialized Fields
-
capabilities
int capabilities
-
-
Class org.apache.sshd.sftp.common.extensions.FilenameCharsetParser.FilenameCharset extends java.lang.Object implements Serializable
- serialVersionUID:
- -4848766176935392024L
-
Serialized Fields
-
charset
java.lang.String charset
-
-
Class org.apache.sshd.sftp.common.extensions.NewlineParser.Newline extends java.lang.Object implements Serializable
- serialVersionUID:
- 2010656704254497899L
-
Serialized Fields
-
newline
java.lang.String newline
-
-
-
Package org.apache.sshd.sftp.common.extensions.openssh
-
Class org.apache.sshd.sftp.common.extensions.openssh.AbstractOpenSSHExtensionParser.OpenSSHExtension extends java.lang.Object implements Serializable
- serialVersionUID:
- 5902797870154506909L
-
Serialized Fields
-
name
java.lang.String name
-
version
java.lang.String version
-
-
-
Package org.apache.sshd.sftp.server
-
Class org.apache.sshd.sftp.server.InvalidHandleException extends java.io.IOException implements Serializable
- serialVersionUID:
- -1686077114375131889L
-