public enum HardwareIdAlgorithm extends Enum<HardwareIdAlgorithm>
| Enum Constant and Description |
|---|
CloudPlatformsId |
Default |
LinuxMachineId |
WindowsComputerSystemProductId |
WindowsCryptographyId |
WindowsHardwareFingerprintId |
| Modifier and Type | Method and Description |
|---|---|
int |
getCode() |
static HardwareIdAlgorithm |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HardwareIdAlgorithm[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HardwareIdAlgorithm Default
public static final HardwareIdAlgorithm WindowsHardwareFingerprintId
public static final HardwareIdAlgorithm WindowsComputerSystemProductId
public static final HardwareIdAlgorithm WindowsCryptographyId
public static final HardwareIdAlgorithm LinuxMachineId
public static final HardwareIdAlgorithm CloudPlatformsId
public static HardwareIdAlgorithm[] values()
for (HardwareIdAlgorithm c : HardwareIdAlgorithm.values()) System.out.println(c);
public static HardwareIdAlgorithm valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getCode()
Copyright © 2026 Cense Data Inc.. All rights reserved.