it.eng.spago.dbaccess.encript
Class PasswordProvider

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

public class PasswordProvider
extends java.lang.Object
implements IDecriptAlgorithm


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

Method Detail

decipher

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

Specified by:
decipher in interface IDecriptAlgorithm
Returns:
String password in chiaro
Throws:
EMFInternalError