Uses of Class
net.libyaguide.gpay.sdk.client.GPayApiClient.ApiResponse
Packages that use GPayApiClient.ApiResponse
-
Uses of GPayApiClient.ApiResponse in net.libyaguide.gpay.sdk.crypto
Methods in net.libyaguide.gpay.sdk.crypto with parameters of type GPayApiClient.ApiResponseModifier and TypeMethodDescriptionstatic booleanResponseVerifier.verifyResponse(String secretKey, String password, GPayApiClient.ApiResponse response, Map<String, String> responseFields) Verifies the response signature using the provided secret key and password.