com.maverick.sshd
Interface SshContextOptions


public interface SshContextOptions


Field Summary
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
 

Field Detail

CIPHER_TRIPLEDES_CBC

static final String CIPHER_TRIPLEDES_CBC
The 3DES CBC cipher

See Also:
Constant Field Values

CIPHER_TRIPLEDES_CTR

static final String CIPHER_TRIPLEDES_CTR
The 3DES CTR cipher

See Also:
Constant Field Values

CIPHER_BLOWFISH_CBC

static final String CIPHER_BLOWFISH_CBC
The Blowfish CBC cipher

See Also:
Constant Field Values

CIPHER_AES128_CBC

static final String CIPHER_AES128_CBC
The AES 128 bit cipher

See Also:
Constant Field Values

CIPHER_AES192_CBC

static final String CIPHER_AES192_CBC
The AES 192 bit cipher

See Also:
Constant Field Values

CIPHER_AES256_CBC

static final String CIPHER_AES256_CBC
The AES 128 bit cipher

See Also:
Constant Field Values

CIPHER_AES128_CTR

static final String CIPHER_AES128_CTR
The AES 128 bit CTR cipher

See Also:
Constant Field Values

CIPHER_AES192_CTR

static final String CIPHER_AES192_CTR
The AES 192 bit CTR cipher

See Also:
Constant Field Values

CIPHER_AES256_CTR

static final String CIPHER_AES256_CTR
The AES 128 bit CTR cipher

See Also:
Constant Field Values

CIPHER_ARCFOUR

static final String CIPHER_ARCFOUR
See Also:
Constant Field Values

CIPHER_ARCFOUR_128

static final String CIPHER_ARCFOUR_128
See Also:
Constant Field Values

CIPHER_ARCFOUR_256

static final String CIPHER_ARCFOUR_256
See Also:
Constant Field Values

HMAC_SHA1

static final String HMAC_SHA1
SHA1 message authentication

See Also:
Constant Field Values

HMAC_MD5

static final String HMAC_MD5
MD5 message authentication

See Also:
Constant Field Values

COMPRESSION_NONE

static final String COMPRESSION_NONE
Compression off

See Also:
Constant Field Values

COMPRESSION_ZLIB

static final String COMPRESSION_ZLIB
ZLIB compression

See Also:
Constant Field Values

COMPRESSION_ZLIB_OPENSSH

static final String COMPRESSION_ZLIB_OPENSSH
ZLIB OpenSSH compression

See Also:
Constant Field Values

KEX_DIFFIE_HELLMAN_GROUP1_SHA1

static final String KEX_DIFFIE_HELLMAN_GROUP1_SHA1
Constant for the algorithm name "diffie-hellman-group1-sha1".

See Also:
Constant Field Values

KEX_DIFFIE_HELLMAN_GROUP_EXCHANGE_SHA1

static final String KEX_DIFFIE_HELLMAN_GROUP_EXCHANGE_SHA1
Constant for the algorithm name "diffie-hellman-group-exchange-sha1".

See Also:
Constant Field Values

KEX_DIFFIE_HELLMAN_GROUP14_SHA1

static final String KEX_DIFFIE_HELLMAN_GROUP14_SHA1
Constant for the algorithm name "diffie-hellman-group14-sha1".

See Also:
Constant Field Values

PUBLIC_KEY_SSHDSS

static final String PUBLIC_KEY_SSHDSS
SSH2 DSA Public Key

See Also:
Constant Field Values

PUBLIC_KEY_SSHRSA

static final String PUBLIC_KEY_SSHRSA
SSH2 RSA Public Key

See Also:
Constant Field Values

PASSWORD_AUTHENTICATION

static final String PASSWORD_AUTHENTICATION
Identifier for password authentication

See Also:
Constant Field Values

PUBLICKEY_AUTHENTICATION

static final String PUBLICKEY_AUTHENTICATION
Identifier for public key authentication

See Also:
Constant Field Values

KEYBOARD_INTERACTIVE_AUTHENTICATION

static final String KEYBOARD_INTERACTIVE_AUTHENTICATION
Identifier for keyboard-interactive authentication

See Also:
Constant Field Values


Copyright © 2012. All Rights Reserved.