public interface IPasswordService
static final String IPASSWORD_SERVICE
String decrypt(String encryptedPassword) throws PasswordServiceException
PasswordServiceException
String encrypt(String password) throws PasswordServiceException
PasswordServiceException