Package 

Object HashGenerationUtils

    • Method Summary

      Modifier and Type Method Description
      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
      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
      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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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