Package com.creditcall.chipdnamobile
Class CardHash
java.lang.Object
com.creditcall.chipdnamobile.CardHash
- All Implemented Interfaces:
android.os.Parcelable
Contains data representing information about a generated card hash.
- Author:
- Creditcall Ltd
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic enumScope defines the set of devices that would generate this same hash for a particular card.static enumSource from where the CardHash was generated. -
Field Summary
FieldsFields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetScope()Scope defines the set of devices that would generate this same hash for a particular card.Source from where the CardHash was generated.getValue()Get the card hash value.voidwriteToParcel(android.os.Parcel dest, int flags)
-
Field Details
-
CREATOR
-
-
Constructor Details
-
CardHash
public CardHash(android.os.Parcel in)
-
-
Method Details
-
getValue
Get the card hash value.- Returns:
- The card hash value.
-
getScope
Scope defines the set of devices that would generate this same hash for a particular card.- Returns:
- The scope of the card hash.
-
getSource
Source from where the CardHash was generated.- Returns:
- The source of the card hash.
-
writeToParcel
public void writeToParcel(android.os.Parcel dest, int flags) - Specified by:
writeToParcelin interfaceandroid.os.Parcelable
-
describeContents
public int describeContents()- Specified by:
describeContentsin interfaceandroid.os.Parcelable
-