public class JWEUtility extends Object
| Constructor and Description |
|---|
JWEUtility() |
| Modifier and Type | Method and Description |
|---|---|
static String |
decryptJWEResponse(PrivateKey privateKey,
String encodedResponse) |
static String |
decryptJWEResponse(String encodedResponse,
com.cybersource.authsdk.core.MerchantConfig merchantConfig)
Deprecated.
use
decryptJWEResponse(PrivateKey, String) instead. |
@Deprecated public static String decryptJWEResponse(String encodedResponse, com.cybersource.authsdk.core.MerchantConfig merchantConfig) throws JWEException
decryptJWEResponse(PrivateKey, String) instead.JWEExceptionpublic static String decryptJWEResponse(PrivateKey privateKey, String encodedResponse) throws JWEException
JWEExceptionCopyright © 2025. All rights reserved.