public class MLEUtility extends Object
| Constructor and Description |
|---|
MLEUtility() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
checkIsMleEncryptedResponse(String responseBody) |
static boolean |
checkIsMLEForAPI(MerchantConfig merchantConfig,
String inboundMLEStatus,
String operationIds) |
static boolean |
checkIsResponseMLEForAPI(MerchantConfig merchantConfig,
String operationIds) |
static String |
decryptMleResponsePayload(MerchantConfig merchantConfig,
String mleResponseBody) |
static Object |
encryptRequestPayload(MerchantConfig merchantConfig,
Object localVarPostBody) |
static String |
validateAndAutoExtractResponseMleKid(MerchantConfig merchantConfig) |
public static boolean checkIsMLEForAPI(MerchantConfig merchantConfig, String inboundMLEStatus, String operationIds)
public static Object encryptRequestPayload(MerchantConfig merchantConfig, Object localVarPostBody) throws MLEException
MLEExceptionpublic static boolean checkIsResponseMLEForAPI(MerchantConfig merchantConfig, String operationIds)
public static boolean checkIsMleEncryptedResponse(String responseBody)
public static String decryptMleResponsePayload(MerchantConfig merchantConfig, String mleResponseBody) throws MLEException
MLEExceptionpublic static String validateAndAutoExtractResponseMleKid(MerchantConfig merchantConfig) throws Exception
ExceptionCopyright © 2026. All rights reserved.