public interface

LicenseStringFactory

com.atlassian.jira.license.LicenseStringFactory
Known Indirect Subclasses

Class Overview

A factory to create license string from messages and hashes.

Summary

Public Methods
String create(String message, String hash)
Creates a license String from an old license message and hash

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.