From 8629492fa5d8d4643f8e88c0ae3a4240590aacf6 Mon Sep 17 00:00:00 2001 From: Indrijeet kumar Date: Thu, 21 May 2020 17:15:15 +0530 Subject: removed code smells in some components removed code smells in some components Issue-ID: PORTAL-813 Change-Id: Ib8e1deaddbbd58d41a839c505a3e9875b1046297 Signed-off-by: Indrijeet Kumar --- .../java/org/onap/portalsdk/core/onboarding/util/CipherUtil.java | 9 --------- 1 file changed, 9 deletions(-) (limited to 'ecomp-sdk/epsdk-fw/src/main/java/org/onap/portalsdk/core/onboarding/util/CipherUtil.java') diff --git a/ecomp-sdk/epsdk-fw/src/main/java/org/onap/portalsdk/core/onboarding/util/CipherUtil.java b/ecomp-sdk/epsdk-fw/src/main/java/org/onap/portalsdk/core/onboarding/util/CipherUtil.java index 90addfe5..52864319 100644 --- a/ecomp-sdk/epsdk-fw/src/main/java/org/onap/portalsdk/core/onboarding/util/CipherUtil.java +++ b/ecomp-sdk/epsdk-fw/src/main/java/org/onap/portalsdk/core/onboarding/util/CipherUtil.java @@ -263,13 +263,4 @@ public class CipherUtil { return CipherUtil.decryptPKC(encryptedText, keyString); } - /*public static void main(String[] args) throws CipherUtilException { - - String testValue = "Welcome123"; - String encrypted; - String decrypted; - - - } -*/ } -- cgit 1.2.3-korg