Uses of Class
io.mosip.kernel.lkeymanager.dto.LicenseKeyGenerationDto
-
Packages that use LicenseKeyGenerationDto Package Description io.mosip.kernel.lkeymanager.controller io.mosip.kernel.lkeymanager.service.impl -
-
Uses of LicenseKeyGenerationDto in io.mosip.kernel.lkeymanager.controller
Method parameters in io.mosip.kernel.lkeymanager.controller with type arguments of type LicenseKeyGenerationDto Modifier and Type Method Description ResponseWrapper<LicenseKeyGenerationResponseDto>LicenseKeyController. generateLicenseKey(RequestWrapper<LicenseKeyGenerationDto> licenseKeyGenerationDto)This method will generate license key against a certain TSP ID. -
Uses of LicenseKeyGenerationDto in io.mosip.kernel.lkeymanager.service.impl
Methods in io.mosip.kernel.lkeymanager.service.impl with parameters of type LicenseKeyGenerationDto Modifier and Type Method Description StringLicenseKeyManagerServiceImpl. generateLicenseKey(LicenseKeyGenerationDto licenseKeyGenerationDto)
-