From 3cea65c213e29b9086e9a2e4aae910cff00e7a93 Mon Sep 17 00:00:00 2001 From: sm921c Date: Wed, 4 Apr 2018 15:09:15 -0400 Subject: security and Pom chanages Issue-ID: PORTAL-155 provided fixes for security issues Change-Id: I00a06dffe4c6efecff57272949fea9d0a614018c Signed-off-by: sm921c --- .../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/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 ba95d870..eef88b4b 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; @@ -290,6 +290,6 @@ public class CipherUtil { System.out.println("Encrypted Text" + encrypted); } } - } + }*/ } -- cgit 1.2.3-korg