uri full path 관련 수정
This commit is contained in:
@@ -448,6 +448,7 @@ public class ApiAdapterService extends HttpAdapterServiceSupport {
|
||||
// end test source
|
||||
|
||||
switch (decryptAlgorithm) {
|
||||
case "AES128":
|
||||
case "AES128-TOSS":
|
||||
try {
|
||||
String key128 = clientSecretKey.substring(22,38); //togetherEncoder 경우는 substring(44,60) 이네??
|
||||
@@ -532,6 +533,7 @@ public class ApiAdapterService extends HttpAdapterServiceSupport {
|
||||
String decryptedBodyMessage = "";
|
||||
|
||||
switch (decryptAlgorithm) {
|
||||
case "AES128":
|
||||
case "AES128-TOSS":
|
||||
decryptedJsonKey = "preScreeningRequest";
|
||||
break;
|
||||
@@ -587,6 +589,7 @@ public class ApiAdapterService extends HttpAdapterServiceSupport {
|
||||
// end test source
|
||||
|
||||
switch (encryptAlgorithm) {
|
||||
case "AES128":
|
||||
case "AES128-TOSS":
|
||||
try {
|
||||
String key128 = clientSecretKey.substring(22,38); //togetherEncoder 경우는 substring(44,60) 이네??
|
||||
|
||||
Reference in New Issue
Block a user