Interface MISPLicenseGenerator<T>
-
- Type Parameters:
T- The generic type.
public interface MISPLicenseGenerator<T>Interface that provides method for license generation of MISP.- Since:
- 1.0.0
- Author:
- Sagar Mahapatra
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgenerateLicense()Method that generates a license of specified length.
-
-
-
Method Detail
-
generateLicense
T generateLicense()
Method that generates a license of specified length.- Returns:
- the generated license.
-
-