public class IDealRequestHashCalculator
extends java.lang.Object
| Constructor and Description |
|---|
IDealRequestHashCalculator(IDealRequest request)
Instantiates a new iDEAL request hash calculator.
|
| Modifier and Type | Method and Description |
|---|---|
void |
append(java.lang.String value)
Appends the value to container in a proper way.
|
java.lang.String |
getHash(java.lang.String password,
HashAlgorithm hash)
Calculates the hash value for the given iDEAL request with given hash
algorithm and the password defined in the control center.
|
public IDealRequestHashCalculator(IDealRequest request)
request - the requestpublic 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