it.eng.spago.dbaccess.encript
Class PasswordProvider

java.lang.Object
  extended by it.eng.spago.dbaccess.encript.PasswordProvider
All Implemented Interfaces:
IDecriptAlgorithm

public class PasswordProvider
extends java.lang.Object
implements IDecriptAlgorithm

Version:
1.0
Author:
Bernabei Angelo

Constructor Summary
PasswordProvider()
          Costruttore
 
Method Summary
 java.lang.String decipher(java.lang.String psw)
          Decifra la password.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PasswordProvider

public PasswordProvider()
                 throws EMFInternalError
Costruttore

Throws:
EMFInternalError
Method Detail

decipher

public java.lang.String decipher(java.lang.String psw)
                          throws EMFInternalError
Decifra la password.

Specified by:
decipher in interface IDecriptAlgorithm
Parameters:
psw:String - password cifrata
Returns:
String password in chiaro
Throws:
EMFInternalError