Class LicenseStringFactoryImpl

java.lang.Object
com.atlassian.jira.license.LicenseStringFactoryImpl
All Implemented Interfaces:
LicenseStringFactory

public class LicenseStringFactoryImpl extends Object implements LicenseStringFactory
Since:
v4.0
  • Constructor Details

    • LicenseStringFactoryImpl

      public LicenseStringFactoryImpl()
  • Method Details

    • create

      public String create(String message, String hash)
      Description copied from interface: LicenseStringFactory
      Creates a license String from an old license message and hash
      Specified by:
      create in interface LicenseStringFactory
      Parameters:
      message - the message
      hash - the hash
      Returns:
      a license string represented by the message and hash, null if any error happens.