|
@@ -78,7 +78,10 @@ public class Customer extends TscBaseDomain {
|
|
|
private String content; // 내용
|
|
private String content; // 내용
|
|
|
private String certNo; // 인증번호
|
|
private String certNo; // 인증번호
|
|
|
|
|
|
|
|
|
|
+ // 나이스 인증
|
|
|
|
|
+ private String encData;
|
|
|
|
|
|
|
|
|
|
+ // 암호화 대상 복호화 처리
|
|
|
public String getCustNm() {
|
|
public String getCustNm() {
|
|
|
custNm = CryptoUtils.decryptAES(custNm);
|
|
custNm = CryptoUtils.decryptAES(custNm);
|
|
|
return custNm;
|
|
return custNm;
|