org.pentaho.reporting.engine.classic.core.modules.parser.base
Interface PasswordEncryptionServiceProvider

All Known Implementing Classes:
ObscurificatePasswordEncryptionServiceProvider, PlainTextPasswordEncryptionServiceProvider, StaticAESPasswordEncryptionServiceProvider

public interface PasswordEncryptionServiceProvider


Method Summary
 String decrypt(String encryptedPassword)
           
 String encrypt(String rawPassword)
           
 String getPrefix()
           
 

Method Detail

getPrefix

String getPrefix()

encrypt

String encrypt(String rawPassword)

decrypt

String decrypt(String encryptedPassword)