A hash algorithm. More...
Public Member Functions | |
| HashType (int value) | |
| int | getAssignedValue () |
Static Public Member Functions | |
| [static initializer] | |
| static HashType | getByAssignedValue (int value) |
Public Attributes | |
| Md5 =(1) | |
| Indciates MD5. More... | |
| Sha1 =(2) | |
| Indicates SHA1. More... | |
| Sha256 =(3) | |
| Indicates SHA256. More... | |
A hash algorithm.
| fm.liveswitch.HashType.HashType | ( | int | value | ) |
|
static |
| int fm.liveswitch.HashType.getAssignedValue | ( | ) |
|
static |
| fm.liveswitch.HashType.Md5 =(1) |
Indciates MD5.
| fm.liveswitch.HashType.Sha1 =(2) |
Indicates SHA1.
| fm.liveswitch.HashType.Sha256 =(3) |
Indicates SHA256.