Package com.scytales.mvalid.sdk.data
Class DeviceResponse.DeviceSigned
-
- All Implemented Interfaces:
public class DeviceResponse.DeviceSigned
The type Device signed.
-
-
Field Summary
Fields Modifier and Type Field Description public final Array<byte>
nameSpaces
public final DeviceResponse.DeviceAuth
deviceAuth
public final Map<String, Map<String, out Object>>
decodedNameSpaces
-
Method Summary
Modifier and Type Method Description Array<byte>
getNameSpaces()
Get name spaces byte [ ]. DeviceResponse.DeviceAuth
getDeviceAuth()
Gets device auth. Map<String, Map<String, out Object>>
getDecodedNameSpaces()
Gets decoded name spaces. String
toString()
-
-
Method Detail
-
getNameSpaces
@NonNull() Array<byte> getNameSpaces()
Get name spaces byte [ ].
-
getDeviceAuth
@NonNull() DeviceResponse.DeviceAuth getDeviceAuth()
Gets device auth.
-
getDecodedNameSpaces
Map<String, Map<String, out Object>> getDecodedNameSpaces()
Gets decoded name spaces.
-
-
-
-