Remove unused code 97/33897/4
authorMunir Ahmad <munir.ahmad@bell.ca>
Sat, 3 Mar 2018 01:33:43 +0000 (20:33 -0500)
committerMunir Ahmad <munir.ahmad@bell.ca>
Wed, 7 Mar 2018 23:34:49 +0000 (23:34 +0000)
Change-Id: I504f083d6055ea348f3a3547aba9d3de0611cd20
Issue-ID: SO-437
Signed-off-by: Munir Ahmad <munir.ahmad@bell.ca>
bpmn/MSOCommonBPMN/src/main/java/org/openecomp/mso/bpmn/common/util/CryptoUtils.java
bpmn/MSOCommonBPMN/src/test/java/org/openecomp/mso/bpmn/mock/FileUtil.java

index 2ad1e30..846b87a 100644 (file)
@@ -94,23 +94,5 @@ public class CryptoUtils {
         return b;\r
     }\r
 \r
-    /**\r
-     * Not Used...\r
-     *\r
-    * Call Rttp utility jar to encrypt pwd\r
-    * @param clearPassword\r
-    * @return\r
-    * @throws GeneralSecurityException\r
-     * @throws Exception\r
-    *\r
-    public static String encryptRttpPwd(String clearPassword) throws GeneralSecurityException {\r
-        try {\r
-            return RttpBasicAuth.encrypt(clearPassword);\r
-        } catch (Exception e) {\r
-            // wrap generic exception\r
-            throw new GeneralSecurityException(e);\r
-        }\r
-    }\r
-    */\r
 }\r
 \r
index 2ebb44a..38d0584 100644 (file)
@@ -35,11 +35,6 @@ public class FileUtil {
 
     private static final MsoLogger LOGGER = MsoLogger.getMsoLogger (MsoLogger.Catalog.RA);
     
-    private FileUtil() {
-        /**
-         * Constructor.
-         */
-    }
        /**
         * Read the specified resource file and return the contents as a String.
         *