public class

LicenseStringFactoryImpl

extends Object
implements LicenseStringFactory
java.lang.Object
   ↳ com.atlassian.jira.license.LicenseStringFactoryImpl

Summary

Public Constructors
LicenseStringFactoryImpl()
Public Methods
String create(String message, String hash)
Creates a license String from an old license message and hash
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.atlassian.jira.license.LicenseStringFactory

Public Constructors

public LicenseStringFactoryImpl ()

Public Methods

public String create (String message, String hash)

Creates a license String from an old license message and hash

Parameters
message the message
hash the hash
Returns
  • a license string represented by the message and hash, null if any error happens.