public class NativeCredentials
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected boolean |
swigCMemOwn |
Modifier | Constructor and Description |
---|---|
|
NativeCredentials() |
protected |
NativeCredentials(long cPtr,
boolean cMemoryOwn) |
Modifier and Type | Method and Description |
---|---|
static boolean |
checkLicenseValid() |
static boolean |
checkMachineIdValid() |
static boolean |
checkTrial() |
void |
delete() |
static java.lang.String |
dump() |
protected void |
finalize() |
static boolean |
getAllowDebugging() |
protected static long |
getCPtr(NativeCredentials obj) |
static java.lang.String |
getExpiryDate() |
static int |
getLicenseDaysRemaining() |
static java.lang.String |
getLicenseFeatureNameAndroid2d() |
static java.lang.String |
getLicenseFeatureNameAndroid3d() |
static java.lang.String |
getLicenseFeatureNameEnterprise() |
static java.lang.String |
getLicenseFeatureNameIos2d() |
static java.lang.String |
getLicenseFeatureNameIos3d() |
static java.lang.String |
getLicenseFeatureNameWpf2d() |
static java.lang.String |
getLicenseFeatureNameWpf3d() |
static int |
getLicenseType() |
static java.lang.String |
getProductCode() |
static int |
hasFeature(java.lang.String _strFeature) |
static boolean |
mergeRuntimeLicenseKey(java.lang.String _strKey) |
static boolean |
mergeRuntimeLicenseKeyW(java.lang.String _wstrKey) |
static void |
resetRuntimeLicense() |
static boolean |
setRuntimeLicenseKey(java.lang.String _strKey) |
static boolean |
setRuntimeLicenseKeyW(java.lang.String _wstrKey) |
protected NativeCredentials(long cPtr, boolean cMemoryOwn)
public NativeCredentials()
protected static long getCPtr(NativeCredentials obj)
protected void finalize()
finalize
in class java.lang.Object
public void delete()
public static boolean setRuntimeLicenseKey(java.lang.String _strKey)
public static boolean setRuntimeLicenseKeyW(java.lang.String _wstrKey)
public static boolean mergeRuntimeLicenseKey(java.lang.String _strKey)
public static boolean mergeRuntimeLicenseKeyW(java.lang.String _wstrKey)
public static void resetRuntimeLicense()
public static boolean checkLicenseValid()
public static boolean checkTrial()
public static boolean checkMachineIdValid()
public static int getLicenseType()
public static java.lang.String getProductCode()
public static int hasFeature(java.lang.String _strFeature)
public static int getLicenseDaysRemaining()
public static boolean getAllowDebugging()
public static java.lang.String getExpiryDate()
public static java.lang.String dump()
public static java.lang.String getLicenseFeatureNameWpf2d()
public static java.lang.String getLicenseFeatureNameWpf3d()
public static java.lang.String getLicenseFeatureNameEnterprise()
public static java.lang.String getLicenseFeatureNameIos2d()
public static java.lang.String getLicenseFeatureNameIos3d()
public static java.lang.String getLicenseFeatureNameAndroid2d()
public static java.lang.String getLicenseFeatureNameAndroid3d()