Class InstrumentData
java.lang.Object
com.gemalto.mfs.mwsdk.mobilegateway.enrollment.InstrumentData
InstrumentData is used by MPA for CheckEligibility.
- Since:
- TSH Pay SDK 6.6.0
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classEncryptedCardDataBuilder to buildInstrumentData.static classIssuerPushReceiptBuilder to build InstrumentData. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbyte[]Fetches the encrypted card data.Fetches the Instrument data type.Fetches the push receipt from the issuer.Fetches the public key identifier.
-
Constructor Details
-
InstrumentData
protected InstrumentData()
-
-
Method Details
-
getInstrumentDataType
Fetches the Instrument data type.- Returns:
- The Instrument data type.
- Since:
- TSH Pay SDK 6.6.0
-
getEncryptedCardData
public byte[] getEncryptedCardData()Fetches the encrypted card data.- Returns:
- The encrypted card data.
- Since:
- TSH Pay SDK 6.6.0
-
getIssuerPushReceipt
Fetches the push receipt from the issuer.- Returns:
- The issuer push receipt.
- Since:
- TSH Pay SDK 6.6.0
-
getPublicKeyIdentifier
Fetches the public key identifier.- Returns:
- Public key identifier
- Since:
- TSH Pay SDK 6.6.0
-