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