Uses of Class
io.mosip.kernel.lkeymanager.dto.LicenseKeyGenerationDto
Packages that use LicenseKeyGenerationDto
-
Uses of LicenseKeyGenerationDto in io.mosip.kernel.lkeymanager.controller
Method parameters in io.mosip.kernel.lkeymanager.controller with type arguments of type LicenseKeyGenerationDtoModifier and TypeMethodDescriptionio.mosip.kernel.core.http.ResponseWrapper<LicenseKeyGenerationResponseDto> LicenseKeyController.generateLicenseKey(io.mosip.kernel.core.http.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 LicenseKeyGenerationDtoModifier and TypeMethodDescriptionLicenseKeyManagerServiceImpl.generateLicenseKey(LicenseKeyGenerationDto licenseKeyGenerationDto)