From 394a6d343c0b7b5b887221de66e176f83f334d4a Mon Sep 17 00:00:00 2001 From: "Kishore Reddy, Gujja (kg811t)" Date: Wed, 14 Mar 2018 16:51:48 -0400 Subject: Added Junits Issue-ID: PORTAL-136 Includes JUNITS Change-Id: I84b5281bae05210faf7db999335f1fdcf3094fc0 Signed-off-by: Kishore Reddy, Gujja (kg811t) --- .../main/java/org/onap/portalsdk/core/onboarding/util/CipherUtil.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ecomp-sdk/epsdk-fw/src') 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 ba95d870..8764805a 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,7 +263,7 @@ public class CipherUtil { return CipherUtil.decryptPKC(encryptedText, keyString); } - public static void main(String[] args) throws CipherUtilException { + /*public static void main(String[] args) throws CipherUtilException { String testValue = "Welcome123"; String encrypted; @@ -291,5 +291,5 @@ public class CipherUtil { } } } - +*/ } -- cgit 1.2.3-korg