Package org.apache.sshd.common.cipher
Class BuiltinCiphers.Constants
- java.lang.Object
-
- org.apache.sshd.common.cipher.BuiltinCiphers.Constants
-
- Enclosing class:
- BuiltinCiphers
public static final class BuiltinCiphers.Constants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
AES128_CBC
static String
AES128_CTR
static String
AES128_GCM
static String
AES192_CBC
static String
AES192_CTR
static String
AES256_CBC
static String
AES256_CTR
static String
AES256_GCM
static String
ARCFOUR128
static String
ARCFOUR256
static String
BLOWFISH_CBC
static String
NONE
static Pattern
NONE_CIPHER_PATTERN
static String
TRIPLE_DES_CBC
-
-
-
Field Detail
-
NONE
public static final String NONE
- See Also:
- Constant Field Values
-
NONE_CIPHER_PATTERN
public static final Pattern NONE_CIPHER_PATTERN
-
AES128_CBC
public static final String AES128_CBC
- See Also:
- Constant Field Values
-
AES128_CTR
public static final String AES128_CTR
- See Also:
- Constant Field Values
-
AES128_GCM
public static final String AES128_GCM
- See Also:
- Constant Field Values
-
AES192_CBC
public static final String AES192_CBC
- See Also:
- Constant Field Values
-
AES192_CTR
public static final String AES192_CTR
- See Also:
- Constant Field Values
-
AES256_CBC
public static final String AES256_CBC
- See Also:
- Constant Field Values
-
AES256_CTR
public static final String AES256_CTR
- See Also:
- Constant Field Values
-
AES256_GCM
public static final String AES256_GCM
- See Also:
- Constant Field Values
-
ARCFOUR128
public static final String ARCFOUR128
- See Also:
- Constant Field Values
-
ARCFOUR256
public static final String ARCFOUR256
- See Also:
- Constant Field Values
-
BLOWFISH_CBC
public static final String BLOWFISH_CBC
- See Also:
- Constant Field Values
-
TRIPLE_DES_CBC
public static final String TRIPLE_DES_CBC
- See Also:
- Constant Field Values
-
-