Package org.apache.sshd.common.mac
Class BuiltinMacs.Constants
- java.lang.Object
-
- org.apache.sshd.common.mac.BuiltinMacs.Constants
-
- Enclosing class:
- BuiltinMacs
public static final class BuiltinMacs.Constants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ETM_HMAC_SHA1
static String
ETM_HMAC_SHA2_256
static String
ETM_HMAC_SHA2_512
static String
HMAC_MD5
static String
HMAC_MD5_96
static String
HMAC_SHA1
static String
HMAC_SHA1_96
static String
HMAC_SHA2_256
static String
HMAC_SHA2_512
-
-
-
Field Detail
-
HMAC_MD5
public static final String HMAC_MD5
- See Also:
- Constant Field Values
-
HMAC_MD5_96
public static final String HMAC_MD5_96
- See Also:
- Constant Field Values
-
HMAC_SHA1
public static final String HMAC_SHA1
- See Also:
- Constant Field Values
-
HMAC_SHA1_96
public static final String HMAC_SHA1_96
- See Also:
- Constant Field Values
-
HMAC_SHA2_256
public static final String HMAC_SHA2_256
- See Also:
- Constant Field Values
-
HMAC_SHA2_512
public static final String HMAC_SHA2_512
- See Also:
- Constant Field Values
-
ETM_HMAC_SHA1
public static final String ETM_HMAC_SHA1
- See Also:
- Constant Field Values
-
ETM_HMAC_SHA2_256
public static final String ETM_HMAC_SHA2_256
- See Also:
- Constant Field Values
-
ETM_HMAC_SHA2_512
public static final String ETM_HMAC_SHA2_512
- See Also:
- Constant Field Values
-
-