public class FingerprintUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static long |
getFingerprint()
Returns long value representing a host fingerprint.
|
protected static String |
getJavaVirtualMachine()
Returns a string of the JVM details.
|
protected static String |
getLocalization()
Return a string with locale, charset, encoding and timezone.
|
protected static String |
getNetwork()
Returns a string of the network details.
|
protected static String |
getOperatingSystem()
Returns a string of the OS details.
|
protected static String |
getResources()
Returns a string of CPU cores and maximum memory available.
|
protected static String |
getSystemDataHash()
Returns a SHA-256 hash string generated from all the system data: OS +
JVM + network details + system resources.
|
public static long getFingerprint()
protected static String getSystemDataHash()
protected static String getOperatingSystem()
protected static String getJavaVirtualMachine()
protected static String getLocalization()
protected static String getResources()
protected static String getNetwork()
Copyright © 2020. All rights reserved.