public interface SshContextOptions
| Modifier and Type | Field and Description |
|---|---|
static String |
CIPHER_AES128_CBC
The AES 128 bit cipher
|
static String |
CIPHER_AES128_CTR
The AES 128 bit CTR cipher
|
static String |
CIPHER_AES192_CBC
The AES 192 bit cipher
|
static String |
CIPHER_AES192_CTR
The AES 192 bit CTR cipher
|
static String |
CIPHER_AES256_CBC
The AES 128 bit cipher
|
static String |
CIPHER_AES256_CTR
The AES 128 bit CTR cipher
|
static String |
CIPHER_ARCFOUR |
static String |
CIPHER_ARCFOUR_128 |
static String |
CIPHER_ARCFOUR_256 |
static String |
CIPHER_BLOWFISH_CBC
The Blowfish CBC cipher
|
static String |
CIPHER_TRIPLEDES_CBC
The 3DES CBC cipher
|
static String |
CIPHER_TRIPLEDES_CTR
The 3DES CTR cipher
|
static String |
COMPRESSION_NONE
Compression off
|
static String |
COMPRESSION_ZLIB
ZLIB compression
|
static String |
COMPRESSION_ZLIB_OPENSSH
ZLIB OpenSSH compression
|
static String |
HMAC_MD5
MD5 message authentication
|
static String |
HMAC_SHA1
SHA1 message authentication
|
static String |
KEX_DIFFIE_HELLMAN_GROUP_EXCHANGE_SHA1
Constant for the algorithm name "diffie-hellman-group-exchange-sha1".
|
static String |
KEX_DIFFIE_HELLMAN_GROUP1_SHA1
Constant for the algorithm name "diffie-hellman-group1-sha1".
|
static String |
KEX_DIFFIE_HELLMAN_GROUP14_SHA1
Constant for the algorithm name "diffie-hellman-group14-sha1".
|
static String |
KEYBOARD_INTERACTIVE_AUTHENTICATION
Identifier for keyboard-interactive authentication
|
static String |
PASSWORD_AUTHENTICATION
Identifier for password authentication
|
static String |
PUBLIC_KEY_SSHDSS
SSH2 DSA Public Key
|
static String |
PUBLIC_KEY_SSHRSA
SSH2 RSA Public Key
|
static String |
PUBLICKEY_AUTHENTICATION
Identifier for public key authentication
|
static final String CIPHER_TRIPLEDES_CBC
static final String CIPHER_TRIPLEDES_CTR
static final String CIPHER_BLOWFISH_CBC
static final String CIPHER_AES128_CBC
static final String CIPHER_AES192_CBC
static final String CIPHER_AES256_CBC
static final String CIPHER_AES128_CTR
static final String CIPHER_AES192_CTR
static final String CIPHER_AES256_CTR
static final String CIPHER_ARCFOUR
static final String CIPHER_ARCFOUR_128
static final String CIPHER_ARCFOUR_256
static final String HMAC_SHA1
static final String HMAC_MD5
static final String COMPRESSION_NONE
static final String COMPRESSION_ZLIB
static final String COMPRESSION_ZLIB_OPENSSH
static final String KEX_DIFFIE_HELLMAN_GROUP1_SHA1
static final String KEX_DIFFIE_HELLMAN_GROUP_EXCHANGE_SHA1
static final String KEX_DIFFIE_HELLMAN_GROUP14_SHA1
static final String PUBLIC_KEY_SSHDSS
static final String PUBLIC_KEY_SSHRSA
static final String PASSWORD_AUTHENTICATION
static final String PUBLICKEY_AUTHENTICATION
static final String KEYBOARD_INTERACTIVE_AUTHENTICATION
Copyright © 2012. All Rights Reserved.