org.apache.stratos.manager.utils
Class RepoPasswordMgtUtil

java.lang.Object
  extended by org.apache.stratos.manager.utils.RepoPasswordMgtUtil

public class RepoPasswordMgtUtil
extends Object


Constructor Summary
RepoPasswordMgtUtil()
           
 
Method Summary
static String decryptPassword(String repoUserPassword)
           
static String decryptPassword(String repoUserPassword, String secKey)
           
static String encryptPassword(String repoUserPassword)
           
static String encryptPassword(String repoUserPassword, String secKey)
           
static String getSecurityKey()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RepoPasswordMgtUtil

public RepoPasswordMgtUtil()
Method Detail

getSecurityKey

public static String getSecurityKey()

encryptPassword

public static String encryptPassword(String repoUserPassword,
                                     String secKey)

encryptPassword

public static String encryptPassword(String repoUserPassword)

decryptPassword

public static String decryptPassword(String repoUserPassword,
                                     String secKey)

decryptPassword

public static String decryptPassword(String repoUserPassword)


Copyright © 2012-2014 The Apache Software Foundation. All Rights Reserved.