Class ExpressionObject

java.lang.Object
org.bgerp.plugin.sec.secret.ExpressionObject

public class ExpressionObject extends Object
  • Constructor Details

    • ExpressionObject

      public ExpressionObject()
  • Method Details

    • open

      public String open(String key, boolean update) throws SQLException
      Gets open generated secret with 32 ASCII chars.
      Parameters:
      key - unique ID.
      update - update to a newly generated.
      Returns:
      secret value.
      Throws:
      SQLException