Package com.scytales.mvalid.sdk.data
Class DeviceResponse.IssuerSignedItem
-
- All Implemented Interfaces:
public class DeviceResponse.IssuerSignedItemThe type Issuer signed item.
-
-
Field Summary
Fields Modifier and Type Field Description public final intdigestIDpublic final Array<byte>randompublic final StringelementIdentifierpublic final Array<byte>elementValuepublic final ObjectdecodedElementValuepublic final Array<byte>rawBytes
-
Method Summary
Modifier and Type Method Description intgetDigestID()Gets digest id. Array<byte>getRandom()Get random byte [ ]. StringgetElementIdentifier()Gets element identifier. Array<byte>getElementValue()Get element value byte [ ]. ObjectgetDecodedElementValue()Gets decoded element value. Array<byte>getRawBytes()Get raw bytes byte [ ]. StringtoString()-
-
Method Detail
-
getDigestID
int getDigestID()
Gets digest id.
-
getElementIdentifier
@NonNull() String getElementIdentifier()
Gets element identifier.
-
getElementValue
@NonNull() Array<byte> getElementValue()
Get element value byte [ ].
-
getDecodedElementValue
@Nullable() Object getDecodedElementValue()
Gets decoded element value.
-
getRawBytes
@NonNull() Array<byte> getRawBytes()
Get raw bytes byte [ ].
-
-
-
-