- License - Class in com.license4j
-
License class, obtained after license validation and activation methods.
- LicenseKey - Class in com.license4j
-
License Key class.
- LicenseKey(String) - Constructor for class com.license4j.LicenseKey
-
Constructor, creates license key object from a license key.
- LicenseKey() - Constructor for class com.license4j.LicenseKey
-
Constructor, creates an empty license key object.
- LicenseKey(String, String, String, String) - Constructor for class com.license4j.LicenseKey
-
Constructor, creates license key object.
- LicenseKeyPair - Class in com.license4j
-
LicenseKeyPair object keeps key pair properties, and defines algorithm data.
- LicenseManager - Class in com.license4j
-
LicenseManager is used to create key pair and a license.
- LicenseManager() - Constructor for class com.license4j.LicenseManager
-
- LicenseSecurityException - Exception in com.license4j.exceptions
-
Thrown if one of the following exceptions caught: NoSuchAlgorithmException,
NoSuchPaddingException, InvalidKeySpecException, InvalidKeyException,
InvalidAlgorithmParameterException, IllegalBlockSizeException,
BadPaddingException, SignatureException.
Thrown if given public key string is null or inappropriate.
- LicenseSecurityException() - Constructor for exception com.license4j.exceptions.LicenseSecurityException
-
Creates a new instance of
LicenseSecurityException
without detail message.
- LicenseSecurityException(String) - Constructor for exception com.license4j.exceptions.LicenseSecurityException
-
Constructs an instance of
LicenseSecurityException
with the specified detail message.
- LicenseText - Class in com.license4j
-
License text class.
- LicenseText() - Constructor for class com.license4j.LicenseText
-
LicenseText constructor, creates an empty License object.
- LicenseText(String, String) - Constructor for class com.license4j.LicenseText
-
License constructor, creates license text by loading given license text
string.
- LicenseValidator - Class in com.license4j
-
LicenseValidator class provides license and serial number validation methods,
and it is included in runtime library.
- LicenseValidator() - Constructor for class com.license4j.LicenseValidator
-
- loadKeyPair(String) - Static method in class com.license4j.LicenseManager
-
Loads key pair.