Serialized Form
-
Package org.apache.sshd.common
-
Exception Class org.apache.sshd.common.RuntimeSshException
class RuntimeSshException extends RuntimeException implements Serializable- serialVersionUID:
- -2423550196146939503L
-
Exception Class org.apache.sshd.common.SshException
class SshException extends IOException implements Serializable- serialVersionUID:
- -7349477687125144606L
-
Serialized Fields
-
disconnectCode
int disconnectCode
-
-
-
Package org.apache.sshd.common.config.keys
-
Class org.apache.sshd.common.config.keys.AuthorizedKeyEntry
class AuthorizedKeyEntry extends PublicKeyEntry implements Serializable- serialVersionUID:
- -9007505285002809156L
-
Class org.apache.sshd.common.config.keys.OpenSshCertificateImpl
class OpenSshCertificateImpl extends Object implements Serializable- serialVersionUID:
- -3592634724148744943L
-
Serialized Fields
-
caPubKey
PublicKey caPubKey
-
certificatePublicKey
PublicKey certificatePublicKey
-
criticalOptions
SortedMap<String,
String> criticalOptions -
extensions
SortedMap<String,
String> extensions -
id
String id
-
keyType
String keyType
-
message
byte[] message
-
nonce
byte[] nonce
-
principals
Collection<String> principals
-
reserved
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
class PublicKeyEntry extends Object implements Serializable- serialVersionUID:
- -585506072687602760L
-
Serialized Fields
-
keyData
byte[] keyData
-
keyDataResolver
PublicKeyEntryDataResolver keyDataResolver
-
keyType
String keyType
-
-
Class org.apache.sshd.common.config.keys.UnsupportedSshPublicKey
class UnsupportedSshPublicKey extends Object implements Serializable- serialVersionUID:
- -4870624671501562706L
-
Serialized Fields
-
keyData
byte[] keyData
-
keyType
String keyType
-
-
-
Package org.apache.sshd.common.config.keys.loader.openssh.kdf
-
Exception Class org.apache.sshd.common.config.keys.loader.openssh.kdf.BCryptKdfOptions.BCryptBadRoundsException
class 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
class SkEcdsaPublicKey extends Object implements Serializable- serialVersionUID:
- -8758432826838775097L
-
Serialized Fields
-
appName
String appName
-
delegatePublicKey
ECPublicKey delegatePublicKey
-
noTouchRequired
boolean noTouchRequired
-
-
Class org.apache.sshd.common.config.keys.u2f.SkED25519PublicKey
class SkED25519PublicKey extends Object implements Serializable- serialVersionUID:
- -3947776805731312115L
-
-
Package org.apache.sshd.common.io
-
Exception Class org.apache.sshd.common.io.ReadPendingException
class ReadPendingException extends IllegalStateException implements Serializable- serialVersionUID:
- -3407225601154249841L
-
Exception Class org.apache.sshd.common.io.WritePendingException
class WritePendingException extends IllegalStateException implements Serializable- serialVersionUID:
- 8814014909076826576L
-
-
Package org.apache.sshd.common.util
-
Class org.apache.sshd.common.util.VersionInfo
class VersionInfo extends 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
-
Exception Class org.apache.sshd.common.util.buffer.BufferException
class BufferException extends RuntimeException implements Serializable- serialVersionUID:
- 658645233475011039L
-
-
Package org.apache.sshd.common.util.io.der
-
Class org.apache.sshd.common.util.io.der.ASN1Object
class ASN1Object extends Object implements Serializable- serialVersionUID:
- 4687581744706127265L
-
-
Package org.apache.sshd.common.util.logging
-
Class org.apache.sshd.common.util.logging.LoggerSkeleton
class LoggerSkeleton extends org.slf4j.helpers.MarkerIgnoringBase implements Serializable- serialVersionUID:
- 1129569061632973648L
-
Class org.apache.sshd.common.util.logging.SimplifiedLoggerSkeleton
class SimplifiedLoggerSkeleton extends LoggerSkeleton implements Serializable- serialVersionUID:
- 9207771015837755402L
-
-
Package org.apache.sshd.common.util.net
-
Class org.apache.sshd.common.util.net.SshdSocketAddress
class SshdSocketAddress extends SocketAddress implements Serializable- serialVersionUID:
- 6461645947151952729L
-
Serialized Fields
-
hostName
String hostName
-
port
int port
-
-