|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.authorize.sim.Fingerprint
public class Fingerprint
| Method Summary | |
|---|---|
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. |
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
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(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()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||