-
public class HashGenerationUtils
-
-
Field Summary
Fields Modifier and Type Field Description public final static HashGenerationUtilsINSTANCE
-
Method Summary
Modifier and Type Method Description final UnitgetHash(String key, HashCommand commandName, PayU3DS2Callback callback, PayUHashGeneratedListener payUHashGeneratedListener)This method helps in generating hash string which we send to merchant to generate hash and return hash value after getting callback from merchant final UnitgetHash(HashCommand commandName, PaymentParams paymentParams, PayU3DS2Callback callback, PayUHashGeneratedListener payUHashGeneratedListener)This method helps in generating hash string which we send to merchant to generate hash and return hash value after getting callback from merchant final UnitgetHash(String key, String mihPayId, String utcDate, HashCommand commandName, PayU3DS2Callback callback, PayUHashGeneratedListener payUHashGeneratedListener)This method helps in generating hash string which we send to merchant to generate hash and return hash value after getting callback from merchant -
-
Method Detail
-
getHash
final Unit getHash(String key, HashCommand commandName, PayU3DS2Callback callback, PayUHashGeneratedListener payUHashGeneratedListener)
This method helps in generating hash string which we send to merchant to generate hash and return hash value after getting callback from merchant
-
getHash
final Unit getHash(HashCommand commandName, PaymentParams paymentParams, PayU3DS2Callback callback, PayUHashGeneratedListener payUHashGeneratedListener)
This method helps in generating hash string which we send to merchant to generate hash and return hash value after getting callback from merchant
-
getHash
final Unit getHash(String key, String mihPayId, String utcDate, HashCommand commandName, PayU3DS2Callback callback, PayUHashGeneratedListener payUHashGeneratedListener)
This method helps in generating hash string which we send to merchant to generate hash and return hash value after getting callback from merchant
-
-
-
-