public class IDealNotificationResponseHashCalculator
extends java.lang.Object
| Constructor and Description |
|---|
IDealNotificationResponseHashCalculator(IDealNotificationResponse notification)
Instantiates a new iDEAL notification response hash calculator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
append(java.lang.String value)
Appends the value to container in proper way.
|
java.lang.String |
getHash(java.lang.String password,
HashAlgorithm hash)
Calculates the hash value for the given notification response with given
hash algorithm and the password defined in the control center.
|
public IDealNotificationResponseHashCalculator(IDealNotificationResponse notification)
notification - the notificationpublic java.lang.String getHash(java.lang.String password,
HashAlgorithm hash)
password - the password defined in the control centerhash - the hash algorithm defined in the control centerpublic void append(java.lang.String value)
value - the value