Package com.scytales.mvalid.sdk.data
Class DeviceResponse.IssuerSigned
-
- All Implemented Interfaces:
public class DeviceResponse.IssuerSigned
The type Issuer signed.
-
-
Field Summary
Fields Modifier and Type Field Description public final Map<String, List<DeviceResponse.IssuerSignedItem>>
nameSpaces
public final Array<byte>
issuerAuth
-
Method Summary
Modifier and Type Method Description Map<String, List<DeviceResponse.IssuerSignedItem>>
getNameSpaces()
Gets name spaces. Array<byte>
getIssuerAuth()
Get issuer auth byte [ ]. String
toString()
-
-
Method Detail
-
getNameSpaces
Map<String, List<DeviceResponse.IssuerSignedItem>> getNameSpaces()
Gets name spaces.
-
getIssuerAuth
Array<byte> getIssuerAuth()
Get issuer auth byte [ ].
-
-
-
-