public final class SecurityConstants
extends java.lang.Object
TypeConverter
because fields need to be
runtime constants.Modifier and Type | Field and Description |
---|---|
static byte |
AA_RAKP_HMAC_MD5
Authentication algorithm = RAKP-HMAC-MD5
|
static byte |
AA_RAKP_HMAC_SHA1
Authentication algorithm = RAKP-HMAC-SHA1
|
static byte |
AA_RAKP_HMAC_SHA256
Authentication algorithm = RAKP-HMAC-SHA256
|
static byte |
AA_RAKP_NONE
Authentication algorithm = RAKP-none
|
static byte |
CA_AES_CBC128
Confidentiality algorithm = AES-CBC-128
|
static byte |
CA_NONE
Confidentiality algorithm = None
|
static byte |
CA_XRC4_128
Confidentiality algorithm = xRC4-128
|
static byte |
CA_XRC4_40
Confidentiality algorithm = xRC4-40
|
static byte |
IA_HMAC_MD5_128
Integrity algorithm = HMAC-MD5-128
|
static byte |
IA_HMAC_SHA1_96
Integrity algorithm = HMAC-SHA1-96
|
static byte |
IA_HMAC_SHA256_128
Integrity algorithm = HMAC-SHA256-128
|
static byte |
IA_MD5_128
Integrity algorithm = MD5-128
|
static byte |
IA_NONE
Integrity algorithm = none
|
public static final byte AA_RAKP_NONE
public static final byte AA_RAKP_HMAC_SHA1
public static final byte AA_RAKP_HMAC_MD5
public static final byte AA_RAKP_HMAC_SHA256
public static final byte IA_NONE
public static final byte IA_HMAC_SHA1_96
public static final byte IA_HMAC_MD5_128
public static final byte IA_MD5_128
public static final byte IA_HMAC_SHA256_128
public static final byte CA_NONE
public static final byte CA_AES_CBC128
public static final byte CA_XRC4_128
public static final byte CA_XRC4_40