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.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.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.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.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.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