Class SecurityConstants
java.lang.Object
org.metricshub.ipmi.core.coding.security.SecurityConstants
Set of constants. Byte constants are encoded as pseudo unsigned bytes.
SecurityConstants doesn't use
TypeConverter
because fields need to be
runtime constants.-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final byte
Authentication algorithm = RAKP-HMAC-MD5static final byte
Authentication algorithm = RAKP-HMAC-SHA1static final byte
Authentication algorithm = RAKP-HMAC-SHA256static final byte
Authentication algorithm = RAKP-nonestatic final byte
Confidentiality algorithm = AES-CBC-128static final byte
Confidentiality algorithm = Nonestatic final byte
Confidentiality algorithm = xRC4-128static final byte
Confidentiality algorithm = xRC4-40static final byte
Integrity algorithm = HMAC-MD5-128static final byte
Integrity algorithm = HMAC-SHA1-96static final byte
Integrity algorithm = HMAC-SHA256-128static final byte
Integrity algorithm = MD5-128static final byte
Integrity algorithm = none -
Method Summary
-
Field Details
-
AA_RAKP_NONE
public static final byte AA_RAKP_NONEAuthentication algorithm = RAKP-none- See Also:
-
AA_RAKP_HMAC_SHA1
public static final byte AA_RAKP_HMAC_SHA1Authentication algorithm = RAKP-HMAC-SHA1- See Also:
-
AA_RAKP_HMAC_MD5
public static final byte AA_RAKP_HMAC_MD5Authentication algorithm = RAKP-HMAC-MD5- See Also:
-
AA_RAKP_HMAC_SHA256
public static final byte AA_RAKP_HMAC_SHA256Authentication algorithm = RAKP-HMAC-SHA256- See Also:
-
IA_NONE
public static final byte IA_NONEIntegrity algorithm = none- See Also:
-
IA_HMAC_SHA1_96
public static final byte IA_HMAC_SHA1_96Integrity algorithm = HMAC-SHA1-96- See Also:
-
IA_HMAC_MD5_128
public static final byte IA_HMAC_MD5_128Integrity algorithm = HMAC-MD5-128- See Also:
-
IA_MD5_128
public static final byte IA_MD5_128Integrity algorithm = MD5-128- See Also:
-
IA_HMAC_SHA256_128
public static final byte IA_HMAC_SHA256_128Integrity algorithm = HMAC-SHA256-128- See Also:
-
CA_NONE
public static final byte CA_NONEConfidentiality algorithm = None- See Also:
-
CA_AES_CBC128
public static final byte CA_AES_CBC128Confidentiality algorithm = AES-CBC-128- See Also:
-
CA_XRC4_128
public static final byte CA_XRC4_128Confidentiality algorithm = xRC4-128- See Also:
-
CA_XRC4_40
public static final byte CA_XRC4_40Confidentiality algorithm = xRC4-40- See Also:
-