- setExpiry(Date) - Method in class com.verhas.licensor.ExtendedLicense
-
Set the expiration date of the license.
- setFeature(String, Integer) - Method in class com.verhas.licensor.ExtendedLicense
-
Set an integer feature in the license.
- setFeature(String, Date) - Method in class com.verhas.licensor.ExtendedLicense
-
Set a date feature in the license.
- setFeature(String, URL) - Method in class com.verhas.licensor.ExtendedLicense
-
Set a URL feature in the license.
- setFeature(String, UUID) - Method in class com.verhas.licensor.ExtendedLicense
-
Set an UUID feature in the license.
- setFeature(String, String) - Method in class com.verhas.licensor.License
-
Set a license feature.
- setHashAlgorithm(int) - Method in class com.verhas.licensor.License
-
Set the hash algorithm to use to sign the license.
- setLicense(InputStream) - Method in class com.verhas.licensor.License
-
Set the license values from an input stream.
- setLicense(File) - Method in class com.verhas.licensor.License
-
Set the license values from a clear text file.
- setLicense(String) - Method in class com.verhas.licensor.License
-
Set the license from clear text format.
- setLicenseEncoded(String) - Method in class com.verhas.licensor.License
-
Open an encoded license from the string literal.
- setLicenseEncoded(File) - Method in class com.verhas.licensor.License
-
Open an encoded license file.
- setLicenseEncoded(InputStream) - Method in class com.verhas.licensor.License
-
Open an encoded license from input stream, decode and load it.
- setLicenseEncodedFromFile(String) - Method in class com.verhas.licensor.License
-
Open an encoded license from a file.
- setLicenseEncodedFromFile(File) - Method in class com.verhas.licensor.License
-
Deprecated.
- setLicenseEncodedFromResource(String) - Method in class com.verhas.licensor.License
-
Open an encoded license from a Java resource.
- setLicenseId(UUID) - Method in class com.verhas.licensor.ExtendedLicense
-
Set the UUID of a license.
- setRevocationURL(String) - Method in class com.verhas.licensor.ExtendedLicense
-
Set the revocation URL.
- setRevocationURL(URL) - Method in class com.verhas.licensor.ExtendedLicense
-
Set the revocation URL.
- Sugar - Class in com.verhas.utils
-
Some static function to be used in other classes to have some syntactic
sugar.
- Sugar() - Constructor for class com.verhas.utils.Sugar
-