A message authentication code (MAC) algorithm. More...
Public Member Functions | |
| MacType (int value) | |
| int | getAssignedValue () |
Static Public Member Functions | |
| [static initializer] | |
| static MacType | getByAssignedValue (int value) |
Public Attributes | |
| HmacMd5 =(1) | |
| Indicates HMAC-MD5. More... | |
| HmacSha1 =(2) | |
| Indicates HMAC-SHA1. More... | |
| HmacSha256 =(3) | |
| Indicates HMAC-SHA256. More... | |
A message authentication code (MAC) algorithm.
| fm.liveswitch.MacType.MacType | ( | int | value | ) |
|
static |
| int fm.liveswitch.MacType.getAssignedValue | ( | ) |
|
static |
| fm.liveswitch.MacType.HmacMd5 =(1) |
Indicates HMAC-MD5.
| fm.liveswitch.MacType.HmacSha1 =(2) |
Indicates HMAC-SHA1.
| fm.liveswitch.MacType.HmacSha256 =(3) |
Indicates HMAC-SHA256.