public class Fingerprint extends Object
| Modifier and Type | Method and Description |
|---|---|
static Fingerprint |
createFingerprint(Merchant merchant,
long sequence,
BigDecimal amount)
Create a fingerprint with object based fields.
|
static Fingerprint |
createFingerprint(String loginID,
String transactionKey,
long sequence,
String amount)
Creates a fingerprint with raw data fields.
|
static Fingerprint |
createFingerprint(String loginID,
String transactionKey,
long sequence,
String amount,
String currency)
Creates a fingerprint with raw data fields.
|
String |
getFingerprintHash()
Get the fingerprint hash.
|
long |
getSequence()
Get the sequence that was used in creating the fingerprint.
|
long |
getTimeStamp()
Get the timestamp that was used in creating the fingerprint.
|
public static Fingerprint createFingerprint(String loginID, String transactionKey, long sequence, String amount)
loginID - transactionKey - sequence - : this number will be concatenated with a random valueamount - public static Fingerprint createFingerprint(String loginID, String transactionKey, long sequence, String amount, String currency)
loginID - transactionKey - sequence - : this number will be concatenated with a random valueamount - currency - public static Fingerprint createFingerprint(Merchant merchant, long sequence, BigDecimal amount)
merchant - sequence - : this number will be concatenated with a random valueamount - public long getSequence()
public long getTimeStamp()
public String getFingerprintHash()
Copyright © 2016. All Rights Reserved.