Package com.scytales.mvalid.sdk.data
Class DeviceResponse.DeviceSigned
-
- All Implemented Interfaces:
public class DeviceResponse.DeviceSignedThe type Device signed.
-
-
Field Summary
Fields Modifier and Type Field Description public final Array<byte>nameSpacespublic final DeviceResponse.DeviceAuthdeviceAuthpublic final Map<String, Map<String, out Object>>decodedNameSpaces
-
Method Summary
Modifier and Type Method Description Array<byte>getNameSpaces()Get name spaces byte [ ]. DeviceResponse.DeviceAuthgetDeviceAuth()Gets device auth. Map<String, Map<String, out Object>>getDecodedNameSpaces()Gets decoded name spaces. StringtoString()-
-
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.
-
-
-
-