public class LicenseStringFactoryImpl extends Object implements LicenseStringFactory
| Constructor and Description |
|---|
LicenseStringFactoryImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
create(String message,
String hash)
Creates a license String from an old license message and hash
|
public String create(String message, String hash)
LicenseStringFactorycreate in interface LicenseStringFactorymessage - the messagehash - the hashnull if any error happens.Copyright © 2002-2022 Atlassian. All Rights Reserved.