Package com.scytales.mvalid.sdk.data
Class DeviceResponse.DeviceAuth
-
- All Implemented Interfaces:
public class DeviceResponse.DeviceAuth
The type Device auth.
-
-
Field Summary
Fields Modifier and Type Field Description public final Array<byte>
deviceSignature
public final Array<byte>
deviceMac
-
Constructor Summary
Constructors Constructor Description DeviceResponse.DeviceAuth(DeviceAuth d)
Instantiates a new Device auth.
-
Method Summary
Modifier and Type Method Description Array<byte>
getDeviceSignature()
Get device signature byte [ ]. Array<byte>
getDeviceMac()
Get device mac byte [ ]. String
toString()
-
-
Method Detail
-
getDeviceSignature
@Nullable() Array<byte> getDeviceSignature()
Get device signature byte [ ].
-
getDeviceMac
@Nullable() Array<byte> getDeviceMac()
Get device mac byte [ ].
-
-
-
-