push for source sync
This commit is contained in:
+1
-1
@@ -934,7 +934,7 @@ public class HttpClient5AdapterServiceRest extends HttpClient5AdapterServiceSupp
|
|||||||
clientSecret = niceAuth;
|
clientSecret = niceAuth;
|
||||||
}
|
}
|
||||||
|
|
||||||
// 여기서 SECRETY인지 nice-auth 인지 check 하여 clientSecret 값을 정하는 logic 추가하여 넘겨야한다.
|
// 여기서 SECRETY인지 nice-auth 인지 check 하여 clientSecret 값을 정하는 logic 추가하여 넘겨야한다.
|
||||||
|
|
||||||
String responseMessage = doOutboundPreEncrypt(eaiBody, encryptAlgorithm, clientSecret, encryptAES256Iv, encryptAES256Key, certPath);
|
String responseMessage = doOutboundPreEncrypt(eaiBody, encryptAlgorithm, clientSecret, encryptAES256Iv, encryptAES256Key, certPath);
|
||||||
logger.debug("outbound pre encrypte value is :"+responseMessage);
|
logger.debug("outbound pre encrypte value is :"+responseMessage);
|
||||||
|
|||||||
Reference in New Issue
Block a user