public class CipherTool extends Object
Constructor and Description |
---|
CipherTool(org.wso2.carbon.mediation.security.stub.MediationSecurityAdminServiceStub mediationSecurityAdminServiceStub) |
Modifier and Type | Method and Description |
---|---|
String |
doEncryption(String plainTextPass)
encrypt the plain text password
|
protected static void |
handleException(String msg) |
protected static void |
handleException(String msg,
Exception e) |
public CipherTool(org.wso2.carbon.mediation.security.stub.MediationSecurityAdminServiceStub mediationSecurityAdminServiceStub)
public String doEncryption(String plainTextPass) throws RemoteException
cipher
- init cipherplainTextPass
- plain text passwordRemoteException
protected static void handleException(String msg)
Copyright © 2018 WSO2. All rights reserved.