A fingerprint. More...
Public Member Functions | |
Fingerprint (String algorithm, String value) | |
Initializes a new instance of the fm.liveswitch.Fingerprint class. More... | |
String | getAlgorithm () |
Gets the algorithm. More... | |
String | getValue () |
Gets the value. More... | |
Static Public Member Functions | |
static String | getMd2Algorithm () |
Gets the MD2 algorithm. More... | |
static String | getMd5Algorithm () |
Gets the MD5 algorithm. More... | |
static String | getSha1Algorithm () |
Gets the SHA-1 algorithm. More... | |
static String | getSha224Algorithm () |
Gets the SHA-224 algorithm. More... | |
static String | getSha256Algorithm () |
Gets the SHA-256 algorithm. More... | |
static String | getSha384Algorithm () |
Gets the SHA-384 algorithm. More... | |
static String | getSha512Algorithm () |
Gets the SHA-512 algorithm. More... | |
A fingerprint.
fm.liveswitch.Fingerprint.Fingerprint | ( | String | algorithm, |
String | value | ||
) |
Initializes a new instance of the fm.liveswitch.Fingerprint class.
algorithm | The algorithm. |
value | The value. |
String fm.liveswitch.Fingerprint.getAlgorithm | ( | ) |
Gets the algorithm.
|
static |
Gets the MD2 algorithm.
|
static |
Gets the MD5 algorithm.
|
static |
Gets the SHA-1 algorithm.
|
static |
Gets the SHA-224 algorithm.
|
static |
Gets the SHA-256 algorithm.
|
static |
Gets the SHA-384 algorithm.
|
static |
Gets the SHA-512 algorithm.
String fm.liveswitch.Fingerprint.getValue | ( | ) |
Gets the value.