Package org.pentaho.reporting.libraries.base.util

Examples of org.pentaho.reporting.libraries.base.util.SecurePasswordEncryption


  private String prefix;

  public StaticAESPasswordEncryptionServiceProvider()
  {
    prefix = "static-aes";
    passwordEncryption = new SecurePasswordEncryption();
    key = ClassicEngineBoot.getInstance().getGlobalConfig().getConfigProperty
        ("org.pentaho.reporting.engine.classic.core.modules.parser.base.StaticAESPassword",
            "fh34\u342228h%\u1234$3*@652!!");
  }
View Full Code Here

TOP

Related Classes of org.pentaho.reporting.libraries.base.util.SecurePasswordEncryption

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.