org.pentaho.platform.util
Class Base64PasswordService
java.lang.Object
org.pentaho.platform.util.Base64PasswordService
- All Implemented Interfaces:
- IPasswordService
public class Base64PasswordService
- extends Object
- implements IPasswordService
Base64PasswordService
public Base64PasswordService()
encrypt
public String encrypt(String password)
throws PasswordServiceException
- Specified by:
encrypt
in interface IPasswordService
- Throws:
PasswordServiceException
decrypt
public String decrypt(String encryptedPassword)
throws PasswordServiceException
- Specified by:
decrypt
in interface IPasswordService
- Throws:
PasswordServiceException