Constant Field Values

Contents

org.apache.*

  • org.apache.sshd.client.auth.hostbased.UserAuthHostBased 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "hostbased"
  • org.apache.sshd.client.auth.hostbased.UserAuthHostBasedFactory 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "hostbased"
  • org.apache.sshd.client.auth.password.UserAuthPassword 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "password"
  • org.apache.sshd.client.auth.password.UserAuthPasswordFactory 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "password"
  • org.apache.sshd.client.auth.pubkey.UserAuthPublicKey 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "publickey"
  • org.apache.sshd.client.auth.pubkey.UserAuthPublicKeyFactory 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "publickey"
  • org.apache.sshd.client.global.OpenSshHostKeysHandler 
    Modifier and Type Constant Field Value
    public static final java.lang.String REQUEST "hostkeys-00@openssh.com"
  • org.apache.sshd.common.cipher.BaseRC4Cipher 
    Modifier and Type Constant Field Value
    public static final int SKIP_SIZE 1536
  • org.apache.sshd.common.cipher.BuiltinCiphers.Constants 
    Modifier and Type Constant Field Value
    public static final java.lang.String AES128_CBC "aes128-cbc"
    public static final java.lang.String AES128_CTR "aes128-ctr"
    public static final java.lang.String AES192_CBC "aes192-cbc"
    public static final java.lang.String AES192_CTR "aes192-ctr"
    public static final java.lang.String AES256_CBC "aes256-cbc"
    public static final java.lang.String AES256_CTR "aes256-ctr"
    public static final java.lang.String ARCFOUR128 "arcfour128"
    public static final java.lang.String ARCFOUR256 "arcfour256"
    public static final java.lang.String BLOWFISH_CBC "blowfish-cbc"
    public static final java.lang.String NONE "none"
    public static final java.lang.String TRIPLE_DES_CBC "3des-cbc"
  • org.apache.sshd.common.cipher.ECCurves.Constants 
    Modifier and Type Constant Field Value
    public static final java.lang.String ECDSA_SHA2_PREFIX "ecdsa-sha2-"
    public static final java.lang.String NISTP256 "nistp256"
    public static final java.lang.String NISTP384 "nistp384"
    public static final java.lang.String NISTP521 "nistp521"
  • org.apache.sshd.common.compression.BuiltinCompressions.Constants 
    Modifier and Type Constant Field Value
    public static final java.lang.String DELAYED_ZLIB "zlib@openssh.com"
    public static final java.lang.String NONE "none"
    public static final java.lang.String ZLIB "zlib"
  • org.apache.sshd.common.compression.CompressionZlib 
    Modifier and Type Constant Field Value
    private static final int BUF_SIZE 4096
  • org.apache.sshd.common.config.keys.loader.pem.DSSPEMResourceKeyPairParser 
    Modifier and Type Constant Field Value
    public static final java.lang.String BEGIN_MARKER "BEGIN DSA PRIVATE KEY"
    public static final java.lang.String DSS_OID "1.2.840.10040.4.1"
    public static final java.lang.String END_MARKER "END DSA PRIVATE KEY"
  • org.apache.sshd.common.config.keys.loader.pem.ECDSAPEMResourceKeyPairParser 
    Modifier and Type Constant Field Value
    public static final java.lang.String BEGIN_MARKER "BEGIN EC PRIVATE KEY"
    public static final java.lang.String ECDSA_OID "1.2.840.10045.2.1"
    public static final java.lang.String END_MARKER "END EC PRIVATE KEY"
  • org.apache.sshd.common.config.keys.loader.pem.PKCS8PEMResourceKeyPairParser 
    Modifier and Type Constant Field Value
    public static final java.lang.String BEGIN_MARKER "BEGIN PRIVATE KEY"
    public static final java.lang.String END_MARKER "END PRIVATE KEY"
    public static final java.lang.String PKCS8_FORMAT "PKCS#8"
  • org.apache.sshd.common.config.keys.loader.pem.RSAPEMResourceKeyPairParser 
    Modifier and Type Constant Field Value
    public static final java.lang.String BEGIN_MARKER "BEGIN RSA PRIVATE KEY"
    public static final java.lang.String END_MARKER "END RSA PRIVATE KEY"
    public static final java.lang.String RSA_OID "1.2.840.113549.1.1.1"
  • org.apache.sshd.common.digest.BuiltinDigests.Constants 
    Modifier and Type Constant Field Value
    public static final java.lang.String MD5 "md5"
    public static final java.lang.String SHA1 "sha1"
    public static final java.lang.String SHA224 "sha224"
    public static final java.lang.String SHA256 "sha256"
    public static final java.lang.String SHA384 "sha384"
    public static final java.lang.String SHA512 "sha512"
  • org.apache.sshd.common.kex.extension.parser.DelayCompression 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "delay-compression"
  • org.apache.sshd.common.kex.extension.parser.Elevation 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "elevation"
  • org.apache.sshd.common.kex.extension.parser.NoFlowControl 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "no-flow-control"
  • org.apache.sshd.common.kex.extension.parser.ServerSignatureAlgorithms 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "server-sig-algs"
  • org.apache.sshd.common.keyprovider.KeyPairProvider 
    Modifier and Type Constant Field Value
    public static final java.lang.String SSH_DSS "ssh-dss"
    public static final java.lang.String SSH_ED25519 "ssh-ed25519"
    public static final java.lang.String SSH_RSA "ssh-rsa"
  • org.apache.sshd.common.mac.BuiltinMacs.Constants 
    Modifier and Type Constant Field Value
    public static final java.lang.String ETM_HMAC_SHA1 "hmac-sha1-etm@openssh.com"
    public static final java.lang.String ETM_HMAC_SHA2_256 "hmac-sha2-256-etm@openssh.com"
    public static final java.lang.String ETM_HMAC_SHA2_512 "hmac-sha2-512-etm@openssh.com"
    public static final java.lang.String HMAC_MD5 "hmac-md5"
    public static final java.lang.String HMAC_MD5_96 "hmac-md5-96"
    public static final java.lang.String HMAC_SHA1 "hmac-sha1"
    public static final java.lang.String HMAC_SHA1_96 "hmac-sha1-96"
    public static final java.lang.String HMAC_SHA2_256 "hmac-sha2-256"
    public static final java.lang.String HMAC_SHA2_512 "hmac-sha2-512"
  • org.apache.sshd.common.random.JceRandom 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "JCE"
  • org.apache.sshd.common.random.JceRandomFactory 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "default"
  • org.apache.sshd.common.subsystem.sftp.extensions.AclSupportedParser.AclCapabilities 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -3118426327336468237L
  • org.apache.sshd.common.subsystem.sftp.extensions.org.apache.sshd.common.subsystem.sftp.extensions.AclSupportedParser.AclCapabilities.LazyAclCapabilityNameHolder 
    Modifier and Type Constant Field Value
    private static final java.lang.String ACL_CAP_NAME_PREFIX "SSH_ACL_CAP_"
  • org.apache.sshd.common.subsystem.sftp.extensions.NewlineParser.Newline 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 2010656704254497899L
  • org.apache.sshd.common.subsystem.sftp.extensions.VersionsParser.Versions 
    Modifier and Type Constant Field Value
    public static final char SEP 44
  • org.apache.sshd.common.subsystem.sftp.extensions.openssh.AbstractOpenSSHExtensionParser.OpenSSHExtension 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 5902797870154506909L
  • org.apache.sshd.common.subsystem.sftp.extensions.openssh.FstatVfsExtensionParser 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "fstatvfs@openssh.com"
  • org.apache.sshd.common.subsystem.sftp.extensions.openssh.FsyncExtensionParser 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "fsync@openssh.com"
  • org.apache.sshd.common.subsystem.sftp.extensions.openssh.HardLinkExtensionParser 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "hardlink@openssh.com"
  • org.apache.sshd.common.subsystem.sftp.extensions.openssh.LSetStatExtensionParser 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "lsetstat@openssh.com"
  • org.apache.sshd.common.subsystem.sftp.extensions.openssh.PosixRenameExtensionParser 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "posix-rename@openssh.com"
  • org.apache.sshd.common.subsystem.sftp.extensions.openssh.StatVfsExtensionParser 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "statvfs@openssh.com"
  • org.apache.sshd.common.util.io.IoUtils 
    Modifier and Type Constant Field Value
    public static final int DEFAULT_COPY_SIZE 8192
  • org.apache.sshd.common.util.security.bouncycastle.BouncyCastleRandom 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "BC"
  • org.apache.sshd.common.util.security.bouncycastle.BouncyCastleRandomFactory 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "bouncycastle"
  • org.apache.sshd.common.util.security.bouncycastle.BouncyCastleSecurityProviderRegistrar 
    Modifier and Type Constant Field Value
    public static final java.lang.String PROVIDER_CLASS "org.bouncycastle.jce.provider.BouncyCastleProvider"
  • org.apache.sshd.server.auth.AsyncAuthException 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID 6741236101797649869L
  • org.apache.sshd.server.auth.UserAuthNone 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "none"
  • org.apache.sshd.server.auth.UserAuthNoneFactory 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "none"
  • org.apache.sshd.server.auth.gss.UserAuthGSS 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "gssapi-with-mic"
  • org.apache.sshd.server.auth.gss.UserAuthGSSFactory 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "gssapi-with-mic"
  • org.apache.sshd.server.auth.hostbased.UserAuthHostBased 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "hostbased"
  • org.apache.sshd.server.auth.hostbased.UserAuthHostBasedFactory 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "hostbased"
  • org.apache.sshd.server.auth.password.PasswordChangeRequiredException 
    Modifier and Type Constant Field Value
    private static final long serialVersionUID -8522928326608137895L
  • org.apache.sshd.server.auth.password.UserAuthPassword 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "password"
  • org.apache.sshd.server.auth.password.UserAuthPasswordFactory 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "password"
  • org.apache.sshd.server.auth.pubkey.UserAuthPublicKey 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "publickey"
  • org.apache.sshd.server.auth.pubkey.UserAuthPublicKeyFactory 
    Modifier and Type Constant Field Value
    public static final java.lang.String NAME "publickey"
  • org.apache.sshd.server.global.CancelTcpipForwardHandler 
    Modifier and Type Constant Field Value
    public static final java.lang.String REQUEST "cancel-tcpip-forward"
  • org.apache.sshd.server.global.OpenSshHostKeysHandler 
    Modifier and Type Constant Field Value
    public static final java.lang.String REQUEST "hostkeys-prove-00@openssh.com"
  • org.apache.sshd.server.global.TcpipForwardHandler 
    Modifier and Type Constant Field Value
    public static final java.lang.String REQUEST "tcpip-forward"