Class PaytmChecksum
java.lang.Object
com.paytm.pg.merchant.PaytmChecksum
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PaytmChecksum
public PaytmChecksum()
-
-
Method Details
-
encrypt
public static String encrypt(String input, String key) throws NoSuchPaddingException, NoSuchAlgorithmException, NoSuchProviderException, InvalidAlgorithmParameterException, InvalidKeyException, BadPaddingException, IllegalBlockSizeException -
decrypt
public static String decrypt(String input, String key) throws InvalidAlgorithmParameterException, InvalidKeyException, NoSuchPaddingException, NoSuchAlgorithmException, NoSuchProviderException, IOException, BadPaddingException, IllegalBlockSizeException -
generateSignature
-
generateSignature
-
verifySignature
-
verifySignature
-