A DTLS fingerprint. More...
Public Member Functions | |
DtlsFingerprint (String algorithm, String value) | |
Initializes a new instance of the fm.liveswitch.DtlsFingerprint class. More... | |
Public Member Functions inherited from fm.liveswitch.Fingerprint | |
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... | |
Additional Inherited Members | |
Static Public Member Functions inherited from fm.liveswitch.Fingerprint | |
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 DTLS fingerprint.
fm.liveswitch.DtlsFingerprint.DtlsFingerprint | ( | String | algorithm, |
String | value | ||
) |
Initializes a new instance of the fm.liveswitch.DtlsFingerprint class.
algorithm | The algorithm. |
value | The value. |