public abstract class Credentials
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected static java.lang.String |
FEATURE_2D |
protected static java.lang.String |
FEATURE_3D |
Constructor and Description |
---|
Credentials() |
Modifier and Type | Method and Description |
---|---|
protected int |
getLicenseDaysRemaining() |
protected LicenseType |
getLicenseType() |
protected boolean |
hasFeature(java.lang.String feature) |
protected boolean |
isLicenseValid() |
static void |
setRuntimeLicenseKey(java.lang.String license)
sets the runtime license key
|
void |
setTamper() |
protected static final java.lang.String FEATURE_2D
protected static final java.lang.String FEATURE_3D
public static void setRuntimeLicenseKey(java.lang.String license) throws java.lang.Exception
license
- The keyjava.lang.Exception
- Error occurred deserializing a licenseprotected final boolean isLicenseValid()
protected final int getLicenseDaysRemaining()
protected final LicenseType getLicenseType()
protected final boolean hasFeature(java.lang.String feature)
public final void setTamper()