전체 body 암호화를 사용하지 않는 기관의 필터 제거
- 카카오페이, 네이버페이
This commit is contained in:
-17
@@ -1,17 +0,0 @@
|
|||||||
package com.eactive.eai.custom.adapter.http.client.impl.filter;
|
|
||||||
|
|
||||||
import java.util.Properties;
|
|
||||||
|
|
||||||
import com.eactive.eai.adapter.http.client.impl.filter.OutCryptoFilter;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* TODO : 업체 암복호화에 맟추어 커스텀 필요
|
|
||||||
*/
|
|
||||||
public class KakaopayEncFieldOutCryptoFilter extends EncFieldOutCryptoFilter {
|
|
||||||
|
|
||||||
protected Properties setProp(Properties p) {
|
|
||||||
p.setProperty(OutCryptoFilter.PROP_DEC_FROM_PATH, "/encryptedData");
|
|
||||||
p.setProperty(OutCryptoFilter.PROP_ENC_TO_PATH, "/encryptedData");
|
|
||||||
return p;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
-18
@@ -1,18 +0,0 @@
|
|||||||
package com.eactive.eai.custom.adapter.http.client.impl.filter;
|
|
||||||
|
|
||||||
import java.util.Properties;
|
|
||||||
|
|
||||||
import com.eactive.eai.adapter.http.client.impl.filter.OutCryptoFilter;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* TODO : 업체 암복호화에 맟추어 커스텀 필요
|
|
||||||
*/
|
|
||||||
public class NaverfincorpEncFieldOutCryptoFilter extends EncFieldOutCryptoFilter {
|
|
||||||
|
|
||||||
protected Properties setProp(Properties p) {
|
|
||||||
p.setProperty(OutCryptoFilter.PROP_DEC_FROM_PATH, "/encryptedData");
|
|
||||||
p.setProperty(OutCryptoFilter.PROP_ENC_TO_PATH, "/encryptedData");
|
|
||||||
return p;
|
|
||||||
}
|
|
||||||
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user