public class GetHashMac extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
HASHED_MAC_REGEX |
static String |
MAC_REGEX |
static String |
MAC_REGEX_ZERO |
| Modifier | Constructor and Description |
|---|---|
private |
GetHashMac() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getHashMac() |
private static String |
getRawMac() |
private static String |
hash(String mac) |
static boolean |
isValidHashMacFormat(String hashMac) |
public static final String MAC_REGEX
public static final String MAC_REGEX_ZERO
public static final String HASHED_MAC_REGEX
Copyright © 2019 Microsoft. All rights reserved.