Constant Field Values
Contents
com.hierynomus.*
-
com.hierynomus.sshj.common.KeyAlgorithm Modifier and Type Constant Field Value public static final java.lang.String
DSA
"DSA"
public static final java.lang.String
EC_BC
"EC"
public static final java.lang.String
EC_KEYSTORE
"EC"
public static final java.lang.String
ECDSA
"ECDSA"
public static final java.lang.String
RSA
"RSA"
-
com.hierynomus.sshj.common.KeyDecryptionFailedException Modifier and Type Constant Field Value public static final java.lang.String
MESSAGE
"Decryption of the key failed. A supplied passphrase may be incorrect."
-
com.hierynomus.sshj.common.ThreadNameProvider Modifier and Type Constant Field Value private static final java.lang.String
DISCONNECTED
"DISCONNECTED"
-
com.hierynomus.sshj.transport.cipher.BlockCiphers Modifier and Type Constant Field Value public static final java.lang.String
CIPHER_BLOCK_CHAINING_MODE
"CBC"
public static final java.lang.String
COUNTER_MODE
"CTR"
-
com.hierynomus.sshj.transport.cipher.ChachaPolyCipher Modifier and Type Constant Field Value private static final int
AAD_LENGTH
4
private static final int
CHACHA_KEY_SIZE
32
private static final java.lang.String
CIPHER_CHACHA
"CHACHA"
private static final java.lang.String
MAC_POLY1305
"POLY1305"
private static final int
POLY_TAG_LENGTH
16
-
com.hierynomus.sshj.transport.cipher.GcmCiphers Modifier and Type Constant Field Value public static final java.lang.String
GALOIS_COUNTER_MODE
"GCM"
-
com.hierynomus.sshj.userauth.certificate.Certificate<T extends java.security.PublicKey> Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
com.hierynomus.sshj.userauth.keyprovider.OpenSSHKeyV1KeyFile Modifier and Type Constant Field Value public static final java.lang.String
BCRYPT
"bcrypt"
private static final java.lang.String
BEGIN
"-----BEGIN "
private static final java.lang.String
END
"-----END "
private static final java.lang.String
NONE_CIPHER
"none"
public static final java.lang.String
OPENSSH_PRIVATE_KEY
"OPENSSH PRIVATE KEY-----"
-
com.hierynomus.sshj.userauth.keyprovider.bcrypt.BCrypt Modifier and Type Constant Field Value private static final int
BLOWFISH_NUM_ROUNDS
16
net.schmizz.*
-
net.schmizz.sshj.SocketClient Modifier and Type Constant Field Value private static final int
DEFAULT_CONNECT_TIMEOUT
0
-
net.schmizz.sshj.SSHClient Modifier and Type Constant Field Value public static final int
DEFAULT_PORT
22
-
net.schmizz.sshj.common.Buffer<T extends Buffer<T>> Modifier and Type Constant Field Value public static final int
DEFAULT_SIZE
256
public static final int
MAX_SIZE
1073741824
-
net.schmizz.sshj.common.net.schmizz.sshj.common.ECDSAVariationsAdapter Modifier and Type Constant Field Value private static final java.lang.String
BASE_ALGORITHM_NAME
"ecdsa-sha2-nistp"
-
net.schmizz.sshj.common.SecurityUtils Modifier and Type Constant Field Value public static final java.lang.String
BOUNCY_CASTLE
"BC"
public static final java.lang.String
SPONGY_CASTLE
"SC"
-
net.schmizz.sshj.connection.channel.AbstractChannel Modifier and Type Constant Field Value private static final int
REMOTE_MAX_PACKET_SIZE_CEILING
1048576
-
net.schmizz.sshj.connection.channel.direct.DirectConnection Modifier and Type Constant Field Value public static final java.lang.String
LOCALHOST
"localhost"
public static final int
LOCALPORT
65535
-
net.schmizz.sshj.connection.channel.forwarded.RemotePortForwarder Modifier and Type Constant Field Value protected static final java.lang.String
PF_CANCEL
"cancel-tcpip-forward"
protected static final java.lang.String
PF_REQ
"tcpip-forward"
-
net.schmizz.sshj.connection.channel.forwarded.RemotePortForwarder.ForwardedTCPIPChannel Modifier and Type Constant Field Value public static final java.lang.String
TYPE
"forwarded-tcpip"
-
net.schmizz.sshj.connection.channel.forwarded.X11Forwarder.X11Channel Modifier and Type Constant Field Value public static final java.lang.String
TYPE
"x11"
-
net.schmizz.sshj.sftp.PathHelper Modifier and Type Constant Field Value public static final java.lang.String
DEFAULT_PATH_SEPARATOR
"/"
-
net.schmizz.sshj.sftp.SFTPEngine Modifier and Type Constant Field Value public static final int
DEFAULT_TIMEOUT_MS
30000
public static final int
MAX_SUPPORTED_VERSION
3
-
net.schmizz.sshj.transport.net.schmizz.sshj.transport.Decoder Modifier and Type Constant Field Value private static final int
MAX_PACKET_LEN
262144
-
net.schmizz.sshj.transport.compression.ZlibCompression Modifier and Type Constant Field Value private static final int
BUF_SIZE
4096
-
net.schmizz.sshj.transport.kex.AbstractDHGex Modifier and Type Constant Field Value private final int
maxBits
8192
private final int
minBits
1024
private final int
preferredBits
2048
-
net.schmizz.sshj.transport.kex.Curve25519DH Modifier and Type Constant Field Value private static final java.lang.String
ALGORITHM
"X25519"
private static final int
KEY_LENGTH
32
-
net.schmizz.sshj.transport.verification.ConsoleKnownHostsVerifier Modifier and Type Constant Field Value private static final java.lang.String
NO
"no"
private static final java.lang.String
YES
"yes"
-
net.schmizz.sshj.userauth.keyprovider.pkcs.net.schmizz.sshj.userauth.keyprovider.pkcs.DSAPrivateKeyInfoKeyPairConverter Modifier and Type Constant Field Value private static final int
G_INDEX
2
private static final int
P_INDEX
0
private static final int
Q_INDEX
1
-
net.schmizz.sshj.userauth.keyprovider.pkcs.net.schmizz.sshj.userauth.keyprovider.pkcs.ECDSAPrivateKeyInfoKeyPairConverter Modifier and Type Constant Field Value private static final boolean
POINT_COMPRESSED
false
-
net.schmizz.sshj.userauth.password.ConsolePasswordFinder Modifier and Type Constant Field Value public static final java.lang.String
DEFAULT_FORMAT
"Enter passphrase for %s:"
-
net.schmizz.sshj.xfer.scp.ScpCommandLine Modifier and Type Constant Field Value private static final java.lang.String
SCP_COMMAND
"scp"
-
net.schmizz.sshj.xfer.scp.net.schmizz.sshj.xfer.scp.SCPEngine Modifier and Type Constant Field Value private static final char
LF
10
-
net.schmizz.sshj.xfer.scp.SCPFileTransfer Modifier and Type Constant Field Value private static final int
DEFAULT_BANDWIDTH_LIMIT
-1