DJBErp -> DJB 클래스 이름 첨자 변경
This commit is contained in:
+2
-2
@@ -21,9 +21,9 @@ import com.eactive.eai.common.security.CryptoModuleService;
|
||||
*
|
||||
* 반환값: 복호화된 평문 (String)
|
||||
*/
|
||||
public class DJBErpDecryt extends PostfixMathCommand {
|
||||
public class DJBDecryt extends PostfixMathCommand {
|
||||
|
||||
public DJBErpDecryt() {
|
||||
public DJBDecryt() {
|
||||
numberOfParameters = -1;
|
||||
}
|
||||
|
||||
+2
-2
@@ -21,9 +21,9 @@ import com.eactive.eai.common.security.CryptoModuleService;
|
||||
*
|
||||
* 반환값: Base64 인코딩된 암호문 (String)
|
||||
*/
|
||||
public class DJBErpEncryt extends PostfixMathCommand {
|
||||
public class DJBEncryt extends PostfixMathCommand {
|
||||
|
||||
public DJBErpEncryt() {
|
||||
public DJBEncryt() {
|
||||
numberOfParameters = -1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user