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.userauth.keyprovider.OpenSSHKeyV1KeyFile 
    Modifier and Type Constant Field Value
    public static final java.lang.String BCRYPT "bcrypt"
    public static final java.lang.String OPENSSH_PRIVATE_KEY "OPENSSH PRIVATE KEY-----"

djb.*

  • djb.Curve25519 
    Modifier and Type Constant Field Value
    public static final int KEY_SIZE 32

net.schmizz.*

  • net.schmizz.sshj.SSHClient 
    Modifier and Type Constant Field Value
    public static final int DEFAULT_PORT 22
  • 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.userauth.password.ConsolePasswordFinder 
    Modifier and Type Constant Field Value
    public static final java.lang.String DEFAULT_FORMAT "Enter passphrase for %s:"