public class CounterUtils extends Object
| Constructor and Description |
|---|
CounterUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
validCounter(DeviceSdkType deviceSdkType,
long counter,
long currentCounter)
Check message counter to against replay attack.
|
public static void validCounter(DeviceSdkType deviceSdkType, long counter, long currentCounter)
deviceSdkType - device sdk typecounter - message countercurrentCounter - current device counterCopyright © 2024. All rights reserved.